Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_manifest_failure.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromiumos", 8 "chromiumos",
9 "--builder", 9 "--builder",
10 "Test", 10 "Test",
(...skipping 28 matching lines...) Expand all
39 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
41 "@@@STEP_LOG_LINE@json.output@}@@@", 41 "@@@STEP_LOG_LINE@json.output@}@@@",
42 "@@@STEP_LOG_END@json.output@@@" 42 "@@@STEP_LOG_END@json.output@@@"
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "cmd": [ 46 "cmd": [
47 "python", 47 "python",
48 "-u", 48 "-u",
49 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 49 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
50 "--json-file", 50 "--json-file",
51 "/path/to/tmp/json", 51 "/path/to/tmp/json",
52 "--url", 52 "--url",
53 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3", 53 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3",
54 "--format", 54 "--format",
55 "json", 55 "json",
56 "--attempts", 56 "--attempts",
57 "10" 57 "10"
58 ], 58 ],
59 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", 94 "@@@STEP_TEXT@Failed to fetch manifest config.@@@",
95 "@@@STEP_FAILURE@@@" 95 "@@@STEP_FAILURE@@@"
96 ] 96 ]
97 }, 97 },
98 { 98 {
99 "name": "$result", 99 "name": "$result",
100 "reason": "Step('Fetch manifest config failure') failed with return_code 1", 100 "reason": "Step('Fetch manifest config failure') failed with return_code 1",
101 "status_code": 1 101 "status_code": 1
102 } 102 }
103 ] 103 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698