| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| 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'}]\ntarget_os = ['android']", | 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'}]\ntarget_os = ['android']", |
| 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 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 97 ] |
| 99 }, | 98 }, |
| 100 { | 99 { |
| 101 "cmd": [], | 100 "cmd": [], |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "name": "ensure_goma" | 101 "name": "ensure_goma" |
| 104 }, | 102 }, |
| 105 { | 103 { |
| 106 "cmd": [ | 104 "cmd": [ |
| 107 "python", | 105 "python", |
| 108 "-u", | 106 "-u", |
| 109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 107 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 110 "--platform", | 108 "--platform", |
| 111 "linux-amd64", | 109 "linux-amd64", |
| 112 "--dest-directory", | 110 "--dest-directory", |
| 113 "[SLAVE_BUILD]/cipd", | 111 "[SLAVE_BUILD]/cipd", |
| 114 "--json-output", | 112 "--json-output", |
| 115 "/path/to/tmp/json" | 113 "/path/to/tmp/json" |
| 116 ], | 114 ], |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "name": "ensure_goma.install cipd", | 115 "name": "ensure_goma.install cipd", |
| 119 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 120 "@@@STEP_NEST_LEVEL@1@@@", | 117 "@@@STEP_NEST_LEVEL@1@@@", |
| 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 118 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | 119 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 121 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 125 "@@@STEP_LOG_LINE@json.output@}@@@", | 122 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 126 "@@@STEP_LOG_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
| 127 ] | 124 ] |
| 128 }, | 125 }, |
| 129 { | 126 { |
| 130 "cmd": [ | 127 "cmd": [ |
| 131 "[SLAVE_BUILD]/cipd/cipd", | 128 "[SLAVE_BUILD]/cipd/cipd", |
| 132 "ensure", | 129 "ensure", |
| 133 "--root", | 130 "--root", |
| 134 "[CACHE]/cipd/goma", | 131 "[CACHE]/cipd/goma", |
| 135 "--list", | 132 "--list", |
| 136 "infra_internal/goma/client/linux-amd64 release", | 133 "infra_internal/goma/client/linux-amd64 release", |
| 137 "--json-output", | 134 "--json-output", |
| 138 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
| 139 "--service-account-json", | 136 "--service-account-json", |
| 140 "/creds/service_accounts/service-account-goma-client.json" | 137 "/creds/service_accounts/service-account-goma-client.json" |
| 141 ], | 138 ], |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "name": "ensure_goma.ensure_installed", | 139 "name": "ensure_goma.ensure_installed", |
| 144 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 145 "@@@STEP_NEST_LEVEL@1@@@", | 141 "@@@STEP_NEST_LEVEL@1@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ {@@@", | 144 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ }@@@", | 147 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 154 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 155 ] | 151 ] |
| 156 }, | 152 }, |
| 157 { | 153 { |
| 158 "cmd": [ | 154 "cmd": [ |
| 159 "python", | 155 "python", |
| 160 "-u", | 156 "-u", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 162 "runhooks" | 158 "runhooks" |
| 163 ], | 159 ], |
| 164 "cwd": "[SLAVE_BUILD]", | |
| 165 "env": { | 160 "env": { |
| 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 167 "GYP_CHROMIUM_NO_ACTION": "1", | 162 "GYP_CHROMIUM_NO_ACTION": "1", |
| 168 "GYP_CROSSCOMPILE": "1", | 163 "GYP_CROSSCOMPILE": "1", |
| 169 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", | 164 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", |
| 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 171 }, | 166 }, |
| 172 "name": "gclient runhooks" | 167 "name": "gclient runhooks" |
| 173 }, | 168 }, |
| 174 { | 169 { |
| 175 "cmd": [ | 170 "cmd": [ |
| 176 "python", | 171 "python", |
| 177 "-u", | 172 "-u", |
| 178 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 173 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 179 "--output", | 174 "--output", |
| 180 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 181 "--", | 176 "--", |
| 182 "--build-config-fs", | 177 "--build-config-fs", |
| 183 "Release", | 178 "Release", |
| 184 "--paths", | 179 "--paths", |
| 185 "{\"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\"}", | 180 "{\"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\"}", |
| 186 "--properties", | 181 "--properties", |
| 187 "{\"buildername\": \"Android Cloud Tests\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 182 "{\"buildername\": \"Android Cloud Tests\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
| 188 ], | 183 ], |
| 189 "cwd": "[SLAVE_BUILD]", | |
| 190 "name": "get compile targets for scripts", | 184 "name": "get compile targets for scripts", |
| 191 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@json.output@{}@@@", | 186 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 193 "@@@STEP_LOG_END@json.output@@@" | 187 "@@@STEP_LOG_END@json.output@@@" |
| 194 ] | 188 ] |
| 195 }, | 189 }, |
| 196 { | 190 { |
| 197 "cmd": [ | 191 "cmd": [ |
| 198 "python", | 192 "python", |
| 199 "-u", | 193 "-u", |
| 200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 194 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 201 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 195 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 202 "/path/to/tmp/json" | 196 "/path/to/tmp/json" |
| 203 ], | 197 ], |
| 204 "cwd": "[SLAVE_BUILD]", | |
| 205 "name": "read test spec", | 198 "name": "read test spec", |
| 206 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 207 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 200 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 208 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"Android Cloud Tests\": {@@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"Android Cloud Tests\": {@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ {@@@", | 204 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"additional_apks\": [@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"additional_apks\": [@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"another_apk\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"another_apk\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"omg_so_many_apks\"@@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"omg_so_many_apks\"@@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 225 }, | 218 }, |
| 226 { | 219 { |
| 227 "cmd": [ | 220 "cmd": [ |
| 228 "python", | 221 "python", |
| 229 "-u", | 222 "-u", |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 231 "--show-path", | 224 "--show-path", |
| 232 "python", | 225 "python", |
| 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 234 ], | 227 ], |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "name": "cleanup_temp" | 228 "name": "cleanup_temp" |
| 237 }, | 229 }, |
| 238 { | 230 { |
| 239 "cmd": [ | 231 "cmd": [ |
| 240 "python", | 232 "python", |
| 241 "-u", | 233 "-u", |
| 242 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 234 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 243 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 235 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 244 "[SLAVE_BUILD]/src/out/Release/test_logs", | 236 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 245 "[SLAVE_BUILD]/src/out/build_product.zip", | 237 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 246 "[SLAVE_BUILD]/src" | 238 "[SLAVE_BUILD]/src" |
| 247 ], | 239 ], |
| 248 "cwd": "[SLAVE_BUILD]", | |
| 249 "name": "clean local files", | 240 "name": "clean local files", |
| 250 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 251 "@@@STEP_LOG_LINE@python.inline@@@@", | 242 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 243 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 253 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 244 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 254 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 245 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 255 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 246 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 256 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 247 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 257 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 248 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 258 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 249 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 259 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 250 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 260 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 251 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 252 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 253 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 263 "@@@STEP_LOG_END@python.inline@@@" | 254 "@@@STEP_LOG_END@python.inline@@@" |
| 264 ] | 255 ] |
| 265 }, | 256 }, |
| 266 { | 257 { |
| 267 "allow_subannotations": false, | 258 "allow_subannotations": false, |
| 268 "cmd": [ | 259 "cmd": [ |
| 269 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 260 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 270 "[SLAVE_BUILD]/src", | 261 "[SLAVE_BUILD]/src", |
| 271 "src" | 262 "src" |
| 272 ], | 263 ], |
| 273 "cwd": "[SLAVE_BUILD]", | |
| 274 "name": "tree truth steps" | 264 "name": "tree truth steps" |
| 275 }, | 265 }, |
| 276 { | 266 { |
| 277 "cmd": [ | 267 "cmd": [ |
| 278 "python", | 268 "python", |
| 279 "-u", | 269 "-u", |
| 280 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 270 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 281 "gen", | 271 "gen", |
| 282 "-m", | 272 "-m", |
| 283 "chromium.fyi", | 273 "chromium.fyi", |
| 284 "-b", | 274 "-b", |
| 285 "Android Cloud Tests", | 275 "Android Cloud Tests", |
| 286 "--config-file", | 276 "--config-file", |
| 287 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 277 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 288 "--goma-dir", | 278 "--goma-dir", |
| 289 "[CACHE]/cipd/goma", | 279 "[CACHE]/cipd/goma", |
| 290 "//out/Release" | 280 "//out/Release" |
| 291 ], | 281 ], |
| 292 "cwd": "[SLAVE_BUILD]", | |
| 293 "env": { | 282 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 295 }, | 284 }, |
| 296 "name": "generate_build_files" | 285 "name": "generate_build_files" |
| 297 }, | 286 }, |
| 298 { | 287 { |
| 299 "cmd": [ | 288 "cmd": [ |
| 300 "python", | 289 "python", |
| 301 "-u", | 290 "-u", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 319 "goma", | 308 "goma", |
| 320 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
| 322 "--goma-service-account-json-file", | 311 "--goma-service-account-json-file", |
| 323 "/creds/service_accounts/service-account-goma-client.json", | 312 "/creds/service_accounts/service-account-goma-client.json", |
| 324 "--goma-dir", | 313 "--goma-dir", |
| 325 "[CACHE]/cipd/goma", | 314 "[CACHE]/cipd/goma", |
| 326 "--", | 315 "--", |
| 327 "chrome_public_test_apk" | 316 "chrome_public_test_apk" |
| 328 ], | 317 ], |
| 329 "cwd": "[SLAVE_BUILD]", | |
| 330 "env": { | 318 "env": { |
| 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 320 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 333 }, | 321 }, |
| 334 "name": "compile", | 322 "name": "compile", |
| 335 "~followup_annotations": [ | 323 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 337 "@@@STEP_LOG_END@json.output (invalid)@@@" | 325 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 338 ] | 326 ] |
| 339 }, | 327 }, |
| 340 { | 328 { |
| 341 "cmd": [ | 329 "cmd": [ |
| 342 "python", | 330 "python", |
| 343 "-u", | 331 "-u", |
| 344 "[SLAVE_BUILD]/src/build/symlink.py", | 332 "[SLAVE_BUILD]/src/build/symlink.py", |
| 345 "-f", | 333 "-f", |
| 346 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 334 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 347 "~/adb" | 335 "~/adb" |
| 348 ], | 336 ], |
| 349 "cwd": "[SLAVE_BUILD]", | |
| 350 "name": "create adb symlink" | 337 "name": "create adb symlink" |
| 351 }, | 338 }, |
| 352 { | 339 { |
| 353 "cmd": [ | 340 "cmd": [ |
| 354 "python", | 341 "python", |
| 355 "-u", | 342 "-u", |
| 356 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 343 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
| 357 "TestSlavename", | 344 "TestSlavename", |
| 358 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 345 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 359 "--n", | 346 "--n", |
| 360 "6", | 347 "6", |
| 361 "launch", | 348 "launch", |
| 362 "--snapshot", | 349 "--snapshot", |
| 363 "clean-22-l-phone-snapshot" | 350 "clean-22-l-phone-snapshot" |
| 364 ], | 351 ], |
| 365 "cwd": "[SLAVE_BUILD]", | |
| 366 "name": "launch_instances" | 352 "name": "launch_instances" |
| 367 }, | 353 }, |
| 368 { | 354 { |
| 369 "cmd": [ | 355 "cmd": [ |
| 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 371 "--", | 357 "--", |
| 372 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 358 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 373 "[SLAVE_BUILD]/src/out/logcat" | 359 "[SLAVE_BUILD]/src/out/logcat" |
| 374 ], | 360 ], |
| 375 "cwd": "[SLAVE_BUILD]", | |
| 376 "env": { | 361 "env": { |
| 377 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 378 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 363 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 379 }, | 364 }, |
| 380 "name": "spawn_logcat_monitor" | 365 "name": "spawn_logcat_monitor" |
| 381 }, | 366 }, |
| 382 { | 367 { |
| 383 "cmd": [ | 368 "cmd": [ |
| 384 "python", | 369 "python", |
| 385 "-u", | 370 "-u", |
| 386 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 371 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 387 "-t", | 372 "-t", |
| 388 "Release", | 373 "Release", |
| 389 "--blacklist-file", | 374 "--blacklist-file", |
| 390 "[SLAVE_BUILD]/src/out/bad_devices.json", | 375 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 391 "--output-device-blacklist", | 376 "--output-device-blacklist", |
| 392 "/path/to/tmp/json", | 377 "/path/to/tmp/json", |
| 393 "--emulators" | 378 "--emulators" |
| 394 ], | 379 ], |
| 395 "cwd": "[SLAVE_BUILD]", | |
| 396 "env": { | 380 "env": { |
| 397 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 398 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 382 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 399 }, | 383 }, |
| 400 "name": "provision_devices" | 384 "name": "provision_devices" |
| 401 }, | 385 }, |
| 402 { | 386 { |
| 403 "cmd": [ | 387 "cmd": [ |
| 404 "python", | 388 "python", |
| 405 "-u", | 389 "-u", |
| 406 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 390 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 407 "--blacklist-file", | 391 "--blacklist-file", |
| 408 "[SLAVE_BUILD]/src/out/bad_devices.json", | 392 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 409 "--verbose", | 393 "--verbose", |
| 410 "--json-results-file", | 394 "--json-results-file", |
| 411 "/path/to/tmp/json" | 395 "/path/to/tmp/json" |
| 412 ], | 396 ], |
| 413 "cwd": "[SLAVE_BUILD]", | |
| 414 "name": "Instrumentation test ChromePublicTest", | 397 "name": "Instrumentation test ChromePublicTest", |
| 415 "~followup_annotations": [ | 398 "~followup_annotations": [ |
| 416 "step returned non-zero exit code: 1", | 399 "step returned non-zero exit code: 1", |
| 417 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 400 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 418 "@@@STEP_FAILURE@@@" | 401 "@@@STEP_FAILURE@@@" |
| 419 ] | 402 ] |
| 420 }, | 403 }, |
| 421 { | 404 { |
| 422 "cmd": [ | 405 "cmd": [ |
| 423 "python", | 406 "python", |
| 424 "-u", | 407 "-u", |
| 425 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 408 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 426 "--input-gtest-json", | 409 "--input-gtest-json", |
| 427 "{\"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\"}]}]}", | 410 "{\"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\"}]}]}", |
| 428 "--master-name", | 411 "--master-name", |
| 429 "chromium.fyi", | 412 "chromium.fyi", |
| 430 "--builder-name", | 413 "--builder-name", |
| 431 "Android Cloud Tests", | 414 "Android Cloud Tests", |
| 432 "--build-number", | 415 "--build-number", |
| 433 "571", | 416 "571", |
| 434 "--test-type", | 417 "--test-type", |
| 435 "ChromePublicTest", | 418 "ChromePublicTest", |
| 436 "--test-results-server", | 419 "--test-results-server", |
| 437 "test-results.appspot.com", | 420 "test-results.appspot.com", |
| 438 "--chrome-revision", | 421 "--chrome-revision", |
| 439 "refs/heads/master@{#170242}" | 422 "refs/heads/master@{#170242}" |
| 440 ], | 423 ], |
| 441 "cwd": "[SLAVE_BUILD]", | |
| 442 "name": "Upload to test-results [ChromePublicTest]" | 424 "name": "Upload to test-results [ChromePublicTest]" |
| 443 }, | 425 }, |
| 444 { | 426 { |
| 445 "cmd": [ | 427 "cmd": [ |
| 446 "python", | 428 "python", |
| 447 "-u", | 429 "-u", |
| 448 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 430 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 449 "--output-path", | 431 "--output-path", |
| 450 "[SLAVE_BUILD]/src/out/Release/full_log", | 432 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 451 "[SLAVE_BUILD]/src/out/logcat" | 433 "[SLAVE_BUILD]/src/out/logcat" |
| 452 ], | 434 ], |
| 453 "cwd": "[SLAVE_BUILD]", | |
| 454 "name": "logcat_dump" | 435 "name": "logcat_dump" |
| 455 }, | 436 }, |
| 456 { | 437 { |
| 457 "cmd": [ | 438 "cmd": [ |
| 458 "python", | 439 "python", |
| 459 "-u", | 440 "-u", |
| 460 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 441 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 461 "--", | 442 "--", |
| 462 "[DEPOT_TOOLS]/gsutil.py", | 443 "[DEPOT_TOOLS]/gsutil.py", |
| 463 "--force-version", | 444 "--force-version", |
| 464 "4.7", | 445 "4.7", |
| 465 "-o", | 446 "-o", |
| 466 "GSUtil:parallel_composite_upload_threshold=50M", | 447 "GSUtil:parallel_composite_upload_threshold=50M", |
| 467 "----", | 448 "----", |
| 468 "cp", | 449 "cp", |
| 469 "[SLAVE_BUILD]/src/out/Release/full_log", | 450 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 470 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" | 451 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" |
| 471 ], | 452 ], |
| 472 "cwd": "[SLAVE_BUILD]", | |
| 473 "name": "gsutil upload", | 453 "name": "gsutil upload", |
| 474 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 475 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" | 455 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" |
| 476 ] | 456 ] |
| 477 }, | 457 }, |
| 478 { | 458 { |
| 479 "cmd": [ | 459 "cmd": [ |
| 480 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 460 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 481 "--arch", | 461 "--arch", |
| 482 "x86", | 462 "x86", |
| 483 "--more-info", | 463 "--more-info", |
| 484 "[SLAVE_BUILD]/src/out/Release/full_log" | 464 "[SLAVE_BUILD]/src/out/Release/full_log" |
| 485 ], | 465 ], |
| 486 "cwd": "[SLAVE_BUILD]", | |
| 487 "env": { | 466 "env": { |
| 488 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 467 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 468 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 490 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 491 }, | 470 }, |
| 492 "name": "stack_tool_with_logcat_dump" | 471 "name": "stack_tool_with_logcat_dump" |
| 493 }, | 472 }, |
| 494 { | 473 { |
| 495 "cmd": [ | 474 "cmd": [ |
| 496 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 475 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 497 "-a", | 476 "-a", |
| 498 "-s", | 477 "-s", |
| 499 "-w" | 478 "-w" |
| 500 ], | 479 ], |
| 501 "cwd": "[SLAVE_BUILD]", | |
| 502 "env": { | 480 "env": { |
| 503 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 481 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 482 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 505 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 483 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 506 }, | 484 }, |
| 507 "name": "stack_tool_for_tombstones" | 485 "name": "stack_tool_for_tombstones" |
| 508 }, | 486 }, |
| 509 { | 487 { |
| 510 "cmd": [ | 488 "cmd": [ |
| 511 "python", | 489 "python", |
| 512 "-u", | 490 "-u", |
| 513 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 491 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
| 514 "TestSlavename", | 492 "TestSlavename", |
| 515 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 493 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 516 "--n", | 494 "--n", |
| 517 "6", | 495 "6", |
| 518 "shutdown" | 496 "shutdown" |
| 519 ], | 497 ], |
| 520 "cwd": "[SLAVE_BUILD]", | |
| 521 "name": "shutdown_instances" | 498 "name": "shutdown_instances" |
| 522 }, | 499 }, |
| 523 { | 500 { |
| 524 "cmd": [ | 501 "cmd": [ |
| 525 "python", | 502 "python", |
| 526 "-u", | 503 "-u", |
| 527 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 504 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
| 528 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 505 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" |
| 529 ], | 506 ], |
| 530 "cwd": "[SLAVE_BUILD]", | |
| 531 "name": "test_report", | 507 "name": "test_report", |
| 532 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 533 "@@@STEP_LOG_LINE@python.inline@@@@", | 509 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 534 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 510 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 535 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 511 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 536 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 512 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 537 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 513 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 538 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 514 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 539 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 515 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 540 "@@@STEP_LOG_END@python.inline@@@" | 516 "@@@STEP_LOG_END@python.inline@@@" |
| 541 ] | 517 ] |
| 542 }, | 518 }, |
| 543 { | 519 { |
| 544 "name": "$result", | 520 "name": "$result", |
| 545 "reason": "1 tests failed: ['ChromePublicTest']", | 521 "reason": "1 tests failed: ['ChromePublicTest']", |
| 546 "status_code": 1 | 522 "status_code": 1 |
| 547 } | 523 } |
| 548 ] | 524 ] |
| OLD | NEW |