| 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 25 matching lines...) Expand all Loading... |
| 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@}@@@", | 38 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 39 "@@@STEP_LOG_END@json.output@@@" | 39 "@@@STEP_LOG_END@json.output@@@" |
| 40 ] | 40 ] |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "cmd": [ | 43 "cmd": [ |
| 44 "python", | 44 "python", |
| 45 "-u", | 45 "-u", |
| 46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 47 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json", |
| 48 "/path/to/tmp/json" |
| 49 ], |
| 50 "name": "read chromite config", |
| 51 "~followup_annotations": [ |
| 52 "@@@STEP_LOG_LINE@config@{@@@", |
| 53 "@@@STEP_LOG_LINE@config@ \"x86-generic-paladin\": {@@@", |
| 54 "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\"@@@", |
| 55 "@@@STEP_LOG_LINE@config@ }@@@", |
| 56 "@@@STEP_LOG_LINE@config@}@@@", |
| 57 "@@@STEP_LOG_END@config@@@" |
| 58 ] |
| 59 }, |
| 60 { |
| 61 "cmd": [ |
| 62 "python", |
| 63 "-u", |
| 46 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", | 64 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", |
| 47 "--json-file", | 65 "--json-file", |
| 48 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 49 "--url", | 67 "--url", |
| 50 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", | 68 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", |
| 51 "--format", | 69 "--format", |
| 52 "json", | 70 "json", |
| 53 "--attempts", | 71 "--attempts", |
| 54 "10" | 72 "10" |
| 55 ], | 73 ], |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "@@@STEP_FAILURE@@@" | 108 "@@@STEP_FAILURE@@@" |
| 91 ] | 109 ] |
| 92 }, | 110 }, |
| 93 { | 111 { |
| 94 "name": "$result", | 112 "name": "$result", |
| 95 "reason": "Step('Fetch manifest config failure') failed with return_code 1", | 113 "reason": "Step('Fetch manifest config failure') failed with return_code 1", |
| 96 "recipe_result": null, | 114 "recipe_result": null, |
| 97 "status_code": 1 | 115 "status_code": 1 |
| 98 } | 116 } |
| 99 ] | 117 ] |
| OLD | NEW |