| 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.infra", | 8 "chromium.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "cipd-module-tester", | 10 "cipd-module-tester", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 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 22 matching lines...) Expand all Loading... |
| 67 "allow_subannotations": true, | 66 "allow_subannotations": true, |
| 68 "cmd": [ | 67 "cmd": [ |
| 69 "python", | 68 "python", |
| 70 "-u", | 69 "-u", |
| 71 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py", | 70 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py", |
| 72 "infra/cipd_test", | 71 "infra/cipd_test", |
| 73 "--master-overrides-slave", | 72 "--master-overrides-slave", |
| 74 "--properties-file", | 73 "--properties-file", |
| 75 "{\"buildername\": \"cipd-module-tester\", \"buildnumber\": 571, \"dir_to_
package\": \"[SLAVE_BUILD]/build/scripts/slave/recipe_modules/cipd\", \"masterna
me\": \"chromium.infra\", \"revision_tag\": \"80754af91bfb6d1073585b046fe0a474ce
868509/12853011_1\", \"slavename\": \"TestSlavename\"}" | 74 "{\"buildername\": \"cipd-module-tester\", \"buildnumber\": 571, \"dir_to_
package\": \"[SLAVE_BUILD]/build/scripts/slave/recipe_modules/cipd\", \"masterna
me\": \"chromium.infra\", \"revision_tag\": \"80754af91bfb6d1073585b046fe0a474ce
868509/12853011_1\", \"slavename\": \"TestSlavename\"}" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]", | |
| 78 "name": "actual run" | 76 "name": "actual run" |
| 79 }, | 77 }, |
| 80 { | 78 { |
| 81 "name": "$result", | 79 "name": "$result", |
| 82 "recipe_result": null, | 80 "recipe_result": null, |
| 83 "status_code": 0 | 81 "status_code": 0 |
| 84 } | 82 } |
| 85 ] | 83 ] |
| OLD | NEW |