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