OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder", | 10 "Linux Builder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@HEAD" | 22 "src@HEAD" |
23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
24 "name": "bot_update", | 25 "name": "bot_update", |
25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
61 ] | 62 ] |
62 }, | 63 }, |
63 { | 64 { |
64 "cmd": [ | 65 "cmd": [ |
65 "python", | 66 "python", |
66 "-u", | 67 "-u", |
67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
68 "--version" | 69 "--version" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "name": "swarming.py --version", | 72 "name": "swarming.py --version", |
71 "stdout": "/path/to/tmp/", | 73 "stdout": "/path/to/tmp/", |
72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
73 "@@@STEP_TEXT@0.4.10@@@" | 75 "@@@STEP_TEXT@0.4.10@@@" |
74 ] | 76 ] |
75 }, | 77 }, |
76 { | 78 { |
77 "cmd": [ | 79 "cmd": [ |
78 "python", | 80 "python", |
79 "-u", | 81 "-u", |
80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
81 "runhooks" | 83 "runhooks" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "env": { | 86 "env": { |
84 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 87 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
85 }, | 88 }, |
86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
87 }, | 90 }, |
88 { | 91 { |
89 "cmd": [ | 92 "cmd": [ |
90 "python", | 93 "python", |
91 "-u", | 94 "-u", |
92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 95 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "name": "read test spec", | 100 "name": "read test spec", |
97 "~followup_annotations": [ | 101 "~followup_annotations": [ |
98 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
99 "@@@STEP_LOG_LINE@json.output@{}@@@", | 103 "@@@STEP_LOG_LINE@json.output@{}@@@", |
100 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
101 ] | 105 ] |
102 }, | 106 }, |
103 { | 107 { |
104 "cmd": [ | 108 "cmd": [ |
105 "python", | 109 "python", |
106 "-u", | 110 "-u", |
107 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 111 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
108 "--output", | 112 "--output", |
109 "/path/to/tmp/json", | 113 "/path/to/tmp/json", |
110 "--", | 114 "--", |
111 "--build-config-fs", | 115 "--build-config-fs", |
112 "Release", | 116 "Release", |
113 "--paths", | 117 "--paths", |
114 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 118 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
115 "--properties", | 119 "--properties", |
116 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | 120 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
118 "name": "get compile targets for scripts", | 123 "name": "get compile targets for scripts", |
119 "~followup_annotations": [ | 124 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@json.output@{}@@@", | 125 "@@@STEP_LOG_LINE@json.output@{}@@@", |
121 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
122 ] | 127 ] |
123 }, | 128 }, |
124 { | 129 { |
125 "cmd": [ | 130 "cmd": [ |
126 "python", | 131 "python", |
127 "-u", | 132 "-u", |
128 "[BUILD]/scripts/slave/cleanup_temp.py" | 133 "[BUILD]/scripts/slave/cleanup_temp.py" |
129 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
130 "name": "cleanup_temp" | 136 "name": "cleanup_temp" |
131 }, | 137 }, |
132 { | 138 { |
133 "cmd": [ | 139 "cmd": [ |
134 "python", | 140 "python", |
135 "-u", | 141 "-u", |
136 "[BUILD]/scripts/slave/compile.py", | 142 "[BUILD]/scripts/slave/compile.py", |
137 "--target", | 143 "--target", |
138 "Release", | 144 "Release", |
139 "--src-dir", | 145 "--src-dir", |
140 "[SLAVE_BUILD]/src", | 146 "[SLAVE_BUILD]/src", |
141 "--build-tool", | 147 "--build-tool", |
142 "ninja", | 148 "ninja", |
143 "--compiler", | 149 "--compiler", |
144 "goma", | 150 "goma", |
145 "--goma-dir", | 151 "--goma-dir", |
146 "[BUILD]/goma", | 152 "[BUILD]/goma", |
147 "--", | 153 "--", |
148 "chromium_swarm_tests" | 154 "chromium_swarm_tests" |
149 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
150 "name": "compile" | 157 "name": "compile" |
151 }, | 158 }, |
152 { | 159 { |
153 "cmd": [ | 160 "cmd": [ |
154 "python", | 161 "python", |
155 "-u", | 162 "-u", |
156 "[BUILD]/scripts/slave/archive_dependencies.py", | 163 "[BUILD]/scripts/slave/archive_dependencies.py", |
157 "--src-dir", | 164 "--src-dir", |
158 "[SLAVE_BUILD]/src", | 165 "[SLAVE_BUILD]/src", |
159 "--target", | 166 "--target", |
160 "Release", | 167 "Release", |
161 "--master", | 168 "--master", |
162 "chromium.linux", | 169 "chromium.linux", |
163 "--builder", | 170 "--builder", |
164 "Linux Builder", | 171 "Linux Builder", |
165 "--build", | 172 "--build", |
166 "0" | 173 "0" |
167 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
168 "name": "archive dependencies", | 176 "name": "archive dependencies", |
169 "~followup_annotations": [ | 177 "~followup_annotations": [ |
170 "step returned non-zero exit code: 1", | 178 "step returned non-zero exit code: 1", |
171 "@@@STEP_EXCEPTION@@@" | 179 "@@@STEP_EXCEPTION@@@" |
172 ] | 180 ] |
173 }, | 181 }, |
174 { | 182 { |
175 "allow_subannotations": true, | 183 "allow_subannotations": true, |
176 "cmd": [ | 184 "cmd": [ |
177 "python", | 185 "python", |
178 "-u", | 186 "-u", |
179 "[BUILD]/scripts/slave/zip_build.py", | 187 "[BUILD]/scripts/slave/zip_build.py", |
180 "--target", | 188 "--target", |
181 "Release", | 189 "Release", |
182 "--build-url", | 190 "--build-url", |
183 "gs://chromium-linux-archive/chromium.linux/Linux Builder", | 191 "gs://chromium-linux-archive/chromium.linux/Linux Builder", |
184 "--build_revision", | 192 "--build_revision", |
185 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 193 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
186 "--factory-properties", | 194 "--factory-properties", |
187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium
.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium
.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
188 "--build-properties", | 196 "--build-properties", |
189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium
.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}" | 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium
.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}" |
190 ], | 198 ], |
| 199 "cwd": "[SLAVE_BUILD]", |
191 "name": "package build" | 200 "name": "package build" |
192 } | 201 } |
193 ] | 202 ] |
OLD | NEW |