| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
| 17 "--builder", | 18 "--builder", |
| 18 "win_chromium_variable", | 19 "win_chromium_variable", |
| 19 "--slave", | 20 "--slave", |
| 20 "build1-a1", | 21 "build1-a1", |
| 21 "--spec", | 22 "--spec", |
| 22 "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_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"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\"}", | 27 "{\"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\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@r1", | 33 "src@r1", |
| 33 "--output_manifest" | 34 "--output_manifest" |
| 34 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", |
| 35 "env": { | 37 "env": { |
| 36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 38 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 39 }, |
| 38 "name": "bot_update", | 40 "name": "bot_update", |
| 39 "~followup_annotations": [ | 41 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 42 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 100 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 104 ] | 106 ] |
| 105 }, | 107 }, |
| 106 { | 108 { |
| 107 "cmd": [], | 109 "cmd": [], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 108 "name": "ensure_goma" | 111 "name": "ensure_goma" |
| 109 }, | 112 }, |
| 110 { | 113 { |
| 111 "cmd": [ | 114 "cmd": [ |
| 112 "python", | 115 "python", |
| 113 "-u", | 116 "-u", |
| 114 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 117 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 115 "--platform", | 118 "--platform", |
| 116 "windows-amd64", | 119 "windows-amd64", |
| 117 "--dest-directory", | 120 "--dest-directory", |
| 118 "[CWD]\\cipd", | 121 "[SLAVE_BUILD]\\cipd", |
| 119 "--json-output", | 122 "--json-output", |
| 120 "/path/to/tmp/json" | 123 "/path/to/tmp/json" |
| 121 ], | 124 ], |
| 125 "cwd": "[SLAVE_BUILD]", |
| 122 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
| 123 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 124 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
| 125 "@@@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@@
@", |
| 126 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 128 "@@@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\"@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 130 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 131 ] | 135 ] |
| 132 }, | 136 }, |
| 133 { | 137 { |
| 134 "cmd": [ | 138 "cmd": [ |
| 135 "fake_slave_build/cipd", | 139 "[SLAVE_BUILD]\\cipd\\cipd", |
| 136 "ensure", | 140 "ensure", |
| 137 "--root", | 141 "--root", |
| 138 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 142 "[CACHE]\\cipd\\goma", |
| 139 "--list", | 143 "--list", |
| 140 "infra_internal/goma/client/windows-amd64 release", | 144 "infra_internal/goma/client/windows-amd64 release", |
| 141 "--json-output", | 145 "--json-output", |
| 142 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
| 143 "--service-account-json", | 147 "--service-account-json", |
| 144 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 145 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 146 "name": "ensure_goma.ensure_installed", | 151 "name": "ensure_goma.ensure_installed", |
| 147 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 148 "@@@STEP_NEST_LEVEL@1@@@", | 153 "@@@STEP_NEST_LEVEL@1@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | 154 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ {@@@", | 156 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 159 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 163 ] |
| 159 }, | 164 }, |
| 160 { | 165 { |
| 161 "cmd": [ | 166 "cmd": [ |
| 162 "python", | 167 "python", |
| 163 "-u", | 168 "-u", |
| 164 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 169 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 165 "--version" | 170 "--version" |
| 166 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 167 "name": "swarming.py --version", | 173 "name": "swarming.py --version", |
| 168 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
| 169 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 170 "@@@STEP_TEXT@0.4.10@@@" | 176 "@@@STEP_TEXT@0.4.10@@@" |
| 171 ] | 177 ] |
| 172 }, | 178 }, |
| 173 { | 179 { |
| 174 "cmd": [ | 180 "cmd": [ |
| 175 "python", | 181 "python", |
| 176 "-u", | 182 "-u", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 178 "runhooks" | 184 "runhooks" |
| 179 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 180 "env": { | 187 "env": { |
| 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 182 "GYP_CHROMIUM_NO_ACTION": "1", | 189 "GYP_CHROMIUM_NO_ACTION": "1", |
| 183 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\slave\\cache
\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare
use_goma=1", | 190 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 184 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 191 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 185 }, | 192 }, |
| 186 "name": "gclient runhooks" | 193 "name": "gclient runhooks" |
| 187 }, | 194 }, |
| 188 { | 195 { |
| 189 "cmd": [ | 196 "cmd": [ |
| 190 "python", | 197 "python", |
| 191 "-u", | 198 "-u", |
| 192 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 199 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 193 "--output", | 200 "--output", |
| 194 "/path/to/tmp/json", | 201 "/path/to/tmp/json", |
| 195 "--", | 202 "--", |
| 196 "--build-config-fs", | 203 "--build-config-fs", |
| 197 "Release", | 204 "Release", |
| 198 "--use-src-side-runtest-py", | 205 "--use-src-side-runtest-py", |
| 199 "--paths", | 206 "--paths", |
| 200 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 207 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 201 "--properties", | 208 "--properties", |
| 202 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}" | 209 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}" |
| 203 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "get compile targets for scripts", | 212 "name": "get compile targets for scripts", |
| 205 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 207 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
| 208 ] | 216 ] |
| 209 }, | 217 }, |
| 210 { | 218 { |
| 211 "cmd": [ | 219 "cmd": [ |
| 212 "python", | 220 "python", |
| 213 "-u", | 221 "-u", |
| 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 215 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", | 223 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 216 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
| 217 ], | 225 ], |
| 226 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "read test spec", | 227 "name": "read test spec", |
| 219 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 220 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", | 229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@{}@@@", | 230 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@" | 231 "@@@STEP_LOG_END@json.output@@@" |
| 223 ] | 232 ] |
| 224 }, | 233 }, |
| 225 { | 234 { |
| 226 "cmd": [ | 235 "cmd": [ |
| 227 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 236 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| 228 ], | 237 ], |
| 229 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 238 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 230 "name": "ensure git tooling on windows" | 239 "name": "ensure git tooling on windows" |
| 231 }, | 240 }, |
| 232 { | 241 { |
| 233 "cmd": [ | 242 "cmd": [ |
| 234 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 243 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 235 "log", | 244 "log", |
| 236 "--format=%H", | 245 "--format=%H", |
| 237 "r0..r1" | 246 "r0..r1" |
| 238 ], | 247 ], |
| 239 "cwd": "[CWD]\\src", | 248 "cwd": "[SLAVE_BUILD]\\src", |
| 240 "name": "git commits in range", | 249 "name": "git commits in range", |
| 241 "stdout": "/path/to/tmp/", | 250 "stdout": "/path/to/tmp/", |
| 242 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 243 "@@@STEP_LOG_LINE@revisions@r1@@@", | 252 "@@@STEP_LOG_LINE@revisions@r1@@@", |
| 244 "@@@STEP_LOG_END@revisions@@@" | 253 "@@@STEP_LOG_END@revisions@@@" |
| 245 ] | 254 ] |
| 246 }, | 255 }, |
| 247 { | 256 { |
| 248 "cmd": [], | 257 "cmd": [], |
| 258 "cwd": "[SLAVE_BUILD]", |
| 249 "name": "test r1" | 259 "name": "test r1" |
| 250 }, | 260 }, |
| 251 { | 261 { |
| 252 "cmd": [ | 262 "cmd": [ |
| 253 "python", | 263 "python", |
| 254 "-u", | 264 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 256 ], | 266 ], |
| 267 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "test r1.taskkill", | 268 "name": "test r1.taskkill", |
| 258 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 259 "@@@STEP_NEST_LEVEL@1@@@" | 270 "@@@STEP_NEST_LEVEL@1@@@" |
| 260 ] | 271 ] |
| 261 }, | 272 }, |
| 262 { | 273 { |
| 263 "cmd": [ | 274 "cmd": [ |
| 264 "python", | 275 "python", |
| 265 "-u", | 276 "-u", |
| 266 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 277 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 267 "--master", | 278 "--master", |
| 268 "tryserver.chromium.win", | 279 "tryserver.chromium.win", |
| 269 "--builder", | 280 "--builder", |
| 270 "win_chromium_variable", | 281 "win_chromium_variable", |
| 271 "--slave", | 282 "--slave", |
| 272 "build1-a1", | 283 "build1-a1", |
| 273 "--spec", | 284 "--spec", |
| 274 "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_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 285 "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'}]", |
| 275 "--root", | 286 "--root", |
| 276 "src", | 287 "src", |
| 277 "--revision_mapping_file", | 288 "--revision_mapping_file", |
| 278 "{\"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\"}", | 289 "{\"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\"}", |
| 279 "--git-cache-dir", | 290 "--git-cache-dir", |
| 280 "[ROOT]\\b\\build\\slave\\cache_dir", | 291 "[GIT_CACHE]", |
| 281 "--output_json", | 292 "--output_json", |
| 282 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
| 283 "--revision", | 294 "--revision", |
| 284 "src@r1", | 295 "src@r1", |
| 285 "--output_manifest" | 296 "--output_manifest" |
| 286 ], | 297 ], |
| 298 "cwd": "[SLAVE_BUILD]", |
| 287 "env": { | 299 "env": { |
| 288 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 300 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 289 }, | 301 }, |
| 290 "name": "test r1.bot_update", | 302 "name": "test r1.bot_update", |
| 291 "~followup_annotations": [ | 303 "~followup_annotations": [ |
| 292 "@@@STEP_NEST_LEVEL@1@@@", | 304 "@@@STEP_NEST_LEVEL@1@@@", |
| 293 "@@@STEP_TEXT@Some step text@@@", | 305 "@@@STEP_TEXT@Some step text@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | 306 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 363 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 352 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 364 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 353 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 365 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 354 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 366 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 355 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 367 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 356 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 368 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 357 ] | 369 ] |
| 358 }, | 370 }, |
| 359 { | 371 { |
| 360 "cmd": [], | 372 "cmd": [], |
| 373 "cwd": "[SLAVE_BUILD]", |
| 361 "name": "test r1.ensure_goma", | 374 "name": "test r1.ensure_goma", |
| 362 "~followup_annotations": [ | 375 "~followup_annotations": [ |
| 363 "@@@STEP_NEST_LEVEL@1@@@" | 376 "@@@STEP_NEST_LEVEL@1@@@" |
| 364 ] | 377 ] |
| 365 }, | 378 }, |
| 366 { | 379 { |
| 367 "cmd": [ | 380 "cmd": [ |
| 368 "python", | 381 "python", |
| 369 "-u", | 382 "-u", |
| 370 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 383 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 371 "--platform", | 384 "--platform", |
| 372 "windows-amd64", | 385 "windows-amd64", |
| 373 "--dest-directory", | 386 "--dest-directory", |
| 374 "[CWD]\\cipd", | 387 "[SLAVE_BUILD]\\cipd", |
| 375 "--json-output", | 388 "--json-output", |
| 376 "/path/to/tmp/json" | 389 "/path/to/tmp/json" |
| 377 ], | 390 ], |
| 391 "cwd": "[SLAVE_BUILD]", |
| 378 "name": "test r1.ensure_goma.install cipd", | 392 "name": "test r1.ensure_goma.install cipd", |
| 379 "~followup_annotations": [ | 393 "~followup_annotations": [ |
| 380 "@@@STEP_NEST_LEVEL@2@@@", | 394 "@@@STEP_NEST_LEVEL@2@@@", |
| 381 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 395 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 382 "@@@STEP_LOG_LINE@json.output@{@@@", | 396 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@}@@@", | 399 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 386 "@@@STEP_LOG_END@json.output@@@" | 400 "@@@STEP_LOG_END@json.output@@@" |
| 387 ] | 401 ] |
| 388 }, | 402 }, |
| 389 { | 403 { |
| 390 "cmd": [ | 404 "cmd": [ |
| 391 "fake_slave_build/cipd", | 405 "[SLAVE_BUILD]\\cipd\\cipd", |
| 392 "ensure", | 406 "ensure", |
| 393 "--root", | 407 "--root", |
| 394 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 408 "[CACHE]\\cipd\\goma", |
| 395 "--list", | 409 "--list", |
| 396 "infra_internal/goma/client/windows-amd64 release", | 410 "infra_internal/goma/client/windows-amd64 release", |
| 397 "--json-output", | 411 "--json-output", |
| 398 "/path/to/tmp/json", | 412 "/path/to/tmp/json", |
| 399 "--service-account-json", | 413 "--service-account-json", |
| 400 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 414 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 401 ], | 415 ], |
| 416 "cwd": "[SLAVE_BUILD]", |
| 402 "name": "test r1.ensure_goma.ensure_installed", | 417 "name": "test r1.ensure_goma.ensure_installed", |
| 403 "~followup_annotations": [ | 418 "~followup_annotations": [ |
| 404 "@@@STEP_NEST_LEVEL@2@@@", | 419 "@@@STEP_NEST_LEVEL@2@@@", |
| 405 "@@@STEP_LOG_LINE@json.output@{@@@", | 420 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ {@@@", | 422 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 424 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ }@@@", | 425 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 426 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@}@@@", | 427 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 413 "@@@STEP_LOG_END@json.output@@@" | 428 "@@@STEP_LOG_END@json.output@@@" |
| 414 ] | 429 ] |
| 415 }, | 430 }, |
| 416 { | 431 { |
| 417 "cmd": [ | 432 "cmd": [ |
| 418 "python", | 433 "python", |
| 419 "-u", | 434 "-u", |
| 420 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 435 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 421 "runhooks" | 436 "runhooks" |
| 422 ], | 437 ], |
| 438 "cwd": "[SLAVE_BUILD]", |
| 423 "env": { | 439 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 440 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 425 "GYP_CHROMIUM_NO_ACTION": "1", | 441 "GYP_CHROMIUM_NO_ACTION": "1", |
| 426 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\slave\\cache
\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare
use_goma=1", | 442 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 427 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 443 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 428 }, | 444 }, |
| 429 "name": "test r1.gclient runhooks", | 445 "name": "test r1.gclient runhooks", |
| 430 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 431 "@@@STEP_NEST_LEVEL@1@@@" | 447 "@@@STEP_NEST_LEVEL@1@@@" |
| 432 ] | 448 ] |
| 433 }, | 449 }, |
| 434 { | 450 { |
| 435 "cmd": [ | 451 "cmd": [ |
| 436 "python", | 452 "python", |
| 437 "-u", | 453 "-u", |
| 438 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 454 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 439 "--output", | 455 "--output", |
| 440 "/path/to/tmp/json", | 456 "/path/to/tmp/json", |
| 441 "--", | 457 "--", |
| 442 "--build-config-fs", | 458 "--build-config-fs", |
| 443 "Release", | 459 "Release", |
| 444 "--use-src-side-runtest-py", | 460 "--use-src-side-runtest-py", |
| 445 "--paths", | 461 "--paths", |
| 446 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 462 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 447 "--properties", | 463 "--properties", |
| 448 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}" | 464 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}" |
| 449 ], | 465 ], |
| 466 "cwd": "[SLAVE_BUILD]", |
| 450 "name": "test r1.get compile targets for scripts", | 467 "name": "test r1.get compile targets for scripts", |
| 451 "~followup_annotations": [ | 468 "~followup_annotations": [ |
| 452 "@@@STEP_NEST_LEVEL@1@@@", | 469 "@@@STEP_NEST_LEVEL@1@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@{}@@@", | 470 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 454 "@@@STEP_LOG_END@json.output@@@" | 471 "@@@STEP_LOG_END@json.output@@@" |
| 455 ] | 472 ] |
| 456 }, | 473 }, |
| 457 { | 474 { |
| 458 "cmd": [ | 475 "cmd": [ |
| 459 "python", | 476 "python", |
| 460 "-u", | 477 "-u", |
| 461 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 478 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 462 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", | 479 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 463 "/path/to/tmp/json" | 480 "/path/to/tmp/json" |
| 464 ], | 481 ], |
| 482 "cwd": "[SLAVE_BUILD]", |
| 465 "name": "test r1.read test spec", | 483 "name": "test r1.read test spec", |
| 466 "~followup_annotations": [ | 484 "~followup_annotations": [ |
| 467 "@@@STEP_NEST_LEVEL@1@@@", | 485 "@@@STEP_NEST_LEVEL@1@@@", |
| 468 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", | 486 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@{@@@", | 487 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", | 488 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", |
| 471 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 489 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ {@@@", | 490 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 473 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 491 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 474 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
false@@@", | 492 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
false@@@", |
| 475 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 493 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ }@@@", | 495 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 496 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ }@@@", | 497 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@}@@@", | 498 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 481 "@@@STEP_LOG_END@json.output@@@" | 499 "@@@STEP_LOG_END@json.output@@@" |
| 482 ] | 500 ] |
| 483 }, | 501 }, |
| 484 { | 502 { |
| 485 "cmd": [ | 503 "cmd": [ |
| 486 "python", | 504 "python", |
| 487 "-u", | 505 "-u", |
| 488 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 506 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 489 "--show-path", | 507 "--show-path", |
| 490 "python", | 508 "python", |
| 491 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 509 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 492 ], | 510 ], |
| 511 "cwd": "[SLAVE_BUILD]", |
| 493 "name": "test r1.cleanup_temp", | 512 "name": "test r1.cleanup_temp", |
| 494 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 495 "@@@STEP_NEST_LEVEL@1@@@" | 514 "@@@STEP_NEST_LEVEL@1@@@" |
| 496 ] | 515 ] |
| 497 }, | 516 }, |
| 498 { | 517 { |
| 499 "cmd": [ | 518 "cmd": [ |
| 500 "python", | 519 "python", |
| 501 "-u", | 520 "-u", |
| 502 "[CWD]\\src\\tools\\mb\\mb.py", | 521 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 503 "gen", | 522 "gen", |
| 504 "-m", | 523 "-m", |
| 505 "chromium.win", | 524 "chromium.win", |
| 506 "-b", | 525 "-b", |
| 507 "Win Builder", | 526 "Win Builder", |
| 508 "--config-file", | 527 "--config-file", |
| 509 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 528 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 510 "--goma-dir", | 529 "--goma-dir", |
| 511 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 530 "[CACHE]\\cipd\\goma", |
| 512 "//out/Release" | 531 "//out/Release" |
| 513 ], | 532 ], |
| 533 "cwd": "[SLAVE_BUILD]", |
| 514 "name": "test r1.generate_build_files", | 534 "name": "test r1.generate_build_files", |
| 515 "~followup_annotations": [ | 535 "~followup_annotations": [ |
| 516 "@@@STEP_NEST_LEVEL@1@@@" | 536 "@@@STEP_NEST_LEVEL@1@@@" |
| 517 ] | 537 ] |
| 518 }, | 538 }, |
| 519 { | 539 { |
| 520 "cmd": [ | 540 "cmd": [ |
| 521 "python", | 541 "python", |
| 522 "-u", | 542 "-u", |
| 523 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 543 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 524 "--show-path", | 544 "--show-path", |
| 525 "python", | 545 "python", |
| 526 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 546 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 527 "--gsutil-py-path", | 547 "--gsutil-py-path", |
| 528 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 548 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 529 "--ninja-path", | 549 "--ninja-path", |
| 530 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 550 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 531 "--target", | 551 "--target", |
| 532 "Release", | 552 "Release", |
| 533 "--src-dir", | 553 "--src-dir", |
| 534 "[CWD]\\src", | 554 "[SLAVE_BUILD]\\src", |
| 535 "--goma-cache-dir", | 555 "--goma-cache-dir", |
| 536 "[ROOT]\\b\\build\\slave\\goma_cache", | 556 "[GOMA_CACHE]", |
| 537 "--build-tool", | 557 "--build-tool", |
| 538 "ninja", | 558 "ninja", |
| 539 "--compiler", | 559 "--compiler", |
| 540 "goma", | 560 "goma", |
| 541 "--goma-jsonstatus", | 561 "--goma-jsonstatus", |
| 542 "/path/to/tmp/json", | 562 "/path/to/tmp/json", |
| 543 "--goma-service-account-json-file", | 563 "--goma-service-account-json-file", |
| 544 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 564 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 545 "--goma-dir", | 565 "--goma-dir", |
| 546 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 566 "[CACHE]\\cipd\\goma", |
| 547 "--ninja-ensure-up-to-date", | 567 "--ninja-ensure-up-to-date", |
| 548 "--", | 568 "--", |
| 549 "gl_tests" | 569 "gl_tests" |
| 550 ], | 570 ], |
| 571 "cwd": "[SLAVE_BUILD]", |
| 551 "env": { | 572 "env": { |
| 552 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 573 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 553 }, | 574 }, |
| 554 "name": "test r1.compile", | 575 "name": "test r1.compile", |
| 555 "~followup_annotations": [ | 576 "~followup_annotations": [ |
| 556 "@@@STEP_NEST_LEVEL@1@@@", | 577 "@@@STEP_NEST_LEVEL@1@@@", |
| 557 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 578 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 558 "@@@STEP_LOG_END@json.output (invalid)@@@" | 579 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 559 ] | 580 ] |
| 560 }, | 581 }, |
| 561 { | 582 { |
| 562 "allow_subannotations": true, | 583 "allow_subannotations": true, |
| 563 "cmd": [ | 584 "cmd": [ |
| 564 "python", | 585 "python", |
| 565 "-u", | 586 "-u", |
| 566 "[CWD]\\src\\infra\\scripts\\runtest_wrapper.py", | 587 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", |
| 567 "--", | 588 "--", |
| 568 "--target", | 589 "--target", |
| 569 "Release", | 590 "Release", |
| 570 "--factory-properties", | 591 "--factory-properties", |
| 571 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", | 592 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", |
| 572 "--build-properties", | 593 "--build-properties", |
| 573 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", | 594 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", |
| 574 "--annotate=gtest", | 595 "--annotate=gtest", |
| 575 "--test-type=gl_tests", | 596 "--test-type=gl_tests", |
| 576 "--step-name=gl_tests (r1)", | 597 "--step-name=gl_tests (r1)", |
| 577 "--test-launcher-summary-output", | 598 "--test-launcher-summary-output", |
| 578 "/path/to/tmp/json", | 599 "/path/to/tmp/json", |
| 579 "--generate-json-file", | 600 "--generate-json-file", |
| 580 "-o", | 601 "-o", |
| 581 "gtest-results/gl_tests.exe", | 602 "gtest-results/gl_tests.exe", |
| 582 "--builder-name=win_chromium_variable", | 603 "--builder-name=win_chromium_variable", |
| 583 "--slave-name=build1-a1", | 604 "--slave-name=build1-a1", |
| 584 "--build-number=1", | 605 "--build-number=1", |
| 585 "gl_tests.exe", | 606 "gl_tests.exe", |
| 586 "Test.One\nTest.Two\nTest.Three" | 607 "Test.One\nTest.Two\nTest.Three" |
| 587 ], | 608 ], |
| 609 "cwd": "[SLAVE_BUILD]", |
| 588 "name": "test r1.gl_tests (r1)", | 610 "name": "test r1.gl_tests (r1)", |
| 589 "~followup_annotations": [ | 611 "~followup_annotations": [ |
| 590 "@@@STEP_NEST_LEVEL@1@@@", | 612 "@@@STEP_NEST_LEVEL@1@@@", |
| 591 "step returned non-zero exit code: 1", | 613 "step returned non-zero exit code: 1", |
| 592 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", | 614 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", |
| 593 "@@@STEP_FAILURE@@@" | 615 "@@@STEP_FAILURE@@@" |
| 594 ] | 616 ] |
| 595 }, | 617 }, |
| 596 { | 618 { |
| 597 "cmd": [ | 619 "cmd": [ |
| 598 "python", | 620 "python", |
| 599 "-u", | 621 "-u", |
| 600 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 622 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 601 "--target", | 623 "--target", |
| 602 "Release" | 624 "Release" |
| 603 ], | 625 ], |
| 626 "cwd": "[SLAVE_BUILD]", |
| 604 "name": "test r1.process_dumps", | 627 "name": "test r1.process_dumps", |
| 605 "~followup_annotations": [ | 628 "~followup_annotations": [ |
| 606 "@@@STEP_NEST_LEVEL@1@@@" | 629 "@@@STEP_NEST_LEVEL@1@@@" |
| 607 ] | 630 ] |
| 608 }, | 631 }, |
| 609 { | 632 { |
| 610 "cmd": [ | 633 "cmd": [ |
| 611 "python", | 634 "python", |
| 612 "-u", | 635 "-u", |
| 613 "import sys; sys.exit(0)" | 636 "import sys; sys.exit(0)" |
| 614 ], | 637 ], |
| 638 "cwd": "[SLAVE_BUILD]", |
| 615 "name": "report", | 639 "name": "report", |
| 616 "~followup_annotations": [ | 640 "~followup_annotations": [ |
| 617 "@@@STEP_LOG_LINE@report@{@@@", | 641 "@@@STEP_LOG_LINE@report@{@@@", |
| 618 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", | 642 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", |
| 619 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", | 643 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", |
| 620 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", | 644 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", |
| 621 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@", | 645 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@", |
| 622 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@", | 646 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@", |
| 623 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@", | 647 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@", |
| 624 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@", | 648 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@", |
| 625 "@@@STEP_LOG_LINE@report@ ], @@@", | 649 "@@@STEP_LOG_LINE@report@ ], @@@", |
| 626 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", | 650 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", |
| 627 "@@@STEP_LOG_LINE@report@ }@@@", | 651 "@@@STEP_LOG_LINE@report@ }@@@", |
| 628 "@@@STEP_LOG_LINE@report@ }@@@", | 652 "@@@STEP_LOG_LINE@report@ }@@@", |
| 629 "@@@STEP_LOG_LINE@report@ }, @@@", | 653 "@@@STEP_LOG_LINE@report@ }, @@@", |
| 630 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", | 654 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", |
| 631 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", | 655 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", |
| 632 "@@@STEP_LOG_LINE@report@ }@@@", | 656 "@@@STEP_LOG_LINE@report@ }@@@", |
| 633 "@@@STEP_LOG_LINE@report@}@@@", | 657 "@@@STEP_LOG_LINE@report@}@@@", |
| 634 "@@@STEP_LOG_END@report@@@", | 658 "@@@STEP_LOG_END@report@@@", |
| 635 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 659 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 636 ] | 660 ] |
| 637 }, | 661 }, |
| 638 { | 662 { |
| 639 "name": "$result", | 663 "name": "$result", |
| 640 "recipe_result": null, | 664 "recipe_result": null, |
| 641 "status_code": 0 | 665 "status_code": 0 |
| 642 } | 666 } |
| 643 ] | 667 ] |
| OLD | NEW |