| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Site_Isolation_Linux", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@HEAD", | 46 "src@HEAD", |
| 47 "--force", | 47 "--force", |
| 48 "--output_manifest" | 48 "--output_manifest" |
| 49 ], | 49 ], |
| 50 "cwd": "[BUILDER_CACHE]/Site_Isolation_Linux", | 50 "cwd": "[BUILDER_CACHE]/linux", |
| 51 "env": { | 51 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 53 }, |
| 54 "name": "bot_update", | 54 "name": "bot_update", |
| 55 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "@@@STEP_LOG_END@json.output@@@" | 181 "@@@STEP_LOG_END@json.output@@@" |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 "cmd": [ | 185 "cmd": [ |
| 186 "python", | 186 "python", |
| 187 "-u", | 187 "-u", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 188 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 189 "runhooks" | 189 "runhooks" |
| 190 ], | 190 ], |
| 191 "cwd": "[BUILDER_CACHE]/Site_Isolation_Linux/src", | 191 "cwd": "[BUILDER_CACHE]/linux/src", |
| 192 "env": { | 192 "env": { |
| 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 194 "GYP_CHROMIUM_NO_ACTION": "1", | 194 "GYP_CHROMIUM_NO_ACTION": "1", |
| 195 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[CACH
E]/cipd/goma' target_arch=x64 use_goma=1", | 195 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[CACH
E]/cipd/goma' target_arch=x64 use_goma=1", |
| 196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 197 }, | 197 }, |
| 198 "name": "gclient runhooks" | 198 "name": "gclient runhooks" |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 "cmd": [ | 201 "cmd": [ |
| 202 "python", | 202 "python", |
| 203 "-u", | 203 "-u", |
| 204 "[BUILDER_CACHE]/Site_Isolation_Linux/src/testing/scripts/get_compile_targ
ets.py", | 204 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 205 "--output", | 205 "--output", |
| 206 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
| 207 "--", | 207 "--", |
| 208 "--build-config-fs", | 208 "--build-config-fs", |
| 209 "Release", | 209 "Release", |
| 210 "--paths", | 210 "--paths", |
| 211 "{\"checkout\": \"[BUILDER_CACHE]/Site_Isolation_Linux/src\", \"runit.py\"
: \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIP
E_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 211 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 212 "--properties", | 212 "--properties", |
| 213 "{\"buildername\": \"Site Isolation Linux\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 213 "{\"buildername\": \"Site Isolation Linux\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
| 214 ], | 214 ], |
| 215 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
| 216 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 219 ] |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 "cmd": [ | 222 "cmd": [ |
| 223 "python", | 223 "python", |
| 224 "-u", | 224 "-u", |
| 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 226 "[BUILDER_CACHE]/Site_Isolation_Linux/src/testing/buildbot/chromium.fyi.js
on", | 226 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fyi.json", |
| 227 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 228 ], | 228 ], |
| 229 "name": "read test spec (chromium.fyi.json)", | 229 "name": "read test spec (chromium.fyi.json)", |
| 230 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 231 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Site_Isolation_Linux/src/testing/build
bot/chromium.fyi.json@@@", | 231 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fy
i.json@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@{}@@@", | 232 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 233 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
| 234 ] | 234 ] |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 "cmd": [ | 237 "cmd": [ |
| 238 "python", | 238 "python", |
| 239 "-u", | 239 "-u", |
| 240 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 240 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 241 "--show-path", | 241 "--show-path", |
| 242 "python", | 242 "python", |
| 243 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 243 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 244 ], | 244 ], |
| 245 "name": "cleanup_temp" | 245 "name": "cleanup_temp" |
| 246 }, | 246 }, |
| 247 { | 247 { |
| 248 "cmd": [ | 248 "cmd": [ |
| 249 "python", | 249 "python", |
| 250 "-u", | 250 "-u", |
| 251 "[BUILDER_CACHE]/Site_Isolation_Linux/src/tools/mb/mb.py", | 251 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 252 "gen", | 252 "gen", |
| 253 "-m", | 253 "-m", |
| 254 "chromium.fyi", | 254 "chromium.fyi", |
| 255 "-b", | 255 "-b", |
| 256 "Site Isolation Linux", | 256 "Site Isolation Linux", |
| 257 "--config-file", | 257 "--config-file", |
| 258 "[BUILDER_CACHE]/Site_Isolation_Linux/src/tools/mb/mb_config.pyl", | 258 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 259 "--goma-dir", | 259 "--goma-dir", |
| 260 "[CACHE]/cipd/goma", | 260 "[CACHE]/cipd/goma", |
| 261 "//out/Release" | 261 "//out/Release" |
| 262 ], | 262 ], |
| 263 "cwd": "[BUILDER_CACHE]/Site_Isolation_Linux/src", | 263 "cwd": "[BUILDER_CACHE]/linux/src", |
| 264 "env": { | 264 "env": { |
| 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 266 }, | 266 }, |
| 267 "name": "generate_build_files" | 267 "name": "generate_build_files" |
| 268 }, | 268 }, |
| 269 { | 269 { |
| 270 "cmd": [ | 270 "cmd": [ |
| 271 "python", | 271 "python", |
| 272 "-u", | 272 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 274 "--show-path", | 274 "--show-path", |
| 275 "python", | 275 "python", |
| 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 277 "--gsutil-py-path", | 277 "--gsutil-py-path", |
| 278 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 278 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 279 "--ninja-path", | 279 "--ninja-path", |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 281 "--target", | 281 "--target", |
| 282 "Release", | 282 "Release", |
| 283 "--src-dir", | 283 "--src-dir", |
| 284 "[BUILDER_CACHE]/Site_Isolation_Linux/src", | 284 "[BUILDER_CACHE]/linux/src", |
| 285 "--goma-cache-dir", | 285 "--goma-cache-dir", |
| 286 "[GOMA_CACHE]", | 286 "[GOMA_CACHE]", |
| 287 "--goma-deps-cache-dir", | 287 "--goma-deps-cache-dir", |
| 288 "[GOMA_DEPS_CACHE]", | 288 "[GOMA_DEPS_CACHE]", |
| 289 "--build-data-dir", | 289 "--build-data-dir", |
| 290 "[ROOT]/build_data_dir", | 290 "[ROOT]/build_data_dir", |
| 291 "--compiler", | 291 "--compiler", |
| 292 "goma", | 292 "goma", |
| 293 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
| 294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "--builder-name=Site Isolation Linux", | 327 "--builder-name=Site Isolation Linux", |
| 328 "--slave-name=TestSlavename", | 328 "--slave-name=TestSlavename", |
| 329 "--build-number=571", | 329 "--build-number=571", |
| 330 "--run-python-script", | 330 "--run-python-script", |
| 331 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 331 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
| 332 "--target", | 332 "--target", |
| 333 "Release", | 333 "Release", |
| 334 "-o", | 334 "-o", |
| 335 "[SLAVE_BUILD]/layout-test-results", | 335 "[SLAVE_BUILD]/layout-test-results", |
| 336 "--build-dir", | 336 "--build-dir", |
| 337 "[BUILDER_CACHE]/Site_Isolation_Linux/src/out", | 337 "[BUILDER_CACHE]/linux/src/out", |
| 338 "--json-test-results", | 338 "--json-test-results", |
| 339 "/path/to/tmp/json", | 339 "/path/to/tmp/json", |
| 340 "--test-results-server", | 340 "--test-results-server", |
| 341 "test-results.appspot.com", | 341 "test-results.appspot.com", |
| 342 "--build-number", | 342 "--build-number", |
| 343 "571", | 343 "571", |
| 344 "--builder-name", | 344 "--builder-name", |
| 345 "Site Isolation Linux", | 345 "Site Isolation Linux", |
| 346 "--step-name", | 346 "--step-name", |
| 347 "webkit_tests", | 347 "webkit_tests", |
| 348 "--additional-driver-flag", | 348 "--additional-driver-flag", |
| 349 "--site-per-process", | 349 "--site-per-process", |
| 350 "--additional-expectations", | 350 "--additional-expectations", |
| 351 "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process", | 351 "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process", |
| 352 "--options", | 352 "--options", |
| 353 "http/tests" | 353 "http/tests" |
| 354 ], | 354 ], |
| 355 "cwd": "[BUILDER_CACHE]/Site_Isolation_Linux", | 355 "cwd": "[BUILDER_CACHE]/linux", |
| 356 "env": { | 356 "env": { |
| 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 358 }, | 358 }, |
| 359 "name": "webkit_tests", | 359 "name": "webkit_tests", |
| 360 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 361 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 361 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 362 ] | 362 ] |
| 363 }, | 363 }, |
| 364 { | 364 { |
| 365 "cmd": [ | 365 "cmd": [ |
| 366 "python", | 366 "python", |
| 367 "-u", | 367 "-u", |
| 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
| 369 "--results-dir", | 369 "--results-dir", |
| 370 "[SLAVE_BUILD]/layout-test-results", | 370 "[SLAVE_BUILD]/layout-test-results", |
| 371 "--build-dir", | 371 "--build-dir", |
| 372 "[BUILDER_CACHE]/Site_Isolation_Linux/src/out", | 372 "[BUILDER_CACHE]/linux/src/out", |
| 373 "--build-number", | 373 "--build-number", |
| 374 "571", | 374 "571", |
| 375 "--builder-name", | 375 "--builder-name", |
| 376 "Site Isolation Linux", | 376 "Site Isolation Linux", |
| 377 "--gs-bucket", | 377 "--gs-bucket", |
| 378 "gs://chromium-layout-test-archives", | 378 "gs://chromium-layout-test-archives", |
| 379 "--staging-dir", | 379 "--staging-dir", |
| 380 "[CACHE]/chrome_staging" | 380 "[CACHE]/chrome_staging" |
| 381 ], | 381 ], |
| 382 "cwd": "[BUILDER_CACHE]/Site_Isolation_Linux", | 382 "cwd": "[BUILDER_CACHE]/linux", |
| 383 "env": { | 383 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 385 }, | 385 }, |
| 386 "name": "archive_webkit_tests_results", | 386 "name": "archive_webkit_tests_results", |
| 387 "~followup_annotations": [ | 387 "~followup_annotations": [ |
| 388 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@
@", | 388 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@
@", |
| 389 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" | 389 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" |
| 390 ] | 390 ] |
| 391 }, | 391 }, |
| 392 { | 392 { |
| 393 "name": "$result", | 393 "name": "$result", |
| 394 "recipe_result": null, | 394 "recipe_result": null, |
| 395 "status_code": 0 | 395 "status_code": 0 |
| 396 } | 396 } |
| 397 ] | 397 ] |
| OLD | NEW |