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 = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/c
hromite.git'}]", | 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'}]", |
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 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
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]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"master:\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"master:\"@@@", |
(...skipping 15 matching lines...) Expand all Loading... |
54 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", | 53 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", |
55 "--json-file", | 54 "--json-file", |
56 "/path/to/tmp/json", | 55 "/path/to/tmp/json", |
57 "--url", | 56 "--url", |
58 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", | 57 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5
ccb19ba61c4c0873d391e987982fbbd3", |
59 "--format", | 58 "--format", |
60 "json", | 59 "json", |
61 "--attempts", | 60 "--attempts", |
62 "10" | 61 "10" |
63 ], | 62 ], |
64 "cwd": "[SLAVE_BUILD]", | |
65 "name": "Fetch manifest config", | 63 "name": "Fetch manifest config", |
66 "~followup_annotations": [ | 64 "~followup_annotations": [ |
67 "@@@STEP_TEXT@<br/>Chromite branch: master@@@", | 65 "@@@STEP_TEXT@<br/>Chromite branch: master@@@", |
68 "@@@STEP_LOG_LINE@json.output@{@@@", | 66 "@@@STEP_LOG_LINE@json.output@{@@@", |
69 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
70 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
71 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
72 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 70 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
73 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 76 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 77 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"message\": \"Commit message!\\nAutomatic
: Start master-paladin master 6952.0.0-rc4\\nCrOS-Build-Id: 1337\", @@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"message\": \"Commit message!\\nAutomatic
: Start master-paladin master 6952.0.0-rc4\\nCrOS-Build-Id: 1337\", @@@", |
81 "@@@STEP_LOG_LINE@json.output@ \"parents\": [@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"parents\": [@@@", |
82 "@@@STEP_LOG_LINE@json.output@ \"36786b4475350efa4e9e48de5ef516cc15e91a
47\"@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"36786b4475350efa4e9e48de5ef516cc15e91a
47\"@@@", |
83 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 81 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
84 "@@@STEP_LOG_LINE@json.output@ \"tree\": \"d610084188c1248718d7541809f26d
53384e9ade\", @@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"tree\": \"d610084188c1248718d7541809f26d
53384e9ade\", @@@", |
85 "@@@STEP_LOG_LINE@json.output@ \"tree_diff\": []@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"tree_diff\": []@@@", |
86 "@@@STEP_LOG_LINE@json.output@}@@@", | 84 "@@@STEP_LOG_LINE@json.output@}@@@", |
87 "@@@STEP_LOG_END@json.output@@@" | 85 "@@@STEP_LOG_END@json.output@@@" |
88 ] | 86 ] |
89 }, | 87 }, |
90 { | 88 { |
91 "allow_subannotations": true, | 89 "allow_subannotations": true, |
92 "cmd": [ | 90 "cmd": [ |
93 "[SLAVE_BUILD]/chromite/bin/cbuildbot", | 91 "[CWD]/chromite/bin/cbuildbot", |
94 "--buildroot", | 92 "--buildroot", |
95 "[ROOT]/cbuild/external_master", | 93 "[ROOT]/cbuild/external_master", |
96 "--buildbot", | 94 "--buildbot", |
97 "--branch", | 95 "--branch", |
98 "master", | 96 "master", |
99 "--buildnumber", | 97 "--buildnumber", |
100 "12345", | 98 "12345", |
101 "--master-build-id", | 99 "--master-build-id", |
102 "1337", | 100 "1337", |
103 "x86-generic-paladin" | 101 "x86-generic-paladin" |
104 ], | 102 ], |
105 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[CWD]", |
106 "name": "cbuildbot [x86-generic-paladin]" | 104 "name": "cbuildbot [x86-generic-paladin]" |
107 }, | 105 }, |
108 { | 106 { |
109 "name": "$result", | 107 "name": "$result", |
110 "recipe_result": null, | 108 "recipe_result": null, |
111 "status_code": 0 | 109 "status_code": 0 |
112 } | 110 } |
113 ] | 111 ] |
OLD | NEW |