| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu
mos/chromite.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu
mos/chromite.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "chromite", | 10 "chromite", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "-u", | 62 "-u", |
| 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 64 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json", | 64 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json", |
| 65 "/path/to/tmp/json" | 65 "/path/to/tmp/json" |
| 66 ], | 66 ], |
| 67 "name": "read chromite config", | 67 "name": "read chromite config", |
| 68 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 69 "@@@STEP_LOG_LINE@config@{@@@", | 69 "@@@STEP_LOG_LINE@config@{@@@", |
| 70 "@@@STEP_LOG_LINE@config@ \"internal-paladin\": {@@@", | 70 "@@@STEP_LOG_LINE@config@ \"internal-paladin\": {@@@", |
| 71 "@@@STEP_LOG_LINE@config@ \"_template\": \"paladin\", @@@", | 71 "@@@STEP_LOG_LINE@config@ \"_template\": \"paladin\", @@@", |
| 72 "@@@STEP_LOG_LINE@config@ \"internal\": true, @@@", | 72 "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\", @@@", |
| 73 "@@@STEP_LOG_LINE@config@ \"type\": \"paladin\"@@@", | 73 "@@@STEP_LOG_LINE@config@ \"internal\": true@@@", |
| 74 "@@@STEP_LOG_LINE@config@ }@@@", | 74 "@@@STEP_LOG_LINE@config@ }@@@", |
| 75 "@@@STEP_LOG_LINE@config@}@@@", | 75 "@@@STEP_LOG_LINE@config@}@@@", |
| 76 "@@@STEP_LOG_END@config@@@" | 76 "@@@STEP_LOG_END@config@@@" |
| 77 ] | 77 ] |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "allow_subannotations": true, | 80 "allow_subannotations": true, |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 82 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
| 83 "--buildroot", | 83 "--buildroot", |
| 84 "[ROOT]/cbuild/internal_master", | 84 "[ROOT]/cbuild/internal_master", |
| 85 "--timeout", | 85 "--timeout", |
| 86 "14400", | 86 "14400", |
| 87 "--remote-trybot", | 87 "--remote-trybot", |
| 88 "--remote-version=4", | 88 "--remote-version=4", |
| 89 "internal-paladin" | 89 "internal-paladin" |
| 90 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 91 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "cbuildbot [internal-paladin]" | 92 "name": "cbuildbot [internal-paladin]" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "name": "$result", | 95 "name": "$result", |
| 96 "recipe_result": null, | 96 "recipe_result": null, |
| 97 "status_code": 0 | 97 "status_code": 0 |
| 98 } | 98 } |
| 99 ] | 99 ] |
| OLD | NEW |