| 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 "client.skia", | 8 "client.skia", |
| 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 = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src/third_party/skia", | 16 "src/third_party/skia", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", | 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", |
| 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 "src@HEAD", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/third_party/skia@origin/master", | 26 "src/third_party/skia@origin/master", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
| 30 "env": { | 31 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 32 }, | 33 }, |
| 33 "name": "bot_update", | 34 "name": "bot_update", |
| 34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 108 ] | 109 ] |
| 109 }, | 110 }, |
| 110 { | 111 { |
| 111 "cmd": [], | 112 "cmd": [], |
| 113 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "ensure_goma" | 114 "name": "ensure_goma" |
| 113 }, | 115 }, |
| 114 { | 116 { |
| 115 "cmd": [ | 117 "cmd": [ |
| 116 "python", | 118 "python", |
| 117 "-u", | 119 "-u", |
| 118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 119 "--platform", | 121 "--platform", |
| 120 "linux-amd64", | 122 "linux-amd64", |
| 121 "--dest-directory", | 123 "--dest-directory", |
| 122 "[CWD]/cipd", | 124 "[SLAVE_BUILD]/cipd", |
| 123 "--json-output", | 125 "--json-output", |
| 124 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 125 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "ensure_goma.install cipd", | 129 "name": "ensure_goma.install cipd", |
| 127 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 128 "@@@STEP_NEST_LEVEL@1@@@", | 131 "@@@STEP_NEST_LEVEL@1@@@", |
| 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 130 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@}@@@", | 136 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 138 ] |
| 136 }, | 139 }, |
| 137 { | 140 { |
| 138 "cmd": [ | 141 "cmd": [ |
| 139 "fake_slave_build/cipd", | 142 "[SLAVE_BUILD]/cipd/cipd", |
| 140 "ensure", | 143 "ensure", |
| 141 "--root", | 144 "--root", |
| 142 "[ROOT]/b/build/slave/cache/cipd/goma", | 145 "[CACHE]/cipd/goma", |
| 143 "--list", | 146 "--list", |
| 144 "infra_internal/goma/client/linux-amd64 release", | 147 "infra_internal/goma/client/linux-amd64 release", |
| 145 "--json-output", | 148 "--json-output", |
| 146 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 147 "--service-account-json", | 150 "--service-account-json", |
| 148 "/creds/service_accounts/service-account-goma-client.json" | 151 "/creds/service_accounts/service-account-goma-client.json" |
| 149 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "ensure_goma.ensure_installed", | 154 "name": "ensure_goma.ensure_installed", |
| 151 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 152 "@@@STEP_NEST_LEVEL@1@@@", | 156 "@@@STEP_NEST_LEVEL@1@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | 157 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 159 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ }@@@", | 162 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 163 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 164 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 166 ] |
| 163 }, | 167 }, |
| 164 { | 168 { |
| 165 "cmd": [ | 169 "cmd": [ |
| 166 "python", | 170 "python", |
| 167 "-u", | 171 "-u", |
| 168 "[CWD]/src/tools/swarming_client/swarming.py", | 172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 169 "--version" | 173 "--version" |
| 170 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "swarming.py --version", | 176 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", | 177 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.4.10@@@" | 179 "@@@STEP_TEXT@0.4.10@@@" |
| 175 ] | 180 ] |
| 176 }, | 181 }, |
| 177 { | 182 { |
| 178 "cmd": [ | 183 "cmd": [ |
| 179 "python", | 184 "python", |
| 180 "-u", | 185 "-u", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 182 "runhooks" | 187 "runhooks" |
| 183 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 184 "env": { | 190 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 186 "GYP_CHROMIUM_NO_ACTION": "1", | 192 "GYP_CHROMIUM_NO_ACTION": "1", |
| 187 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1", | 193 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", |
| 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 195 }, |
| 190 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 191 }, | 197 }, |
| 192 { | 198 { |
| 193 "cmd": [ | 199 "cmd": [ |
| 194 "python", | 200 "python", |
| 195 "-u", | 201 "-u", |
| 196 "[CWD]/src/testing/scripts/get_compile_targets.py", | 202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 197 "--output", | 203 "--output", |
| 198 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
| 199 "--", | 205 "--", |
| 200 "--build-config-fs", | 206 "--build-config-fs", |
| 201 "Release", | 207 "Release", |
| 202 "--use-src-side-runtest-py", | 208 "--use-src-side-runtest-py", |
| 203 "--paths", | 209 "--paths", |
| 204 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 210 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 205 "--properties", | 211 "--properties", |
| 206 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu
x\"}" | 212 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu
x\"}" |
| 207 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 208 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
| 209 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 210 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 211 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 212 ] | 219 ] |
| 213 }, | 220 }, |
| 214 { | 221 { |
| 215 "cmd": [ | 222 "cmd": [ |
| 216 "python", | 223 "python", |
| 217 "-u", | 224 "-u", |
| 218 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 219 "[CWD]/src/testing/buildbot/chromium.linux.json", | 226 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 220 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 221 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "read test spec", | 230 "name": "read test spec", |
| 223 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 224 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", | 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ }@@@", | 241 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ }@@@", | 243 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 238 ] | 246 ] |
| 239 }, | 247 }, |
| 240 { | 248 { |
| 241 "cmd": [ | 249 "cmd": [ |
| 242 "python", | 250 "python", |
| 243 "-u", | 251 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 245 "--show-path", | 253 "--show-path", |
| 246 "python", | 254 "python", |
| 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 248 ], | 256 ], |
| 257 "cwd": "[SLAVE_BUILD]", |
| 249 "name": "cleanup_temp" | 258 "name": "cleanup_temp" |
| 250 }, | 259 }, |
| 251 { | 260 { |
| 252 "cmd": [ | 261 "cmd": [ |
| 253 "python", | 262 "python", |
| 254 "-u", | 263 "-u", |
| 255 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 264 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 256 "--build-dir", | 265 "--build-dir", |
| 257 "[CWD]/src/out/Release", | 266 "[SLAVE_BUILD]/src/out/Release", |
| 258 "--clean-isolated-files" | 267 "--clean-isolated-files" |
| 259 ], | 268 ], |
| 269 "cwd": "[SLAVE_BUILD]", |
| 260 "name": "clean isolated files" | 270 "name": "clean isolated files" |
| 261 }, | 271 }, |
| 262 { | 272 { |
| 263 "cmd": [ | 273 "cmd": [ |
| 264 "python", | 274 "python", |
| 265 "-u", | 275 "-u", |
| 266 "[CWD]/src/tools/mb/mb.py", | 276 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 267 "gen", | 277 "gen", |
| 268 "-m", | 278 "-m", |
| 269 "client.skia", | 279 "client.skia", |
| 270 "-b", | 280 "-b", |
| 271 "Linux Builder", | 281 "Linux Builder", |
| 272 "--config-file", | 282 "--config-file", |
| 273 "[CWD]/src/tools/mb/mb_config.pyl", | 283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 274 "--goma-dir", | 284 "--goma-dir", |
| 275 "[ROOT]/b/build/slave/cache/cipd/goma", | 285 "[CACHE]/cipd/goma", |
| 276 "--swarming-targets-file", | 286 "--swarming-targets-file", |
| 277 "browser_tests\n", | 287 "browser_tests\n", |
| 278 "//out/Release" | 288 "//out/Release" |
| 279 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", |
| 280 "name": "generate_build_files", | 291 "name": "generate_build_files", |
| 281 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 284 ] | 295 ] |
| 285 }, | 296 }, |
| 286 { | 297 { |
| 287 "cmd": [ | 298 "cmd": [ |
| 288 "python", | 299 "python", |
| 289 "-u", | 300 "-u", |
| 290 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 291 "--show-path", | 302 "--show-path", |
| 292 "python", | 303 "python", |
| 293 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 294 "--gsutil-py-path", | 305 "--gsutil-py-path", |
| 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 296 "--ninja-path", | 307 "--ninja-path", |
| 297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 298 "--target", | 309 "--target", |
| 299 "Release", | 310 "Release", |
| 300 "--src-dir", | 311 "--src-dir", |
| 301 "[CWD]/src", | 312 "[SLAVE_BUILD]/src", |
| 302 "--goma-cache-dir", | 313 "--goma-cache-dir", |
| 303 "[ROOT]/b/build/slave/goma_cache", | 314 "[GOMA_CACHE]", |
| 304 "--build-tool", | 315 "--build-tool", |
| 305 "ninja", | 316 "ninja", |
| 306 "--build-data-dir", | 317 "--build-data-dir", |
| 307 "[ROOT]/build_data_dir", | 318 "[ROOT]/build_data_dir", |
| 308 "--compiler", | 319 "--compiler", |
| 309 "goma", | 320 "goma", |
| 310 "--goma-jsonstatus", | 321 "--goma-jsonstatus", |
| 311 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
| 312 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
| 313 "/creds/service_accounts/service-account-goma-client.json", | 324 "/creds/service_accounts/service-account-goma-client.json", |
| 314 "--goma-dir", | 325 "--goma-dir", |
| 315 "[ROOT]/b/build/slave/cache/cipd/goma", | 326 "[CACHE]/cipd/goma", |
| 316 "--ninja-ensure-up-to-date", | 327 "--ninja-ensure-up-to-date", |
| 317 "--", | 328 "--", |
| 318 "browser_tests", | 329 "browser_tests", |
| 319 "browser_tests_run", | 330 "browser_tests_run", |
| 320 "chromium_swarm_tests" | 331 "chromium_swarm_tests" |
| 321 ], | 332 ], |
| 333 "cwd": "[SLAVE_BUILD]", |
| 322 "env": { | 334 "env": { |
| 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 324 }, | 336 }, |
| 325 "name": "compile", | 337 "name": "compile", |
| 326 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 328 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 329 ] | 341 ] |
| 330 }, | 342 }, |
| 331 { | 343 { |
| 332 "cmd": [ | 344 "cmd": [ |
| 333 "python", | 345 "python", |
| 334 "-u", | 346 "-u", |
| 335 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 347 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 336 "--build-dir", | 348 "--build-dir", |
| 337 "[CWD]/src/out/Release", | 349 "[SLAVE_BUILD]/src/out/Release", |
| 338 "--src-dir", | 350 "--src-dir", |
| 339 "[CWD]/src" | 351 "[SLAVE_BUILD]/src" |
| 340 ], | 352 ], |
| 341 "cwd": "[CWD]", | 353 "cwd": "[SLAVE_BUILD]", |
| 342 "name": "remove_build_metadata" | 354 "name": "remove_build_metadata" |
| 343 }, | 355 }, |
| 344 { | 356 { |
| 345 "cmd": [ | 357 "cmd": [ |
| 346 "python", | 358 "python", |
| 347 "-u", | 359 "-u", |
| 348 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 360 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 349 "[CWD]/src/tools/swarming_client", | 361 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 350 "batcharchive", | 362 "batcharchive", |
| 351 "--dump-json", | 363 "--dump-json", |
| 352 "/path/to/tmp/json", | 364 "/path/to/tmp/json", |
| 353 "--isolate-server", | 365 "--isolate-server", |
| 354 "https://isolateserver.appspot.com", | 366 "https://isolateserver.appspot.com", |
| 355 "--verbose", | 367 "--verbose", |
| 356 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" | 368 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 357 ], | 369 ], |
| 370 "cwd": "[SLAVE_BUILD]", |
| 358 "name": "isolate tests", | 371 "name": "isolate tests", |
| 359 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 360 "@@@STEP_LOG_LINE@json.output@{@@@", | 373 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 361 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 362 "@@@STEP_LOG_LINE@json.output@}@@@", | 375 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 363 "@@@STEP_LOG_END@json.output@@@" | 376 "@@@STEP_LOG_END@json.output@@@" |
| 364 ] | 377 ] |
| 365 }, | 378 }, |
| 366 { | 379 { |
| 367 "allow_subannotations": true, | 380 "allow_subannotations": true, |
| 368 "cmd": [ | 381 "cmd": [ |
| 369 "python", | 382 "python", |
| 370 "-u", | 383 "-u", |
| 371 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 384 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 372 "--show-path", | 385 "--show-path", |
| 373 "python", | 386 "python", |
| 374 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 387 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 375 "--target", | 388 "--target", |
| 376 "Release", | 389 "Release", |
| 377 "--build-url", | 390 "--build-url", |
| 378 "gs://chromium-skia-gm/client.skia/Linux Builder", | 391 "gs://chromium-skia-gm/client.skia/Linux Builder", |
| 379 "--build_revision", | 392 "--build_revision", |
| 380 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 393 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
| 381 "--factory-properties", | 394 "--factory-properties", |
| 382 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", | 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", |
| 383 "--build-properties", | 396 "--build-properties", |
| 384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
| 385 ], | 398 ], |
| 399 "cwd": "[SLAVE_BUILD]", |
| 386 "name": "package build" | 400 "name": "package build" |
| 387 }, | 401 }, |
| 388 { | 402 { |
| 389 "cmd": [], | 403 "cmd": [], |
| 404 "cwd": "[SLAVE_BUILD]", |
| 390 "name": "trigger", | 405 "name": "trigger", |
| 391 "trigger_specs": [ | 406 "trigger_specs": [ |
| 392 { | 407 { |
| 393 "builder_name": "Linux Tests", | 408 "builder_name": "Linux Tests", |
| 394 "properties": { | 409 "properties": { |
| 395 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 410 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 396 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 411 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 397 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", | 412 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", |
| 398 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", | 413 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", |
| 399 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 414 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 412 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 413 "@@@STEP_TEXT@Linux Tests@@@" | 428 "@@@STEP_TEXT@Linux Tests@@@" |
| 414 ] | 429 ] |
| 415 }, | 430 }, |
| 416 { | 431 { |
| 417 "name": "$result", | 432 "name": "$result", |
| 418 "recipe_result": null, | 433 "recipe_result": null, |
| 419 "status_code": 0 | 434 "status_code": 0 |
| 420 } | 435 } |
| 421 ] | 436 ] |
| OLD | NEW |