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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "infra_tester", | 10 "infra_tester", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", |
15 "--root", | 15 "--root", |
16 "infra", | 16 "infra", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "infra@HEAD", | 30 "infra@HEAD", |
31 "--force", | 31 "--force", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
34 "cwd": "[SLAVE_BUILD]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
68 "git", | 67 "git", |
69 "-c", | 68 "-c", |
70 "user.email=commit-bot@chromium.org", | 69 "user.email=commit-bot@chromium.org", |
71 "-c", | 70 "-c", |
72 "user.name=The Commit Bot", | 71 "user.name=The Commit Bot", |
73 "commit", | 72 "commit", |
74 "-a", | 73 "-a", |
75 "-m", | 74 "-m", |
76 "Committed patch" | 75 "Committed patch" |
77 ], | 76 ], |
78 "cwd": "[SLAVE_BUILD]/infra", | 77 "cwd": "[CWD]/infra", |
79 "name": "commit git patch" | 78 "name": "commit git patch" |
80 }, | 79 }, |
81 { | 80 { |
82 "cmd": [ | 81 "cmd": [ |
83 "python", | 82 "python", |
84 "-u", | 83 "-u", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
86 "runhooks" | 85 "runhooks" |
87 ], | 86 ], |
88 "cwd": "[SLAVE_BUILD]", | |
89 "env": { | 87 "env": { |
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
91 }, | 89 }, |
92 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
93 }, | 91 }, |
94 { | 92 { |
95 "cmd": [ | 93 "cmd": [ |
96 "git", | 94 "git", |
97 "diff", | 95 "diff", |
98 "--name-only", | 96 "--name-only", |
99 "HEAD", | 97 "HEAD", |
100 "HEAD~" | 98 "HEAD~" |
101 ], | 99 ], |
102 "cwd": "[SLAVE_BUILD]/infra", | 100 "cwd": "[CWD]/infra", |
103 "name": "get change list", | 101 "name": "get change list", |
104 "stdout": "/path/to/tmp/", | 102 "stdout": "/path/to/tmp/", |
105 "~followup_annotations": [ | 103 "~followup_annotations": [ |
106 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views
.py@@@", | 104 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views
.py@@@", |
107 "@@@STEP_LOG_END@change list@@@" | 105 "@@@STEP_LOG_END@change list@@@" |
108 ] | 106 ] |
109 }, | 107 }, |
110 { | 108 { |
111 "cmd": [ | 109 "cmd": [ |
112 "python", | 110 "python", |
113 "-u", | 111 "-u", |
114 "test.py", | 112 "test.py", |
115 "test" | 113 "test" |
116 ], | 114 ], |
117 "cwd": "[SLAVE_BUILD]/infra", | 115 "cwd": "[CWD]/infra", |
118 "name": "python tests" | 116 "name": "python tests" |
119 }, | 117 }, |
120 { | 118 { |
121 "cmd": [ | 119 "cmd": [ |
122 "python", | 120 "python", |
123 "-u", | 121 "-u", |
124 "[SLAVE_BUILD]/infra/go/env.py" | 122 "[CWD]/infra/go/env.py" |
125 ], | 123 ], |
126 "cwd": "[SLAVE_BUILD]", | |
127 "name": "go bootstrap" | 124 "name": "go bootstrap" |
128 }, | 125 }, |
129 { | 126 { |
130 "cmd": [ | 127 "cmd": [ |
131 "python", | 128 "python", |
132 "-u", | 129 "-u", |
133 "[SLAVE_BUILD]/infra/go/env.py", | 130 "[CWD]/infra/go/env.py", |
134 "python", | 131 "python", |
135 "[SLAVE_BUILD]/infra/go/test.py" | 132 "[CWD]/infra/go/test.py" |
136 ], | 133 ], |
137 "cwd": "[SLAVE_BUILD]", | |
138 "name": "go tests" | 134 "name": "go tests" |
139 }, | 135 }, |
140 { | 136 { |
141 "cmd": [ | 137 "cmd": [ |
142 "make", | 138 "make", |
143 "-C", | 139 "-C", |
144 "appengine/chromium_rietveld", | 140 "appengine/chromium_rietveld", |
145 "test" | 141 "test" |
146 ], | 142 ], |
147 "cwd": "[SLAVE_BUILD]/infra", | 143 "cwd": "[CWD]/infra", |
148 "name": "rietveld tests" | 144 "name": "rietveld tests" |
149 }, | 145 }, |
150 { | 146 { |
151 "name": "$result", | 147 "name": "$result", |
152 "recipe_result": null, | 148 "recipe_result": null, |
153 "status_code": 0 | 149 "status_code": 0 |
154 } | 150 } |
155 ] | 151 ] |
OLD | NEW |