| 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]/chromeos_amd64_generic_chromium_compile_only_ng", | 7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "analyze", | 306 "analyze", |
| 307 "-m", | 307 "-m", |
| 308 "tryserver.chromium.linux", | 308 "tryserver.chromium.linux", |
| 309 "-b", | 309 "-b", |
| 310 "chromeos_amd64-generic_chromium_compile_only_ng", | 310 "chromeos_amd64-generic_chromium_compile_only_ng", |
| 311 "-v", | 311 "-v", |
| 312 "//out/Release", | 312 "//out/Release", |
| 313 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 313 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 314 "/path/to/tmp/json" | 314 "/path/to/tmp/json" |
| 315 ], | 315 ], |
| 316 "cwd": "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src"
, |
| 316 "env": { | 317 "env": { |
| 317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 318 }, | 319 }, |
| 319 "name": "analyze", | 320 "name": "analyze", |
| 320 "~followup_annotations": [ | 321 "~followup_annotations": [ |
| 321 "@@@STEP_TEXT@No compile necessary@@@", | 322 "@@@STEP_TEXT@No compile necessary@@@", |
| 322 "@@@STEP_LOG_LINE@json.output@{@@@", | 323 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 324 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 324 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 325 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 344 "import sys; sys.exit(0)" | 345 "import sys; sys.exit(0)" |
| 345 ], | 346 ], |
| 346 "name": "mark: before_tests" | 347 "name": "mark: before_tests" |
| 347 }, | 348 }, |
| 348 { | 349 { |
| 349 "name": "$result", | 350 "name": "$result", |
| 350 "recipe_result": null, | 351 "recipe_result": null, |
| 351 "status_code": 0 | 352 "status_code": 0 |
| 352 } | 353 } |
| 353 ] | 354 ] |
| OLD | NEW |