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_TEXT@<br/>Chromite branch: master@@@", | 67 "@@@STEP_TEXT@<br/>Chromite branch: master@@@", |
66 "@@@STEP_LOG_LINE@json.output@{@@@", | 68 "@@@STEP_LOG_LINE@json.output@{@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
68 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
69 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
70 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 72 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
71 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 73 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
72 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
73 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 78 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 79 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"message\": \"Commit message!\\nAutomatic
: Start master-paladin master 6952.0.0-rc4\\nCrOS-Build-Id: 1337\", @@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"message\": \"Commit message!\\nAutomatic
: Start master-paladin master 6952.0.0-rc4\\nCrOS-Build-Id: 1337\", @@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"parents\": [@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"parents\": [@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"36786b4475350efa4e9e48de5ef516cc15e91a
47\"@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"36786b4475350efa4e9e48de5ef516cc15e91a
47\"@@@", |
81 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 83 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
82 "@@@STEP_LOG_LINE@json.output@ \"tree\": \"d610084188c1248718d7541809f26d
53384e9ade\", @@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"tree\": \"d610084188c1248718d7541809f26d
53384e9ade\", @@@", |
83 "@@@STEP_LOG_LINE@json.output@ \"tree_diff\": []@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"tree_diff\": []@@@", |
84 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
85 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
86 ] | 88 ] |
87 }, | 89 }, |
88 { | 90 { |
89 "allow_subannotations": true, | 91 "allow_subannotations": true, |
90 "cmd": [ | 92 "cmd": [ |
91 "[CWD]/chromite/bin/cbuildbot", | 93 "[SLAVE_BUILD]/chromite/bin/cbuildbot", |
92 "--buildroot", | 94 "--buildroot", |
93 "[ROOT]/cbuild/external_master", | 95 "[ROOT]/cbuild/external_master", |
94 "--buildbot", | 96 "--buildbot", |
95 "--branch", | 97 "--branch", |
96 "master", | 98 "master", |
97 "--buildnumber", | 99 "--buildnumber", |
98 "12345", | 100 "12345", |
99 "--master-build-id", | 101 "--master-build-id", |
100 "1337", | 102 "1337", |
101 "x86-generic-paladin" | 103 "x86-generic-paladin" |
102 ], | 104 ], |
103 "cwd": "[CWD]", | 105 "cwd": "[SLAVE_BUILD]", |
104 "name": "cbuildbot [x86-generic-paladin]" | 106 "name": "cbuildbot [x86-generic-paladin]" |
105 }, | 107 }, |
106 { | 108 { |
107 "name": "$result", | 109 "name": "$result", |
108 "recipe_result": null, | 110 "recipe_result": null, |
109 "status_code": 0 | 111 "status_code": 0 |
110 } | 112 } |
111 ] | 113 ] |
OLD | NEW |