OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.infra", | 8 "tryserver.infra", |
9 "--builder", | 9 "--builder", |
10 "build_repo_real", | 10 "build_repo_real", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googleso
urce.com/chromium/tools/build.git'}]", |
15 "--root", | 15 "--root", |
16 "build", | 16 "build", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"build\": \"got_revision\"}", | 18 "{\"build\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "build@HEAD", | 30 "build@HEAD", |
31 "--force", | 31 "--force", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
34 "cwd": "[SLAVE_BUILD]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
64 ] | 63 ] |
65 }, | 64 }, |
66 { | 65 { |
67 "cmd": [ | 66 "cmd": [ |
68 "python", | 67 "python", |
69 "-u", | 68 "-u", |
70 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 69 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
71 "--path", | 70 "--path", |
72 "[BUILD]/clone", | 71 "[ROOT]/b/build/clone", |
73 "--url", | 72 "--url", |
74 "https://chromium.googlesource.com/chromium/tools/build" | 73 "https://chromium.googlesource.com/chromium/tools/build" |
75 ], | 74 ], |
76 "cwd": "[SLAVE_BUILD]", | |
77 "name": "git setup" | 75 "name": "git setup" |
78 }, | 76 }, |
79 { | 77 { |
80 "cmd": [ | 78 "cmd": [ |
81 "git", | 79 "git", |
82 "retry", | 80 "retry", |
83 "fetch", | 81 "fetch", |
84 "origin", | 82 "origin", |
85 "master" | 83 "master" |
86 ], | 84 ], |
87 "cwd": "[BUILD]/clone", | 85 "cwd": "[ROOT]/b/build/clone", |
88 "name": "git fetch" | 86 "name": "git fetch" |
89 }, | 87 }, |
90 { | 88 { |
91 "cmd": [ | 89 "cmd": [ |
92 "git", | 90 "git", |
93 "checkout", | 91 "checkout", |
94 "-f", | 92 "-f", |
95 "FETCH_HEAD" | 93 "FETCH_HEAD" |
96 ], | 94 ], |
97 "cwd": "[BUILD]/clone", | 95 "cwd": "[ROOT]/b/build/clone", |
98 "name": "git checkout" | 96 "name": "git checkout" |
99 }, | 97 }, |
100 { | 98 { |
101 "cmd": [ | 99 "cmd": [ |
102 "git", | 100 "git", |
103 "rev-parse", | 101 "rev-parse", |
104 "HEAD" | 102 "HEAD" |
105 ], | 103 ], |
106 "cwd": "[BUILD]/clone", | 104 "cwd": "[ROOT]/b/build/clone", |
107 "name": "read revision", | 105 "name": "read revision", |
108 "stdout": "/path/to/tmp/", | 106 "stdout": "/path/to/tmp/", |
109 "~followup_annotations": [ | 107 "~followup_annotations": [ |
110 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 108 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
111 ] | 109 ] |
112 }, | 110 }, |
113 { | 111 { |
114 "cmd": [ | 112 "cmd": [ |
115 "git", | 113 "git", |
116 "clean", | 114 "clean", |
117 "-f", | 115 "-f", |
118 "-d", | 116 "-d", |
119 "-x" | 117 "-x" |
120 ], | 118 ], |
121 "cwd": "[BUILD]/clone", | 119 "cwd": "[ROOT]/b/build/clone", |
122 "name": "git clean" | 120 "name": "git clean" |
123 }, | 121 }, |
124 { | 122 { |
125 "cmd": [ | 123 "cmd": [ |
126 "git", | 124 "git", |
127 "submodule", | 125 "submodule", |
128 "sync" | 126 "sync" |
129 ], | 127 ], |
130 "cwd": "[BUILD]/clone", | 128 "cwd": "[ROOT]/b/build/clone", |
131 "name": "submodule sync" | 129 "name": "submodule sync" |
132 }, | 130 }, |
133 { | 131 { |
134 "cmd": [ | 132 "cmd": [ |
135 "git", | 133 "git", |
136 "submodule", | 134 "submodule", |
137 "update", | 135 "update", |
138 "--init", | 136 "--init", |
139 "--recursive" | 137 "--recursive" |
140 ], | 138 ], |
141 "cwd": "[BUILD]/clone", | 139 "cwd": "[ROOT]/b/build/clone", |
142 "name": "submodule update" | 140 "name": "submodule update" |
143 }, | 141 }, |
144 { | 142 { |
145 "name": "$result", | 143 "name": "$result", |
146 "recipe_result": null, | 144 "recipe_result": null, |
147 "status_code": 0 | 145 "status_code": 0 |
148 } | 146 } |
149 ] | 147 ] |
OLD | NEW |