| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 97 ] |
| 99 }, | 98 }, |
| 100 { | 99 { |
| 101 "cmd": [ | 100 "cmd": [ |
| 102 "python", | 101 "python", |
| 103 "-u", | 102 "-u", |
| 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 105 "--version" | 104 "--version" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "swarming.py --version", | 106 "name": "swarming.py --version", |
| 109 "stdout": "/path/to/tmp/", | 107 "stdout": "/path/to/tmp/", |
| 110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@0.4.10@@@" | 109 "@@@STEP_TEXT@0.4.10@@@" |
| 112 ] | 110 ] |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "cmd": [ | 113 "cmd": [ |
| 116 "python", | 114 "python", |
| 117 "-u", | 115 "-u", |
| 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 119 "runhooks" | 117 "runhooks" |
| 120 ], | 118 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 119 "env": { |
| 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 124 "GYP_CHROMIUM_NO_ACTION": "1", | 121 "GYP_CHROMIUM_NO_ACTION": "1", |
| 125 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y target_arch=x64 test_isolation_mode=prepare", | 122 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y target_arch=x64 test_isolation_mode=prepare", |
| 126 "LLVM_FORCE_HEAD_REVISION": "YES", | 123 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 128 }, | 125 }, |
| 129 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
| 130 }, | 127 }, |
| 131 { | 128 { |
| 132 "cmd": [ | 129 "cmd": [ |
| 133 "python", | 130 "python", |
| 134 "-u", | 131 "-u", |
| 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 136 "--output", | 133 "--output", |
| 137 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
| 138 "--", | 135 "--", |
| 139 "--build-config-fs", | 136 "--build-config-fs", |
| 140 "Debug", | 137 "Debug", |
| 141 "--paths", | 138 "--paths", |
| 142 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 139 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 143 "--properties", | 140 "--properties", |
| 144 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 141 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
| 145 ], | 142 ], |
| 146 "cwd": "[SLAVE_BUILD]", | |
| 147 "name": "get compile targets for scripts", | 143 "name": "get compile targets for scripts", |
| 148 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output@{}@@@", | 145 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 147 ] |
| 152 }, | 148 }, |
| 153 { | 149 { |
| 154 "cmd": [ | 150 "cmd": [ |
| 155 "python", | 151 "python", |
| 156 "-u", | 152 "-u", |
| 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 154 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 159 "/path/to/tmp/json" | 155 "/path/to/tmp/json" |
| 160 ], | 156 ], |
| 161 "cwd": "[SLAVE_BUILD]", | |
| 162 "name": "read test spec", | 157 "name": "read test spec", |
| 163 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 159 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 165 "@@@STEP_LOG_LINE@json.output@{}@@@", | 160 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 162 ] |
| 168 }, | 163 }, |
| 169 { | 164 { |
| 170 "cmd": [ | 165 "cmd": [ |
| 171 "python", | 166 "python", |
| 172 "-u", | 167 "-u", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 174 "--show-path", | 169 "--show-path", |
| 175 "python", | 170 "python", |
| 176 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 177 ], | 172 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "cleanup_temp" | 173 "name": "cleanup_temp" |
| 180 }, | 174 }, |
| 181 { | 175 { |
| 182 "cmd": [ | 176 "cmd": [ |
| 183 "python", | 177 "python", |
| 184 "-u", | 178 "-u", |
| 185 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 179 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 186 "gen", | 180 "gen", |
| 187 "-m", | 181 "-m", |
| 188 "chromium.fyi", | 182 "chromium.fyi", |
| 189 "-b", | 183 "-b", |
| 190 "ClangToTLinux (dbg)", | 184 "ClangToTLinux (dbg)", |
| 191 "--config-file", | 185 "--config-file", |
| 192 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 186 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 193 "//out/Debug" | 187 "//out/Debug" |
| 194 ], | 188 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "env": { | 189 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 198 }, | 191 }, |
| 199 "name": "generate_build_files" | 192 "name": "generate_build_files" |
| 200 }, | 193 }, |
| 201 { | 194 { |
| 202 "allow_subannotations": true, | 195 "allow_subannotations": true, |
| 203 "cmd": [ | 196 "cmd": [ |
| 204 "python", | 197 "python", |
| 205 "-u", | 198 "-u", |
| 206 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 207 "--src-dir", | 200 "--src-dir", |
| 208 "[SLAVE_BUILD]/src", | 201 "[SLAVE_BUILD]/src", |
| 209 "--output-json", | 202 "--output-json", |
| 210 "/path/to/tmp/json" | 203 "/path/to/tmp/json" |
| 211 ], | 204 ], |
| 212 "cwd": "[SLAVE_BUILD]", | |
| 213 "env": { | 205 "env": { |
| 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 215 "LLVM_FORCE_HEAD_REVISION": "YES" | 207 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 216 }, | 208 }, |
| 217 "name": "clang_revision", | 209 "name": "clang_revision", |
| 218 "~followup_annotations": [ | 210 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@json.output@{@@@", | 211 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 212 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@}@@@", | 213 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@" | 214 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 242 "[GOMA_CACHE]", | 234 "[GOMA_CACHE]", |
| 243 "--build-tool", | 235 "--build-tool", |
| 244 "ninja", | 236 "ninja", |
| 245 "--build-data-dir", | 237 "--build-data-dir", |
| 246 "[ROOT]/build_data_dir", | 238 "[ROOT]/build_data_dir", |
| 247 "--compiler", | 239 "--compiler", |
| 248 "clang", | 240 "clang", |
| 249 "--", | 241 "--", |
| 250 "all" | 242 "all" |
| 251 ], | 243 ], |
| 252 "cwd": "[SLAVE_BUILD]", | |
| 253 "env": { | 244 "env": { |
| 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 255 "LLVM_FORCE_HEAD_REVISION": "YES" | 246 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 256 }, | 247 }, |
| 257 "name": "compile" | 248 "name": "compile" |
| 258 }, | 249 }, |
| 259 { | 250 { |
| 260 "allow_subannotations": true, | 251 "allow_subannotations": true, |
| 261 "cmd": [ | 252 "cmd": [ |
| 262 "python", | 253 "python", |
| 263 "-u", | 254 "-u", |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 265 "--show-path", | 256 "--show-path", |
| 266 "python", | 257 "python", |
| 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 268 "--target", | 259 "--target", |
| 269 "Debug", | 260 "Debug", |
| 270 "--build-url", | 261 "--build-url", |
| 271 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", | 262 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", |
| 272 "--build_revision", | 263 "--build_revision", |
| 273 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 264 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 274 "--factory-properties", | 265 "--factory-properties", |
| 275 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", | 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
| 276 "--build-properties", | 267 "--build-properties", |
| 277 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" | 268 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" |
| 278 ], | 269 ], |
| 279 "cwd": "[SLAVE_BUILD]", | |
| 280 "name": "package build" | 270 "name": "package build" |
| 281 }, | 271 }, |
| 282 { | 272 { |
| 283 "allow_subannotations": true, | 273 "allow_subannotations": true, |
| 284 "cmd": [ | 274 "cmd": [ |
| 285 "python", | 275 "python", |
| 286 "-u", | 276 "-u", |
| 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 288 "--target", | 278 "--target", |
| 289 "Debug", | 279 "Debug", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 301 "--results-url=https://chromeperf.appspot.com", | 291 "--results-url=https://chromeperf.appspot.com", |
| 302 "--perf-dashboard-id=sizes", | 292 "--perf-dashboard-id=sizes", |
| 303 "--perf-id=ClangToTLinux (dbg)", | 293 "--perf-id=ClangToTLinux (dbg)", |
| 304 "--perf-config={'r_clang_rev': '123456'}", | 294 "--perf-config={'r_clang_rev': '123456'}", |
| 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 306 "--target", | 296 "--target", |
| 307 "Debug", | 297 "Debug", |
| 308 "--platform", | 298 "--platform", |
| 309 "linux" | 299 "linux" |
| 310 ], | 300 ], |
| 311 "cwd": "[SLAVE_BUILD]", | |
| 312 "name": "sizes" | 301 "name": "sizes" |
| 313 }, | 302 }, |
| 314 { | 303 { |
| 315 "name": "$result", | 304 "name": "$result", |
| 316 "recipe_result": null, | 305 "recipe_result": null, |
| 317 "status_code": 0 | 306 "status_code": 0 |
| 318 } | 307 } |
| 319 ] | 308 ] |
| OLD | NEW |