| 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 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| 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 = '[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'}]", |
| 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 "[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 "src@HEAD", | 30 "src@HEAD", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 103 ] | 102 ] |
| 104 }, | 103 }, |
| 105 { | 104 { |
| 106 "cmd": [], | 105 "cmd": [], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "ensure_goma" | 106 "name": "ensure_goma" |
| 109 }, | 107 }, |
| 110 { | 108 { |
| 111 "cmd": [ | 109 "cmd": [ |
| 112 "python", | 110 "python", |
| 113 "-u", | 111 "-u", |
| 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 115 "--platform", | 113 "--platform", |
| 116 "linux-amd64", | 114 "linux-amd64", |
| 117 "--dest-directory", | 115 "--dest-directory", |
| 118 "[SLAVE_BUILD]/cipd", | 116 "[CWD]/cipd", |
| 119 "--json-output", | 117 "--json-output", |
| 120 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
| 121 ], | 119 ], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "ensure_goma.install cipd", | 120 "name": "ensure_goma.install cipd", |
| 124 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 125 "@@@STEP_NEST_LEVEL@1@@@", | 122 "@@@STEP_NEST_LEVEL@1@@@", |
| 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 124 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 129 ] |
| 133 }, | 130 }, |
| 134 { | 131 { |
| 135 "cmd": [ | 132 "cmd": [ |
| 136 "[SLAVE_BUILD]/cipd/cipd", | 133 "fake_slave_build/cipd", |
| 137 "ensure", | 134 "ensure", |
| 138 "--root", | 135 "--root", |
| 139 "[CACHE]/cipd/goma", | 136 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 140 "--list", | 137 "--list", |
| 141 "infra_internal/goma/client/linux-amd64 release", | 138 "infra_internal/goma/client/linux-amd64 release", |
| 142 "--json-output", | 139 "--json-output", |
| 143 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 144 "--service-account-json", | 141 "--service-account-json", |
| 145 "/creds/service_accounts/service-account-goma-client.json" | 142 "/creds/service_accounts/service-account-goma-client.json" |
| 146 ], | 143 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "ensure_goma.ensure_installed", | 144 "name": "ensure_goma.ensure_installed", |
| 149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 150 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ {@@@", | 149 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ }@@@", | 152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] | 156 ] |
| 161 }, | 157 }, |
| 162 { | 158 { |
| 163 "cmd": [ | 159 "cmd": [ |
| 164 "python", | 160 "python", |
| 165 "-u", | 161 "-u", |
| 166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 162 "[CWD]/src/tools/swarming_client/swarming.py", |
| 167 "--version" | 163 "--version" |
| 168 ], | 164 ], |
| 169 "cwd": "[SLAVE_BUILD]", | |
| 170 "name": "swarming.py --version", | 165 "name": "swarming.py --version", |
| 171 "stdout": "/path/to/tmp/", | 166 "stdout": "/path/to/tmp/", |
| 172 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 173 "@@@STEP_TEXT@0.4.10@@@" | 168 "@@@STEP_TEXT@0.4.10@@@" |
| 174 ] | 169 ] |
| 175 }, | 170 }, |
| 176 { | 171 { |
| 177 "cmd": [ | 172 "cmd": [ |
| 178 "python", | 173 "python", |
| 179 "-u", | 174 "-u", |
| 180 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 181 "runhooks" | 176 "runhooks" |
| 182 ], | 177 ], |
| 183 "cwd": "[SLAVE_BUILD]", | |
| 184 "env": { | 178 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 186 "GYP_CHROMIUM_NO_ACTION": "1", | 180 "GYP_CHROMIUM_NO_ACTION": "1", |
| 187 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 181 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip
d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom
a=1", |
| 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 183 }, |
| 190 "name": "gclient runhooks (with patch)" | 184 "name": "gclient runhooks (with patch)" |
| 191 }, | 185 }, |
| 192 { | 186 { |
| 193 "cmd": [ | 187 "cmd": [ |
| 194 "python", | 188 "python", |
| 195 "-u", | 189 "-u", |
| 196 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 190 "[CWD]/src/testing/scripts/get_compile_targets.py", |
| 197 "--output", | 191 "--output", |
| 198 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 199 "--", | 193 "--", |
| 200 "--build-config-fs", | 194 "--build-config-fs", |
| 201 "Release", | 195 "Release", |
| 202 "--use-src-side-runtest-py", | 196 "--use-src-side-runtest-py", |
| 203 "--paths", | 197 "--paths", |
| 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\"}", | 198 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
| 205 "--properties", | 199 "--properties", |
| 206 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" | 200 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
| 207 ], | 201 ], |
| 208 "cwd": "[SLAVE_BUILD]", | |
| 209 "name": "get compile targets for scripts", | 202 "name": "get compile targets for scripts", |
| 210 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 211 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
| 213 ] | 206 ] |
| 214 }, | 207 }, |
| 215 { | 208 { |
| 216 "cmd": [ | 209 "cmd": [ |
| 217 "python", | 210 "python", |
| 218 "-u", | 211 "-u", |
| 219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 220 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", | 213 "[CWD]/src/testing/buildbot/chromium.gpu.json", |
| 221 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 222 ], | 215 ], |
| 223 "cwd": "[SLAVE_BUILD]", | |
| 224 "name": "read test spec", | 216 "name": "read test spec", |
| 225 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", | 218 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.gpu.json@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@{}@@@", | 219 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" | 220 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] | 221 ] |
| 230 }, | 222 }, |
| 231 { | 223 { |
| 232 "cmd": [ | 224 "cmd": [ |
| 233 "python", | 225 "python", |
| 234 "-u", | 226 "-u", |
| 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 227 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 236 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 228 "[CWD]/src/testing/buildbot/chromium.linux.json", |
| 237 "/path/to/tmp/json" | 229 "/path/to/tmp/json" |
| 238 ], | 230 ], |
| 239 "cwd": "[SLAVE_BUILD]", | |
| 240 "name": "read test spec (2)", | 231 "name": "read test spec (2)", |
| 241 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 242 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 233 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@{@@@", | 234 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 240 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ }@@@", | 242 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 243 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ }@@@", | 244 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@}@@@", | 245 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 255 "@@@STEP_LOG_END@json.output@@@" | 246 "@@@STEP_LOG_END@json.output@@@" |
| 256 ] | 247 ] |
| 257 }, | 248 }, |
| 258 { | 249 { |
| 259 "cmd": [ | 250 "cmd": [ |
| 260 "git", | 251 "git", |
| 261 "diff", | 252 "diff", |
| 262 "--cached", | 253 "--cached", |
| 263 "--name-only" | 254 "--name-only" |
| 264 ], | 255 ], |
| 265 "cwd": "[SLAVE_BUILD]/src", | 256 "cwd": "[CWD]/src", |
| 266 "name": "git diff to analyze patch", | 257 "name": "git diff to analyze patch", |
| 267 "stdout": "/path/to/tmp/", | 258 "stdout": "/path/to/tmp/", |
| 268 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 269 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 260 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 270 "@@@STEP_LOG_END@files@@@", | 261 "@@@STEP_LOG_END@files@@@", |
| 271 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 262 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 272 ] | 263 ] |
| 273 }, | 264 }, |
| 274 { | 265 { |
| 275 "cmd": [ | 266 "cmd": [ |
| 276 "python", | 267 "python", |
| 277 "-u", | 268 "-u", |
| 278 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 279 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 270 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", |
| 280 "/path/to/tmp/json" | 271 "/path/to/tmp/json" |
| 281 ], | 272 ], |
| 282 "cwd": "[SLAVE_BUILD]", | |
| 283 "name": "read filter exclusion spec", | 273 "name": "read filter exclusion spec", |
| 284 "~followup_annotations": [ | 274 "~followup_annotations": [ |
| 285 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 275 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@{@@@", | 276 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 280 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 281 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ }@@@", | 284 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@}@@@", | 285 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 296 "@@@STEP_LOG_END@json.output@@@" | 286 "@@@STEP_LOG_END@json.output@@@" |
| 297 ] | 287 ] |
| 298 }, | 288 }, |
| 299 { | 289 { |
| 300 "cmd": [ | 290 "cmd": [ |
| 301 "python", | 291 "python", |
| 302 "-u", | 292 "-u", |
| 303 "import sys; sys.exit(0)" | 293 "import sys; sys.exit(0)" |
| 304 ], | 294 ], |
| 305 "cwd": "[SLAVE_BUILD]", | |
| 306 "name": "analyze", | 295 "name": "analyze", |
| 307 "~followup_annotations": [ | 296 "~followup_annotations": [ |
| 308 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 309 "@@@STEP_LOG_END@excluded_files@@@", | 298 "@@@STEP_LOG_END@excluded_files@@@", |
| 310 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 311 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 312 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 301 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 313 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 314 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 315 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 335 }, | 324 }, |
| 336 { | 325 { |
| 337 "cmd": [ | 326 "cmd": [ |
| 338 "python", | 327 "python", |
| 339 "-u", | 328 "-u", |
| 340 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 329 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 341 "--show-path", | 330 "--show-path", |
| 342 "python", | 331 "python", |
| 343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 344 ], | 333 ], |
| 345 "cwd": "[SLAVE_BUILD]", | |
| 346 "name": "cleanup_temp" | 334 "name": "cleanup_temp" |
| 347 }, | 335 }, |
| 348 { | 336 { |
| 349 "cmd": [ | 337 "cmd": [ |
| 350 "python", | 338 "python", |
| 351 "-u", | 339 "-u", |
| 352 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 340 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 353 "--build-dir", | 341 "--build-dir", |
| 354 "[SLAVE_BUILD]/src/out/Release", | 342 "[CWD]/src/out/Release", |
| 355 "--clean-isolated-files" | 343 "--clean-isolated-files" |
| 356 ], | 344 ], |
| 357 "cwd": "[SLAVE_BUILD]", | |
| 358 "name": "clean isolated files" | 345 "name": "clean isolated files" |
| 359 }, | 346 }, |
| 360 { | 347 { |
| 361 "cmd": [ | 348 "cmd": [ |
| 362 "python", | 349 "python", |
| 363 "-u", | 350 "-u", |
| 364 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 351 "[CWD]/src/tools/mb/mb.py", |
| 365 "gen", | 352 "gen", |
| 366 "-m", | 353 "-m", |
| 367 "tryserver.chromium.linux", | 354 "tryserver.chromium.linux", |
| 368 "-b", | 355 "-b", |
| 369 "linux_chromium_rel_ng", | 356 "linux_chromium_rel_ng", |
| 370 "--config-file", | 357 "--config-file", |
| 371 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 358 "[CWD]/src/tools/mb/mb_config.pyl", |
| 372 "--goma-dir", | 359 "--goma-dir", |
| 373 "[CACHE]/cipd/goma", | 360 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 374 "--swarming-targets-file", | 361 "--swarming-targets-file", |
| 375 "gl_tests\n", | 362 "gl_tests\n", |
| 376 "//out/Release" | 363 "//out/Release" |
| 377 ], | 364 ], |
| 378 "cwd": "[SLAVE_BUILD]", | |
| 379 "name": "generate_build_files (with patch)", | 365 "name": "generate_build_files (with patch)", |
| 380 "~followup_annotations": [ | 366 "~followup_annotations": [ |
| 381 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 367 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 382 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 368 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 383 ] | 369 ] |
| 384 }, | 370 }, |
| 385 { | 371 { |
| 386 "cmd": [ | 372 "cmd": [ |
| 387 "python", | 373 "python", |
| 388 "-u", | 374 "-u", |
| 389 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 375 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 390 "--show-path", | 376 "--show-path", |
| 391 "python", | 377 "python", |
| 392 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 378 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 393 "--gsutil-py-path", | 379 "--gsutil-py-path", |
| 394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 380 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 395 "--ninja-path", | 381 "--ninja-path", |
| 396 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 382 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 397 "--target", | 383 "--target", |
| 398 "Release", | 384 "Release", |
| 399 "--src-dir", | 385 "--src-dir", |
| 400 "[SLAVE_BUILD]/src", | 386 "[CWD]/src", |
| 401 "--goma-cache-dir", | 387 "--goma-cache-dir", |
| 402 "[GOMA_CACHE]", | 388 "[ROOT]/b/build/slave/goma_cache", |
| 403 "--build-tool", | 389 "--build-tool", |
| 404 "ninja", | 390 "ninja", |
| 405 "--compiler", | 391 "--compiler", |
| 406 "goma", | 392 "goma", |
| 407 "--goma-jsonstatus", | 393 "--goma-jsonstatus", |
| 408 "/path/to/tmp/json", | 394 "/path/to/tmp/json", |
| 409 "--goma-service-account-json-file", | 395 "--goma-service-account-json-file", |
| 410 "/creds/service_accounts/service-account-goma-client.json", | 396 "/creds/service_accounts/service-account-goma-client.json", |
| 411 "--goma-dir", | 397 "--goma-dir", |
| 412 "[CACHE]/cipd/goma", | 398 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 413 "--goma-fail-fast", | 399 "--goma-fail-fast", |
| 414 "--goma-disable-local-fallback", | 400 "--goma-disable-local-fallback", |
| 415 "--ninja-ensure-up-to-date", | 401 "--ninja-ensure-up-to-date", |
| 416 "--", | 402 "--", |
| 417 "chromium_swarm_tests", | 403 "chromium_swarm_tests", |
| 418 "gl_tests", | 404 "gl_tests", |
| 419 "gl_tests_run" | 405 "gl_tests_run" |
| 420 ], | 406 ], |
| 421 "cwd": "[SLAVE_BUILD]", | |
| 422 "env": { | 407 "env": { |
| 423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 424 }, | 409 }, |
| 425 "name": "compile (with patch)", | 410 "name": "compile (with patch)", |
| 426 "~followup_annotations": [ | 411 "~followup_annotations": [ |
| 427 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 412 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 428 "@@@STEP_LOG_END@json.output (invalid)@@@" | 413 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 429 ] | 414 ] |
| 430 }, | 415 }, |
| 431 { | 416 { |
| 432 "cmd": [ | 417 "cmd": [ |
| 433 "python", | 418 "python", |
| 434 "-u", | 419 "-u", |
| 435 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 420 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 436 "--build-dir", | 421 "--build-dir", |
| 437 "[SLAVE_BUILD]/src/out/Release", | 422 "[CWD]/src/out/Release", |
| 438 "--src-dir", | 423 "--src-dir", |
| 439 "[SLAVE_BUILD]/src" | 424 "[CWD]/src" |
| 440 ], | 425 ], |
| 441 "cwd": "[SLAVE_BUILD]", | 426 "cwd": "[CWD]", |
| 442 "name": "remove_build_metadata" | 427 "name": "remove_build_metadata" |
| 443 }, | 428 }, |
| 444 { | 429 { |
| 445 "cmd": [ | 430 "cmd": [ |
| 446 "python", | 431 "python", |
| 447 "-u", | 432 "-u", |
| 448 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 433 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 449 "[SLAVE_BUILD]/src/tools/swarming_client", | 434 "[CWD]/src/tools/swarming_client", |
| 450 "batcharchive", | 435 "batcharchive", |
| 451 "--dump-json", | 436 "--dump-json", |
| 452 "/path/to/tmp/json", | 437 "/path/to/tmp/json", |
| 453 "--isolate-server", | 438 "--isolate-server", |
| 454 "https://isolateserver.appspot.com", | 439 "https://isolateserver.appspot.com", |
| 455 "--verbose", | 440 "--verbose", |
| 456 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json" | 441 "[CWD]/src/out/Release/gl_tests.isolated.gen.json" |
| 457 ], | 442 ], |
| 458 "cwd": "[SLAVE_BUILD]", | |
| 459 "name": "isolate tests", | 443 "name": "isolate tests", |
| 460 "~followup_annotations": [ | 444 "~followup_annotations": [ |
| 461 "@@@STEP_LOG_LINE@json.output@{@@@", | 445 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", | 446 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@}@@@", | 447 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 464 "@@@STEP_LOG_END@json.output@@@" | 448 "@@@STEP_LOG_END@json.output@@@" |
| 465 ] | 449 ] |
| 466 }, | 450 }, |
| 467 { | 451 { |
| 468 "cmd": [ | 452 "cmd": [ |
| 469 "python", | 453 "python", |
| 470 "-u", | 454 "-u", |
| 471 "import sys; sys.exit(0)" | 455 "import sys; sys.exit(0)" |
| 472 ], | 456 ], |
| 473 "cwd": "[SLAVE_BUILD]", | |
| 474 "name": "mark: before_tests" | 457 "name": "mark: before_tests" |
| 475 }, | 458 }, |
| 476 { | 459 { |
| 477 "cmd": [ | 460 "cmd": [ |
| 478 "python", | 461 "python", |
| 479 "-u", | 462 "-u", |
| 480 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 463 "[CWD]/src/tools/swarming_client/swarming.py", |
| 481 "trigger", | 464 "trigger", |
| 482 "--swarming", | 465 "--swarming", |
| 483 "https://chromium-swarm.appspot.com", | 466 "https://chromium-swarm.appspot.com", |
| 484 "--isolate-server", | 467 "--isolate-server", |
| 485 "https://isolateserver.appspot.com", | 468 "https://isolateserver.appspot.com", |
| 486 "--priority", | 469 "--priority", |
| 487 "30", | 470 "30", |
| 488 "--shards", | 471 "--shards", |
| 489 "1", | 472 "1", |
| 490 "--task-name", | 473 "--task-name", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "slavename:TestSlavename", | 518 "slavename:TestSlavename", |
| 536 "--tag", | 519 "--tag", |
| 537 "stepname:gl_tests (with patch) on Ubuntu-12.04", | 520 "stepname:gl_tests (with patch) on Ubuntu-12.04", |
| 538 "--idempotent", | 521 "--idempotent", |
| 539 "--user", | 522 "--user", |
| 540 "commit-bot@chromium.org", | 523 "commit-bot@chromium.org", |
| 541 "[dummy hash for gl_tests]", | 524 "[dummy hash for gl_tests]", |
| 542 "--", | 525 "--", |
| 543 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 526 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 544 ], | 527 ], |
| 545 "cwd": "[SLAVE_BUILD]", | |
| 546 "name": "[trigger] gl_tests (with patch) on Ubuntu-12.04", | 528 "name": "[trigger] gl_tests (with patch) on Ubuntu-12.04", |
| 547 "~followup_annotations": [ | 529 "~followup_annotations": [ |
| 548 "@@@STEP_LOG_LINE@json.output@{@@@", | 530 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 549 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (with patch
)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (with patch
)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", |
| 550 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 551 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (with patch)/Ubuntu-12.04/[du
mmy has/linux_chromium_rel_ng/571\": {@@@", | 533 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (with patch)/Ubuntu-12.04/[du
mmy has/linux_chromium_rel_ng/571\": {@@@", |
| 552 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 534 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 553 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 535 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 554 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 536 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 555 "@@@STEP_LOG_LINE@json.output@ }@@@", | 537 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 556 "@@@STEP_LOG_LINE@json.output@ }@@@", | 538 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 557 "@@@STEP_LOG_LINE@json.output@}@@@", | 539 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 558 "@@@STEP_LOG_END@json.output@@@", | 540 "@@@STEP_LOG_END@json.output@@@", |
| 559 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 541 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 560 ] | 542 ] |
| 561 }, | 543 }, |
| 562 { | 544 { |
| 563 "allow_subannotations": true, | 545 "allow_subannotations": true, |
| 564 "cmd": [ | 546 "cmd": [ |
| 565 "python", | 547 "python", |
| 566 "-u", | 548 "-u", |
| 567 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 549 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 568 "python", | 550 "python", |
| 569 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 551 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
| 570 "--swarming-client-dir", | 552 "--swarming-client-dir", |
| 571 "[SLAVE_BUILD]/src/tools/swarming_client", | 553 "[CWD]/src/tools/swarming_client", |
| 572 "--temp-root-dir", | 554 "--temp-root-dir", |
| 573 "[TMP_BASE]", | 555 "[TMP]", |
| 574 "--merged-test-output", | 556 "--merged-test-output", |
| 575 "/path/to/tmp/json", | 557 "/path/to/tmp/json", |
| 576 "--", | 558 "--", |
| 577 "collect", | 559 "collect", |
| 578 "--swarming", | 560 "--swarming", |
| 579 "https://chromium-swarm.appspot.com", | 561 "https://chromium-swarm.appspot.com", |
| 580 "--decorate", | 562 "--decorate", |
| 581 "--print-status-updates", | 563 "--print-status-updates", |
| 582 "--shards", | 564 "--shards", |
| 583 "1", | 565 "1", |
| 584 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571" | 566 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571" |
| 585 ], | 567 ], |
| 586 "cwd": "[SLAVE_BUILD]", | |
| 587 "name": "gl_tests (with patch) on Ubuntu-12.04", | 568 "name": "gl_tests (with patch) on Ubuntu-12.04", |
| 588 "~followup_annotations": [ | 569 "~followup_annotations": [ |
| 589 "step returned non-zero exit code: 1", | 570 "step returned non-zero exit code: 1", |
| 590 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 571 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 591 "@@@STEP_FAILURE@@@" | 572 "@@@STEP_FAILURE@@@" |
| 592 ] | 573 ] |
| 593 }, | 574 }, |
| 594 { | 575 { |
| 595 "cmd": [ | 576 "cmd": [ |
| 596 "python", | 577 "python", |
| 597 "-u", | 578 "-u", |
| 598 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 579 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 599 "--input-gtest-json", | 580 "--input-gtest-json", |
| 600 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 581 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 601 "--master-name", | 582 "--master-name", |
| 602 "tryserver.chromium.linux", | 583 "tryserver.chromium.linux", |
| 603 "--builder-name", | 584 "--builder-name", |
| 604 "linux_chromium_rel_ng", | 585 "linux_chromium_rel_ng", |
| 605 "--build-number", | 586 "--build-number", |
| 606 "571", | 587 "571", |
| 607 "--test-type", | 588 "--test-type", |
| 608 "gl_tests (with patch) on Ubuntu-12.04", | 589 "gl_tests (with patch) on Ubuntu-12.04", |
| 609 "--test-results-server", | 590 "--test-results-server", |
| 610 "test-results.appspot.com", | 591 "test-results.appspot.com", |
| 611 "--chrome-revision", | 592 "--chrome-revision", |
| 612 "170242" | 593 "170242" |
| 613 ], | 594 ], |
| 614 "cwd": "[SLAVE_BUILD]", | |
| 615 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" | 595 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" |
| 616 }, | 596 }, |
| 617 { | 597 { |
| 618 "cmd": [ | 598 "cmd": [ |
| 619 "python", | 599 "python", |
| 620 "-u", | 600 "-u", |
| 621 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 601 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 622 "--master", | 602 "--master", |
| 623 "tryserver.chromium.linux", | 603 "tryserver.chromium.linux", |
| 624 "--builder", | 604 "--builder", |
| 625 "linux_chromium_rel_ng", | 605 "linux_chromium_rel_ng", |
| 626 "--slave", | 606 "--slave", |
| 627 "TestSlavename", | 607 "TestSlavename", |
| 628 "--spec", | 608 "--spec", |
| 629 "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'}]", | 609 "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'}]", |
| 630 "--root", | 610 "--root", |
| 631 "src", | 611 "src", |
| 632 "--revision_mapping_file", | 612 "--revision_mapping_file", |
| 633 "{\"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\"}", | 613 "{\"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\"}", |
| 634 "--git-cache-dir", | 614 "--git-cache-dir", |
| 635 "[GIT_CACHE]", | 615 "[ROOT]/b/build/slave/cache_dir", |
| 636 "--rietveld_server", | 616 "--rietveld_server", |
| 637 "https://codereview.chromium.org", | 617 "https://codereview.chromium.org", |
| 638 "--output_json", | 618 "--output_json", |
| 639 "/path/to/tmp/json", | 619 "/path/to/tmp/json", |
| 640 "--revision", | 620 "--revision", |
| 641 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 621 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 642 "--force", | 622 "--force", |
| 643 "--output_manifest" | 623 "--output_manifest" |
| 644 ], | 624 ], |
| 645 "cwd": "[SLAVE_BUILD]", | |
| 646 "env": { | 625 "env": { |
| 647 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 626 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 648 }, | 627 }, |
| 649 "name": "bot_update (without patch)", | 628 "name": "bot_update (without patch)", |
| 650 "~followup_annotations": [ | 629 "~followup_annotations": [ |
| 651 "@@@STEP_TEXT@Some step text@@@", | 630 "@@@STEP_TEXT@Some step text@@@", |
| 652 "@@@STEP_LOG_LINE@json.output@{@@@", | 631 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 653 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 632 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 654 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 633 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 655 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 634 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 "@@@STEP_LOG_END@json.output@@@" | 681 "@@@STEP_LOG_END@json.output@@@" |
| 703 ] | 682 ] |
| 704 }, | 683 }, |
| 705 { | 684 { |
| 706 "cmd": [ | 685 "cmd": [ |
| 707 "python", | 686 "python", |
| 708 "-u", | 687 "-u", |
| 709 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 688 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 710 "runhooks" | 689 "runhooks" |
| 711 ], | 690 ], |
| 712 "cwd": "[SLAVE_BUILD]", | |
| 713 "env": { | 691 "env": { |
| 714 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 692 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 715 "GYP_CHROMIUM_NO_ACTION": "1", | 693 "GYP_CHROMIUM_NO_ACTION": "1", |
| 716 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 694 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip
d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom
a=1", |
| 717 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 695 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 718 }, | 696 }, |
| 719 "name": "gclient runhooks (without patch)" | 697 "name": "gclient runhooks (without patch)" |
| 720 }, | 698 }, |
| 721 { | 699 { |
| 722 "cmd": [ | 700 "cmd": [ |
| 723 "python", | 701 "python", |
| 724 "-u", | 702 "-u", |
| 725 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 703 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 726 "--build-dir", | 704 "--build-dir", |
| 727 "[SLAVE_BUILD]/src/out/Release", | 705 "[CWD]/src/out/Release", |
| 728 "--clean-isolated-files" | 706 "--clean-isolated-files" |
| 729 ], | 707 ], |
| 730 "cwd": "[SLAVE_BUILD]", | |
| 731 "name": "clean isolated files (2)" | 708 "name": "clean isolated files (2)" |
| 732 }, | 709 }, |
| 733 { | 710 { |
| 734 "cmd": [ | 711 "cmd": [ |
| 735 "python", | 712 "python", |
| 736 "-u", | 713 "-u", |
| 737 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 714 "[CWD]/src/tools/mb/mb.py", |
| 738 "gen", | 715 "gen", |
| 739 "-m", | 716 "-m", |
| 740 "tryserver.chromium.linux", | 717 "tryserver.chromium.linux", |
| 741 "-b", | 718 "-b", |
| 742 "linux_chromium_rel_ng", | 719 "linux_chromium_rel_ng", |
| 743 "--config-file", | 720 "--config-file", |
| 744 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 721 "[CWD]/src/tools/mb/mb_config.pyl", |
| 745 "--goma-dir", | 722 "--goma-dir", |
| 746 "[CACHE]/cipd/goma", | 723 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 747 "--swarming-targets-file", | 724 "--swarming-targets-file", |
| 748 "gl_tests\n", | 725 "gl_tests\n", |
| 749 "//out/Release" | 726 "//out/Release" |
| 750 ], | 727 ], |
| 751 "cwd": "[SLAVE_BUILD]", | |
| 752 "name": "generate_build_files (without patch)", | 728 "name": "generate_build_files (without patch)", |
| 753 "~followup_annotations": [ | 729 "~followup_annotations": [ |
| 754 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 730 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 755 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 731 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 756 ] | 732 ] |
| 757 }, | 733 }, |
| 758 { | 734 { |
| 759 "cmd": [ | 735 "cmd": [ |
| 760 "python", | 736 "python", |
| 761 "-u", | 737 "-u", |
| 762 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 738 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 763 "--show-path", | 739 "--show-path", |
| 764 "python", | 740 "python", |
| 765 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 741 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 766 "--gsutil-py-path", | 742 "--gsutil-py-path", |
| 767 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 743 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 768 "--ninja-path", | 744 "--ninja-path", |
| 769 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 745 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 770 "--target", | 746 "--target", |
| 771 "Release", | 747 "Release", |
| 772 "--src-dir", | 748 "--src-dir", |
| 773 "[SLAVE_BUILD]/src", | 749 "[CWD]/src", |
| 774 "--goma-cache-dir", | 750 "--goma-cache-dir", |
| 775 "[GOMA_CACHE]", | 751 "[ROOT]/b/build/slave/goma_cache", |
| 776 "--build-tool", | 752 "--build-tool", |
| 777 "ninja", | 753 "ninja", |
| 778 "--compiler", | 754 "--compiler", |
| 779 "goma", | 755 "goma", |
| 780 "--goma-jsonstatus", | 756 "--goma-jsonstatus", |
| 781 "/path/to/tmp/json", | 757 "/path/to/tmp/json", |
| 782 "--goma-service-account-json-file", | 758 "--goma-service-account-json-file", |
| 783 "/creds/service_accounts/service-account-goma-client.json", | 759 "/creds/service_accounts/service-account-goma-client.json", |
| 784 "--goma-dir", | 760 "--goma-dir", |
| 785 "[CACHE]/cipd/goma", | 761 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 786 "--goma-fail-fast", | 762 "--goma-fail-fast", |
| 787 "--goma-disable-local-fallback", | 763 "--goma-disable-local-fallback", |
| 788 "--ninja-ensure-up-to-date", | 764 "--ninja-ensure-up-to-date", |
| 789 "--", | 765 "--", |
| 790 "gl_tests", | 766 "gl_tests", |
| 791 "gl_tests_run" | 767 "gl_tests_run" |
| 792 ], | 768 ], |
| 793 "cwd": "[SLAVE_BUILD]", | |
| 794 "env": { | 769 "env": { |
| 795 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 770 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 796 }, | 771 }, |
| 797 "name": "compile (without patch)", | 772 "name": "compile (without patch)", |
| 798 "~followup_annotations": [ | 773 "~followup_annotations": [ |
| 799 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 774 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 800 "@@@STEP_LOG_END@json.output (invalid)@@@" | 775 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 801 ] | 776 ] |
| 802 }, | 777 }, |
| 803 { | 778 { |
| 804 "cmd": [ | 779 "cmd": [ |
| 805 "python", | 780 "python", |
| 806 "-u", | 781 "-u", |
| 807 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 782 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 808 "/path/to/tmp/", | 783 "/path/to/tmp/", |
| 809 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 784 "[CWD]/src/out/Release/*.isolated.gen.json" |
| 810 ], | 785 ], |
| 811 "cwd": "[SLAVE_BUILD]", | |
| 812 "name": "find isolated targets" | 786 "name": "find isolated targets" |
| 813 }, | 787 }, |
| 814 { | 788 { |
| 815 "cmd": [ | 789 "cmd": [ |
| 816 "python", | 790 "python", |
| 817 "-u", | 791 "-u", |
| 818 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 792 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 819 "[SLAVE_BUILD]/src/tools/swarming_client", | 793 "[CWD]/src/tools/swarming_client", |
| 820 "batcharchive", | 794 "batcharchive", |
| 821 "--dump-json", | 795 "--dump-json", |
| 822 "/path/to/tmp/json", | 796 "/path/to/tmp/json", |
| 823 "--isolate-server", | 797 "--isolate-server", |
| 824 "https://isolateserver.appspot.com", | 798 "https://isolateserver.appspot.com", |
| 825 "--verbose", | 799 "--verbose", |
| 826 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", | 800 "[CWD]/src/out/Release/dummy_target_1.isolated.gen.json", |
| 827 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" | 801 "[CWD]/src/out/Release/dummy_target_2.isolated.gen.json" |
| 828 ], | 802 ], |
| 829 "cwd": "[SLAVE_BUILD]", | |
| 830 "name": "isolate tests (2)", | 803 "name": "isolate tests (2)", |
| 831 "~followup_annotations": [ | 804 "~followup_annotations": [ |
| 832 "@@@STEP_LOG_LINE@json.output@{@@@", | 805 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 833 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 806 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 834 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 807 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 835 "@@@STEP_LOG_LINE@json.output@}@@@", | 808 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 836 "@@@STEP_LOG_END@json.output@@@", | 809 "@@@STEP_LOG_END@json.output@@@", |
| 837 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 810 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 838 ] | 811 ] |
| 839 }, | 812 }, |
| 840 { | 813 { |
| 841 "cmd": [ | 814 "cmd": [ |
| 842 "python", | 815 "python", |
| 843 "-u", | 816 "-u", |
| 844 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 817 "[CWD]/src/tools/swarming_client/swarming.py", |
| 845 "trigger", | 818 "trigger", |
| 846 "--swarming", | 819 "--swarming", |
| 847 "https://chromium-swarm.appspot.com", | 820 "https://chromium-swarm.appspot.com", |
| 848 "--isolate-server", | 821 "--isolate-server", |
| 849 "https://isolateserver.appspot.com", | 822 "https://isolateserver.appspot.com", |
| 850 "--priority", | 823 "--priority", |
| 851 "30", | 824 "30", |
| 852 "--shards", | 825 "--shards", |
| 853 "1", | 826 "1", |
| 854 "--task-name", | 827 "--task-name", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 "--tag", | 873 "--tag", |
| 901 "stepname:gl_tests (without patch) on Ubuntu-12.04", | 874 "stepname:gl_tests (without patch) on Ubuntu-12.04", |
| 902 "--idempotent", | 875 "--idempotent", |
| 903 "--user", | 876 "--user", |
| 904 "commit-bot@chromium.org", | 877 "commit-bot@chromium.org", |
| 905 "[dummy hash for gl_tests]", | 878 "[dummy hash for gl_tests]", |
| 906 "--", | 879 "--", |
| 907 "--gtest_filter=Test.Two", | 880 "--gtest_filter=Test.Two", |
| 908 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 881 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 909 ], | 882 ], |
| 910 "cwd": "[SLAVE_BUILD]", | |
| 911 "name": "[trigger] gl_tests (without patch) on Ubuntu-12.04", | 883 "name": "[trigger] gl_tests (without patch) on Ubuntu-12.04", |
| 912 "~followup_annotations": [ | 884 "~followup_annotations": [ |
| 913 "@@@STEP_LOG_LINE@json.output@{@@@", | 885 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 914 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (without pa
tch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | 886 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (without pa
tch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", |
| 915 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 887 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 916 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {@@@", | 888 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {@@@", |
| 917 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 918 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 919 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 891 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 920 "@@@STEP_LOG_LINE@json.output@ }@@@", | 892 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 921 "@@@STEP_LOG_LINE@json.output@ }@@@", | 893 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 922 "@@@STEP_LOG_LINE@json.output@}@@@", | 894 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 923 "@@@STEP_LOG_END@json.output@@@", | 895 "@@@STEP_LOG_END@json.output@@@", |
| 924 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 896 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 925 ] | 897 ] |
| 926 }, | 898 }, |
| 927 { | 899 { |
| 928 "allow_subannotations": true, | 900 "allow_subannotations": true, |
| 929 "cmd": [ | 901 "cmd": [ |
| 930 "python", | 902 "python", |
| 931 "-u", | 903 "-u", |
| 932 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 904 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 933 "python", | 905 "python", |
| 934 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 906 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
| 935 "--swarming-client-dir", | 907 "--swarming-client-dir", |
| 936 "[SLAVE_BUILD]/src/tools/swarming_client", | 908 "[CWD]/src/tools/swarming_client", |
| 937 "--temp-root-dir", | 909 "--temp-root-dir", |
| 938 "[TMP_BASE]", | 910 "[TMP]", |
| 939 "--merged-test-output", | 911 "--merged-test-output", |
| 940 "/path/to/tmp/json", | 912 "/path/to/tmp/json", |
| 941 "--", | 913 "--", |
| 942 "collect", | 914 "collect", |
| 943 "--swarming", | 915 "--swarming", |
| 944 "https://chromium-swarm.appspot.com", | 916 "https://chromium-swarm.appspot.com", |
| 945 "--decorate", | 917 "--decorate", |
| 946 "--print-status-updates", | 918 "--print-status-updates", |
| 947 "--shards", | 919 "--shards", |
| 948 "1", | 920 "1", |
| 949 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1" | 921 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1" |
| 950 ], | 922 ], |
| 951 "cwd": "[SLAVE_BUILD]", | |
| 952 "name": "gl_tests (without patch) on Ubuntu-12.04", | 923 "name": "gl_tests (without patch) on Ubuntu-12.04", |
| 953 "~followup_annotations": [ | 924 "~followup_annotations": [ |
| 954 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 925 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 955 ] | 926 ] |
| 956 }, | 927 }, |
| 957 { | 928 { |
| 958 "cmd": [ | 929 "cmd": [ |
| 959 "python", | 930 "python", |
| 960 "-u", | 931 "-u", |
| 961 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 932 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 962 "--input-gtest-json", | 933 "--input-gtest-json", |
| 963 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 934 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 964 "--master-name", | 935 "--master-name", |
| 965 "tryserver.chromium.linux", | 936 "tryserver.chromium.linux", |
| 966 "--builder-name", | 937 "--builder-name", |
| 967 "linux_chromium_rel_ng", | 938 "linux_chromium_rel_ng", |
| 968 "--build-number", | 939 "--build-number", |
| 969 "571", | 940 "571", |
| 970 "--test-type", | 941 "--test-type", |
| 971 "gl_tests (without patch) on Ubuntu-12.04", | 942 "gl_tests (without patch) on Ubuntu-12.04", |
| 972 "--test-results-server", | 943 "--test-results-server", |
| 973 "test-results.appspot.com", | 944 "test-results.appspot.com", |
| 974 "--chrome-revision", | 945 "--chrome-revision", |
| 975 "170242" | 946 "170242" |
| 976 ], | 947 ], |
| 977 "cwd": "[SLAVE_BUILD]", | |
| 978 "name": "Upload to test-results [gl_tests (without patch) on Ubuntu-12.04]" | 948 "name": "Upload to test-results [gl_tests (without patch) on Ubuntu-12.04]" |
| 979 }, | 949 }, |
| 980 { | 950 { |
| 981 "cmd": [ | 951 "cmd": [ |
| 982 "python", | 952 "python", |
| 983 "-u", | 953 "-u", |
| 984 "import sys; sys.exit(1)" | 954 "import sys; sys.exit(1)" |
| 985 ], | 955 ], |
| 986 "cwd": "[SLAVE_BUILD]", | |
| 987 "name": "gl_tests (retry summary)", | 956 "name": "gl_tests (retry summary)", |
| 988 "~followup_annotations": [ | 957 "~followup_annotations": [ |
| 989 "step returned non-zero exit code: 1", | 958 "step returned non-zero exit code: 1", |
| 990 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 959 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 991 "@@@STEP_FAILURE@@@", | 960 "@@@STEP_FAILURE@@@", |
| 992 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 961 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 993 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 962 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 994 ] | 963 ] |
| 995 }, | 964 }, |
| 996 { | 965 { |
| 997 "name": "$result", | 966 "name": "$result", |
| 998 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 967 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 999 "status_code": 1 | 968 "status_code": 1 |
| 1000 } | 969 } |
| 1001 ] | 970 ] |
| OLD | NEW |