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

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

Issue 1345143004: CrOS: Use local Chromite checkout for configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "chromiumos",
9 "--builder",
10 "Test",
11 "--slave",
12 "test",
13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
15 "--root",
16 "chromite",
17 "--revision_mapping_file",
18 "{}",
19 "--output_json",
20 "/path/to/tmp/json",
21 "--revision",
22 "chromite@master:",
23 "--force"
24 ],
25 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update",
27 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@"
38 ]
39 },
40 {
41 "cmd": [
42 "python",
43 "-u",
6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 44 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py",
7 "--json-file", 45 "--json-file",
8 "/path/to/tmp/json", 46 "/path/to/tmp/json",
9 "--url", 47 "--url",
10 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3?format=json", 48 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3?format=json",
11 "--attempts", 49 "--attempts",
12 "10" 50 "10"
13 ], 51 ],
14 "cwd": "[SLAVE_BUILD]", 52 "cwd": "[SLAVE_BUILD]",
15 "name": "Fetch manifest config", 53 "name": "Fetch manifest config",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "@@@STEP_TEXT@Failed to fetch manifest config.@@@", 87 "@@@STEP_TEXT@Failed to fetch manifest config.@@@",
50 "@@@STEP_FAILURE@@@" 88 "@@@STEP_FAILURE@@@"
51 ] 89 ]
52 }, 90 },
53 { 91 {
54 "name": "$final_result", 92 "name": "$final_result",
55 "reason": "Step('Fetch manifest config failure') failed with return_code 1", 93 "reason": "Step('Fetch manifest config failure') failed with return_code 1",
56 "status_code": 1 94 "status_code": 1
57 } 95 }
58 ] 96 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698