| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTLinuxASan", | 10 "ClangToTLinuxASan", |
| 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", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"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 "--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@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 98 ] |
| 98 }, | 99 }, |
| 99 { | 100 { |
| 100 "cmd": [ | 101 "cmd": [ |
| 101 "python", | 102 "python", |
| 102 "-u", | 103 "-u", |
| 103 "[CWD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 104 "--version" | 105 "--version" |
| 105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
| 107 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
| 108 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 109 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
| 110 ] | 112 ] |
| 111 }, | 113 }, |
| 112 { | 114 { |
| 113 "cmd": [ | 115 "cmd": [ |
| 114 "python", | 116 "python", |
| 115 "-u", | 117 "-u", |
| 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 117 "runhooks" | 119 "runhooks" |
| 118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 119 "env": { | 122 "env": { |
| 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 121 "GYP_CHROMIUM_NO_ACTION": "1", | 124 "GYP_CHROMIUM_NO_ACTION": "1", |
| 122 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library lsan=1 target_arch=x64 test_isolation_mode=prepare", | 125 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library lsan=1 target_arch=x64 test_isolation_mode=prepare", |
| 123 "LLVM_FORCE_HEAD_REVISION": "YES", | 126 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 125 }, | 128 }, |
| 126 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
| 127 }, | 130 }, |
| 128 { | 131 { |
| 129 "cmd": [ | 132 "cmd": [ |
| 130 "python", | 133 "python", |
| 131 "-u", | 134 "-u", |
| 132 "[CWD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 133 "--output", | 136 "--output", |
| 134 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 135 "--", | 138 "--", |
| 136 "--build-config-fs", | 139 "--build-config-fs", |
| 137 "Release", | 140 "Release", |
| 138 "--paths", | 141 "--paths", |
| 139 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 142 "{\"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\"}", |
| 140 "--properties", | 143 "--properties", |
| 141 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" | 144 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" |
| 142 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
| 143 "name": "get compile targets for scripts", | 147 "name": "get compile targets for scripts", |
| 144 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 145 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 146 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 151 ] |
| 148 }, | 152 }, |
| 149 { | 153 { |
| 150 "cmd": [ | 154 "cmd": [ |
| 151 "python", | 155 "python", |
| 152 "-u", | 156 "-u", |
| 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 154 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 155 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
| 156 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "read test spec", | 162 "name": "read test spec", |
| 158 "~followup_annotations": [ | 163 "~followup_annotations": [ |
| 159 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 160 "@@@STEP_LOG_LINE@json.output@{@@@", | 165 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxASan tester\": {@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxASan tester\": {@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ {@@@", | 168 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 171 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ }@@@", | 173 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 174 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ }@@@", | 175 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@}@@@", | 176 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 172 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
| 173 ] | 178 ] |
| 174 }, | 179 }, |
| 175 { | 180 { |
| 176 "cmd": [ | 181 "cmd": [ |
| 177 "python", | 182 "python", |
| 178 "-u", | 183 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 180 "--show-path", | 185 "--show-path", |
| 181 "python", | 186 "python", |
| 182 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 183 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "cleanup_temp" | 190 "name": "cleanup_temp" |
| 185 }, | 191 }, |
| 186 { | 192 { |
| 187 "cmd": [ | 193 "cmd": [ |
| 188 "python", | 194 "python", |
| 189 "-u", | 195 "-u", |
| 190 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 196 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 191 "--build-dir", | 197 "--build-dir", |
| 192 "[CWD]/src/out/Release", | 198 "[SLAVE_BUILD]/src/out/Release", |
| 193 "--clean-isolated-files" | 199 "--clean-isolated-files" |
| 194 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "clean isolated files" | 202 "name": "clean isolated files" |
| 196 }, | 203 }, |
| 197 { | 204 { |
| 198 "cmd": [], | 205 "cmd": [], |
| 206 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "ensure_goma" | 207 "name": "ensure_goma" |
| 200 }, | 208 }, |
| 201 { | 209 { |
| 202 "cmd": [ | 210 "cmd": [ |
| 203 "python", | 211 "python", |
| 204 "-u", | 212 "-u", |
| 205 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 213 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 206 "--platform", | 214 "--platform", |
| 207 "linux-amd64", | 215 "linux-amd64", |
| 208 "--dest-directory", | 216 "--dest-directory", |
| 209 "[CWD]/cipd", | 217 "[SLAVE_BUILD]/cipd", |
| 210 "--json-output", | 218 "--json-output", |
| 211 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
| 212 ], | 220 ], |
| 221 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "ensure_goma.install cipd", | 222 "name": "ensure_goma.install cipd", |
| 214 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 215 "@@@STEP_NEST_LEVEL@1@@@", | 224 "@@@STEP_NEST_LEVEL@1@@@", |
| 216 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 225 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 217 "@@@STEP_LOG_LINE@json.output@{@@@", | 226 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@}@@@", | 229 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 221 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 222 ] | 231 ] |
| 223 }, | 232 }, |
| 224 { | 233 { |
| 225 "cmd": [ | 234 "cmd": [ |
| 226 "fake_slave_build/cipd", | 235 "[SLAVE_BUILD]/cipd/cipd", |
| 227 "ensure", | 236 "ensure", |
| 228 "--root", | 237 "--root", |
| 229 "[ROOT]/b/build/slave/cache/cipd/goma", | 238 "[CACHE]/cipd/goma", |
| 230 "--list", | 239 "--list", |
| 231 "infra_internal/goma/client/linux-amd64 release", | 240 "infra_internal/goma/client/linux-amd64 release", |
| 232 "--json-output", | 241 "--json-output", |
| 233 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
| 234 "--service-account-json", | 243 "--service-account-json", |
| 235 "/creds/service_accounts/service-account-goma-client.json" | 244 "/creds/service_accounts/service-account-goma-client.json" |
| 236 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "ensure_goma.ensure_installed", | 247 "name": "ensure_goma.ensure_installed", |
| 238 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 239 "@@@STEP_NEST_LEVEL@1@@@", | 249 "@@@STEP_NEST_LEVEL@1@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@{@@@", | 250 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ }@@@", | 255 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 256 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@}@@@", | 257 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 248 "@@@STEP_LOG_END@json.output@@@" | 258 "@@@STEP_LOG_END@json.output@@@" |
| 249 ] | 259 ] |
| 250 }, | 260 }, |
| 251 { | 261 { |
| 252 "cmd": [ | 262 "cmd": [ |
| 253 "python", | 263 "python", |
| 254 "-u", | 264 "-u", |
| 255 "[CWD]/src/tools/mb/mb.py", | 265 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 256 "gen", | 266 "gen", |
| 257 "-m", | 267 "-m", |
| 258 "chromium.fyi", | 268 "chromium.fyi", |
| 259 "-b", | 269 "-b", |
| 260 "ClangToTLinuxASan", | 270 "ClangToTLinuxASan", |
| 261 "--config-file", | 271 "--config-file", |
| 262 "[CWD]/src/tools/mb/mb_config.pyl", | 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 263 "--goma-dir", | 273 "--goma-dir", |
| 264 "[ROOT]/b/build/slave/cache/cipd/goma", | 274 "[CACHE]/cipd/goma", |
| 265 "--swarming-targets-file", | 275 "--swarming-targets-file", |
| 266 "browser_tests\n", | 276 "browser_tests\n", |
| 267 "//out/Release" | 277 "//out/Release" |
| 268 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "generate_build_files", | 280 "name": "generate_build_files", |
| 270 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 271 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 272 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 273 ] | 284 ] |
| 274 }, | 285 }, |
| 275 { | 286 { |
| 276 "allow_subannotations": true, | 287 "allow_subannotations": true, |
| 277 "cmd": [ | 288 "cmd": [ |
| 278 "python", | 289 "python", |
| 279 "-u", | 290 "-u", |
| 280 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 281 "--src-dir", | 292 "--src-dir", |
| 282 "[CWD]/src", | 293 "[SLAVE_BUILD]/src", |
| 283 "--output-json", | 294 "--output-json", |
| 284 "/path/to/tmp/json" | 295 "/path/to/tmp/json" |
| 285 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]", |
| 286 "env": { | 298 "env": { |
| 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 288 "LLVM_FORCE_HEAD_REVISION": "YES" | 300 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 289 }, | 301 }, |
| 290 "name": "clang_revision", | 302 "name": "clang_revision", |
| 291 "~followup_annotations": [ | 303 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@json.output@{@@@", | 304 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@}@@@", | 306 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 295 "@@@STEP_LOG_END@json.output@@@" | 307 "@@@STEP_LOG_END@json.output@@@" |
| 296 ] | 308 ] |
| 297 }, | 309 }, |
| 298 { | 310 { |
| 299 "cmd": [ | 311 "cmd": [ |
| 300 "python", | 312 "python", |
| 301 "-u", | 313 "-u", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 303 "--show-path", | 315 "--show-path", |
| 304 "python", | 316 "python", |
| 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 306 "--gsutil-py-path", | 318 "--gsutil-py-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 319 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 308 "--ninja-path", | 320 "--ninja-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 310 "--target", | 322 "--target", |
| 311 "Release", | 323 "Release", |
| 312 "--src-dir", | 324 "--src-dir", |
| 313 "[CWD]/src", | 325 "[SLAVE_BUILD]/src", |
| 314 "--goma-cache-dir", | 326 "--goma-cache-dir", |
| 315 "[ROOT]/b/build/slave/goma_cache", | 327 "[GOMA_CACHE]", |
| 316 "--build-tool", | 328 "--build-tool", |
| 317 "ninja", | 329 "ninja", |
| 318 "--build-data-dir", | 330 "--build-data-dir", |
| 319 "[ROOT]/build_data_dir", | 331 "[ROOT]/build_data_dir", |
| 320 "--compiler", | 332 "--compiler", |
| 321 "clang", | 333 "clang", |
| 322 "--goma-dir", | 334 "--goma-dir", |
| 323 "[ROOT]/b/build/slave/cache/cipd/goma", | 335 "[CACHE]/cipd/goma", |
| 324 "--", | 336 "--", |
| 325 "all" | 337 "all" |
| 326 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", |
| 327 "env": { | 340 "env": { |
| 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 329 "LLVM_FORCE_HEAD_REVISION": "YES" | 342 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 330 }, | 343 }, |
| 331 "name": "compile" | 344 "name": "compile" |
| 332 }, | 345 }, |
| 333 { | 346 { |
| 334 "cmd": [ | 347 "cmd": [ |
| 335 "python", | 348 "python", |
| 336 "-u", | 349 "-u", |
| 337 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 350 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 338 "--build-dir", | 351 "--build-dir", |
| 339 "[CWD]/src/out/Release", | 352 "[SLAVE_BUILD]/src/out/Release", |
| 340 "--src-dir", | 353 "--src-dir", |
| 341 "[CWD]/src" | 354 "[SLAVE_BUILD]/src" |
| 342 ], | 355 ], |
| 343 "cwd": "[CWD]", | 356 "cwd": "[SLAVE_BUILD]", |
| 344 "name": "remove_build_metadata" | 357 "name": "remove_build_metadata" |
| 345 }, | 358 }, |
| 346 { | 359 { |
| 347 "cmd": [ | 360 "cmd": [ |
| 348 "python", | 361 "python", |
| 349 "-u", | 362 "-u", |
| 350 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 363 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 351 "[CWD]/src/tools/swarming_client", | 364 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 352 "batcharchive", | 365 "batcharchive", |
| 353 "--dump-json", | 366 "--dump-json", |
| 354 "/path/to/tmp/json", | 367 "/path/to/tmp/json", |
| 355 "--isolate-server", | 368 "--isolate-server", |
| 356 "https://isolateserver.appspot.com", | 369 "https://isolateserver.appspot.com", |
| 357 "--verbose", | 370 "--verbose", |
| 358 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" | 371 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 359 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", |
| 360 "name": "isolate tests", | 374 "name": "isolate tests", |
| 361 "~followup_annotations": [ | 375 "~followup_annotations": [ |
| 362 "@@@STEP_LOG_LINE@json.output@{@@@", | 376 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 364 "@@@STEP_LOG_LINE@json.output@}@@@", | 378 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 365 "@@@STEP_LOG_END@json.output@@@" | 379 "@@@STEP_LOG_END@json.output@@@" |
| 366 ] | 380 ] |
| 367 }, | 381 }, |
| 368 { | 382 { |
| 369 "allow_subannotations": true, | 383 "allow_subannotations": true, |
| 370 "cmd": [ | 384 "cmd": [ |
| 371 "python", | 385 "python", |
| 372 "-u", | 386 "-u", |
| 373 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 387 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 374 "--show-path", | 388 "--show-path", |
| 375 "python", | 389 "python", |
| 376 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 377 "--target", | 391 "--target", |
| 378 "Release", | 392 "Release", |
| 379 "--build-url", | 393 "--build-url", |
| 380 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxASan", | 394 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxASan", |
| 381 "--build_revision", | 395 "--build_revision", |
| 382 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 396 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 383 "--factory-properties", | 397 "--factory-properties", |
| 384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 398 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
| 385 "--build-properties", | 399 "--build-properties", |
| 386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
| 387 ], | 401 ], |
| 402 "cwd": "[SLAVE_BUILD]", |
| 388 "name": "package build" | 403 "name": "package build" |
| 389 }, | 404 }, |
| 390 { | 405 { |
| 391 "cmd": [], | 406 "cmd": [], |
| 407 "cwd": "[SLAVE_BUILD]", |
| 392 "name": "trigger", | 408 "name": "trigger", |
| 393 "trigger_specs": [ | 409 "trigger_specs": [ |
| 394 { | 410 { |
| 395 "builder_name": "ClangToTLinuxASan tester", | 411 "builder_name": "ClangToTLinuxASan tester", |
| 396 "properties": { | 412 "properties": { |
| 397 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 413 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 398 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 414 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 399 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 415 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| 400 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 416 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
| 401 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 417 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "--results-url=https://chromeperf.appspot.com", | 451 "--results-url=https://chromeperf.appspot.com", |
| 436 "--perf-dashboard-id=sizes", | 452 "--perf-dashboard-id=sizes", |
| 437 "--perf-id=ClangToTLinuxASan", | 453 "--perf-id=ClangToTLinuxASan", |
| 438 "--perf-config={'r_clang_rev': '123456'}", | 454 "--perf-config={'r_clang_rev': '123456'}", |
| 439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 440 "--target", | 456 "--target", |
| 441 "Release", | 457 "Release", |
| 442 "--platform", | 458 "--platform", |
| 443 "linux" | 459 "linux" |
| 444 ], | 460 ], |
| 461 "cwd": "[SLAVE_BUILD]", |
| 445 "name": "sizes" | 462 "name": "sizes" |
| 446 }, | 463 }, |
| 447 { | 464 { |
| 448 "name": "$result", | 465 "name": "$result", |
| 449 "recipe_result": null, | 466 "recipe_result": null, |
| 450 "status_code": 0 | 467 "status_code": 0 |
| 451 } | 468 } |
| 452 ] | 469 ] |
| OLD | NEW |