| 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 "chromiumos", | 8 "chromiumos", |
| 9 "--builder", | 9 "--builder", |
| 10 "Test", | 10 "Test", |
| 11 "--slave", | 11 "--slave", |
| 12 "test", | 12 "test", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'chromite', 'url': 'https://chromium.googlesour
ce.com/chromiumos/chromite.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c
hromite.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "chromite", | 16 "chromite", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "chromite@master:", | 24 "chromite@master:", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"master:\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"master:\"@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 53 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", | 54 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", |
| 54 "--json-file", | 55 "--json-file", |
| 55 "/path/to/tmp/json", | 56 "/path/to/tmp/json", |
| 56 "--url", | 57 "--url", |
| 57 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", | 58 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", |
| 58 "--format", | 59 "--format", |
| 59 "json", | 60 "json", |
| 60 "--attempts", | 61 "--attempts", |
| 61 "10" | 62 "10" |
| 62 ], | 63 ], |
| 64 "cwd": "[SLAVE_BUILD]", |
| 63 "name": "Fetch manifest config", | 65 "name": "Fetch manifest config", |
| 64 "~followup_annotations": [ | 66 "~followup_annotations": [ |
| 65 "@@@STEP_LOG_LINE@json.output@{@@@", | 67 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 71 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 83 "@@@STEP_LOG_LINE@json.output@}@@@", | 85 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 84 "@@@STEP_LOG_END@json.output@@@" | 86 "@@@STEP_LOG_END@json.output@@@" |
| 85 ] | 87 ] |
| 86 }, | 88 }, |
| 87 { | 89 { |
| 88 "cmd": [ | 90 "cmd": [ |
| 89 "python", | 91 "python", |
| 90 "-u", | 92 "-u", |
| 91 "import sys; sys.exit(1)" | 93 "import sys; sys.exit(1)" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "Fetch manifest config failure", | 96 "name": "Fetch manifest config failure", |
| 94 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 95 "step returned non-zero exit code: 1", | 98 "step returned non-zero exit code: 1", |
| 96 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", | 99 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", |
| 97 "@@@STEP_FAILURE@@@" | 100 "@@@STEP_FAILURE@@@" |
| 98 ] | 101 ] |
| 99 }, | 102 }, |
| 100 { | 103 { |
| 101 "name": "$result", | 104 "name": "$result", |
| 102 "reason": "Step('Fetch manifest config failure') failed with return_code 1", | 105 "reason": "Step('Fetch manifest config failure') failed with return_code 1", |
| 103 "status_code": 1 | 106 "status_code": 1 |
| 104 } | 107 } |
| 105 ] | 108 ] |
| OLD | NEW |