| 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@ \"gtest_tests\": [@@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ {@@@", | 204 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"--isolate-file-path=src/base/bas
e_unittests.isolate\"@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"--isolate-file-path=src/base/bas
e_unittests.isolate\"@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 207 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ }@@@", | 209 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 210 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ }@@@", | 211 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 219 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 220 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 221 ] | 214 ] |
| 222 }, | 215 }, |
| 223 { | 216 { |
| 224 "cmd": [ | 217 "cmd": [ |
| 225 "python", | 218 "python", |
| 226 "-u", | 219 "-u", |
| 227 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 228 "--show-path", | 221 "--show-path", |
| 229 "python", | 222 "python", |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 231 ], | 224 ], |
| 232 "cwd": "[SLAVE_BUILD]", | |
| 233 "name": "cleanup_temp" | 225 "name": "cleanup_temp" |
| 234 }, | 226 }, |
| 235 { | 227 { |
| 236 "cmd": [ | 228 "cmd": [ |
| 237 "python", | 229 "python", |
| 238 "-u", | 230 "-u", |
| 239 "\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", | 231 "\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", |
| 240 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 232 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 241 "[SLAVE_BUILD]/src/out/Release/test_logs", | 233 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 242 "[SLAVE_BUILD]/src/out/build_product.zip", | 234 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 243 "[SLAVE_BUILD]/src" | 235 "[SLAVE_BUILD]/src" |
| 244 ], | 236 ], |
| 245 "cwd": "[SLAVE_BUILD]", | |
| 246 "name": "clean local files", | 237 "name": "clean local files", |
| 247 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 248 "@@@STEP_LOG_LINE@python.inline@@@@", | 239 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 249 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 240 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 250 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 241 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 251 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 242 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 243 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 253 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 244 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 254 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 245 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 255 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 246 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 256 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 247 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 257 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 248 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 258 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 249 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 259 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 250 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 260 "@@@STEP_LOG_END@python.inline@@@" | 251 "@@@STEP_LOG_END@python.inline@@@" |
| 261 ] | 252 ] |
| 262 }, | 253 }, |
| 263 { | 254 { |
| 264 "allow_subannotations": false, | 255 "allow_subannotations": false, |
| 265 "cmd": [ | 256 "cmd": [ |
| 266 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 257 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 267 "[SLAVE_BUILD]/src", | 258 "[SLAVE_BUILD]/src", |
| 268 "src" | 259 "src" |
| 269 ], | 260 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "name": "tree truth steps" | 261 "name": "tree truth steps" |
| 272 }, | 262 }, |
| 273 { | 263 { |
| 274 "cmd": [ | 264 "cmd": [ |
| 275 "python", | 265 "python", |
| 276 "-u", | 266 "-u", |
| 277 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 267 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 278 "gen", | 268 "gen", |
| 279 "-m", | 269 "-m", |
| 280 "chromium.fyi", | 270 "chromium.fyi", |
| 281 "-b", | 271 "-b", |
| 282 "Android Cloud Tests", | 272 "Android Cloud Tests", |
| 283 "--config-file", | 273 "--config-file", |
| 284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 285 "--goma-dir", | 275 "--goma-dir", |
| 286 "[CACHE]/cipd/goma", | 276 "[CACHE]/cipd/goma", |
| 287 "//out/Release" | 277 "//out/Release" |
| 288 ], | 278 ], |
| 289 "cwd": "[SLAVE_BUILD]", | |
| 290 "env": { | 279 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 292 }, | 281 }, |
| 293 "name": "generate_build_files" | 282 "name": "generate_build_files" |
| 294 }, | 283 }, |
| 295 { | 284 { |
| 296 "cmd": [ | 285 "cmd": [ |
| 297 "python", | 286 "python", |
| 298 "-u", | 287 "-u", |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 316 "goma", | 305 "goma", |
| 317 "--goma-jsonstatus", | 306 "--goma-jsonstatus", |
| 318 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 319 "--goma-service-account-json-file", | 308 "--goma-service-account-json-file", |
| 320 "/creds/service_accounts/service-account-goma-client.json", | 309 "/creds/service_accounts/service-account-goma-client.json", |
| 321 "--goma-dir", | 310 "--goma-dir", |
| 322 "[CACHE]/cipd/goma", | 311 "[CACHE]/cipd/goma", |
| 323 "--", | 312 "--", |
| 324 "base_unittests_apk" | 313 "base_unittests_apk" |
| 325 ], | 314 ], |
| 326 "cwd": "[SLAVE_BUILD]", | |
| 327 "env": { | 315 "env": { |
| 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 329 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 317 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 330 }, | 318 }, |
| 331 "name": "compile", | 319 "name": "compile", |
| 332 "~followup_annotations": [ | 320 "~followup_annotations": [ |
| 333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 334 "@@@STEP_LOG_END@json.output (invalid)@@@" | 322 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 335 ] | 323 ] |
| 336 }, | 324 }, |
| 337 { | 325 { |
| 338 "cmd": [ | 326 "cmd": [ |
| 339 "python", | 327 "python", |
| 340 "-u", | 328 "-u", |
| 341 "[SLAVE_BUILD]/src/build/symlink.py", | 329 "[SLAVE_BUILD]/src/build/symlink.py", |
| 342 "-f", | 330 "-f", |
| 343 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 331 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 344 "~/adb" | 332 "~/adb" |
| 345 ], | 333 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "name": "create adb symlink" | 334 "name": "create adb symlink" |
| 348 }, | 335 }, |
| 349 { | 336 { |
| 350 "cmd": [ | 337 "cmd": [ |
| 351 "python", | 338 "python", |
| 352 "-u", | 339 "-u", |
| 353 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 340 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
| 354 "TestSlavename", | 341 "TestSlavename", |
| 355 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 342 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 356 "--n", | 343 "--n", |
| 357 "6", | 344 "6", |
| 358 "launch", | 345 "launch", |
| 359 "--snapshot", | 346 "--snapshot", |
| 360 "clean-22-l-phone-snapshot" | 347 "clean-22-l-phone-snapshot" |
| 361 ], | 348 ], |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "name": "launch_instances" | 349 "name": "launch_instances" |
| 364 }, | 350 }, |
| 365 { | 351 { |
| 366 "cmd": [ | 352 "cmd": [ |
| 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 368 "--", | 354 "--", |
| 369 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 355 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 370 "[SLAVE_BUILD]/src/out/logcat" | 356 "[SLAVE_BUILD]/src/out/logcat" |
| 371 ], | 357 ], |
| 372 "cwd": "[SLAVE_BUILD]", | |
| 373 "env": { | 358 "env": { |
| 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 376 }, | 361 }, |
| 377 "name": "spawn_logcat_monitor" | 362 "name": "spawn_logcat_monitor" |
| 378 }, | 363 }, |
| 379 { | 364 { |
| 380 "cmd": [ | 365 "cmd": [ |
| 381 "python", | 366 "python", |
| 382 "-u", | 367 "-u", |
| 383 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 368 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 384 "-t", | 369 "-t", |
| 385 "Release", | 370 "Release", |
| 386 "--blacklist-file", | 371 "--blacklist-file", |
| 387 "[SLAVE_BUILD]/src/out/bad_devices.json", | 372 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 388 "--output-device-blacklist", | 373 "--output-device-blacklist", |
| 389 "/path/to/tmp/json", | 374 "/path/to/tmp/json", |
| 390 "--emulators" | 375 "--emulators" |
| 391 ], | 376 ], |
| 392 "cwd": "[SLAVE_BUILD]", | |
| 393 "env": { | 377 "env": { |
| 394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 395 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 379 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 396 }, | 380 }, |
| 397 "name": "provision_devices" | 381 "name": "provision_devices" |
| 398 }, | 382 }, |
| 399 { | 383 { |
| 400 "cmd": [ | 384 "cmd": [ |
| 401 "python", | 385 "python", |
| 402 "-u", | 386 "-u", |
| 403 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", | 387 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", |
| 404 "--isolate-file-path=src/base/base_unittests.isolate", | 388 "--isolate-file-path=src/base/base_unittests.isolate", |
| 405 "--blacklist-file", | 389 "--blacklist-file", |
| 406 "[SLAVE_BUILD]/src/out/bad_devices.json", | 390 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 407 "--verbose", | 391 "--verbose", |
| 408 "--flakiness-dashboard-server=test-results.appspot.com", | 392 "--flakiness-dashboard-server=test-results.appspot.com", |
| 409 "--json-results-file", | 393 "--json-results-file", |
| 410 "/path/to/tmp/json" | 394 "/path/to/tmp/json" |
| 411 ], | 395 ], |
| 412 "cwd": "[SLAVE_BUILD]", | |
| 413 "env": { | 396 "env": { |
| 414 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 397 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 415 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 398 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 416 }, | 399 }, |
| 417 "name": "base_unittests" | 400 "name": "base_unittests" |
| 418 }, | 401 }, |
| 419 { | 402 { |
| 420 "cmd": [ | 403 "cmd": [ |
| 421 "python", | 404 "python", |
| 422 "-u", | 405 "-u", |
| 423 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 406 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 424 "--output-path", | 407 "--output-path", |
| 425 "[SLAVE_BUILD]/src/out/Release/full_log", | 408 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 426 "[SLAVE_BUILD]/src/out/logcat" | 409 "[SLAVE_BUILD]/src/out/logcat" |
| 427 ], | 410 ], |
| 428 "cwd": "[SLAVE_BUILD]", | |
| 429 "name": "logcat_dump" | 411 "name": "logcat_dump" |
| 430 }, | 412 }, |
| 431 { | 413 { |
| 432 "cmd": [ | 414 "cmd": [ |
| 433 "python", | 415 "python", |
| 434 "-u", | 416 "-u", |
| 435 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 417 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 436 "--", | 418 "--", |
| 437 "[DEPOT_TOOLS]/gsutil.py", | 419 "[DEPOT_TOOLS]/gsutil.py", |
| 438 "--force-version", | 420 "--force-version", |
| 439 "4.7", | 421 "4.7", |
| 440 "-o", | 422 "-o", |
| 441 "GSUtil:parallel_composite_upload_threshold=50M", | 423 "GSUtil:parallel_composite_upload_threshold=50M", |
| 442 "----", | 424 "----", |
| 443 "cp", | 425 "cp", |
| 444 "[SLAVE_BUILD]/src/out/Release/full_log", | 426 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 445 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" | 427 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" |
| 446 ], | 428 ], |
| 447 "cwd": "[SLAVE_BUILD]", | |
| 448 "name": "gsutil upload", | 429 "name": "gsutil upload", |
| 449 "~followup_annotations": [ | 430 "~followup_annotations": [ |
| 450 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" | 431 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" |
| 451 ] | 432 ] |
| 452 }, | 433 }, |
| 453 { | 434 { |
| 454 "cmd": [ | 435 "cmd": [ |
| 455 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 436 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 456 "--arch", | 437 "--arch", |
| 457 "x86", | 438 "x86", |
| 458 "--more-info", | 439 "--more-info", |
| 459 "[SLAVE_BUILD]/src/out/Release/full_log" | 440 "[SLAVE_BUILD]/src/out/Release/full_log" |
| 460 ], | 441 ], |
| 461 "cwd": "[SLAVE_BUILD]", | |
| 462 "env": { | 442 "env": { |
| 463 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 443 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 465 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 445 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 466 }, | 446 }, |
| 467 "name": "stack_tool_with_logcat_dump" | 447 "name": "stack_tool_with_logcat_dump" |
| 468 }, | 448 }, |
| 469 { | 449 { |
| 470 "cmd": [ | 450 "cmd": [ |
| 471 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 451 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 472 "-a", | 452 "-a", |
| 473 "-s", | 453 "-s", |
| 474 "-w" | 454 "-w" |
| 475 ], | 455 ], |
| 476 "cwd": "[SLAVE_BUILD]", | |
| 477 "env": { | 456 "env": { |
| 478 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 457 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 479 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 480 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 459 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 481 }, | 460 }, |
| 482 "name": "stack_tool_for_tombstones" | 461 "name": "stack_tool_for_tombstones" |
| 483 }, | 462 }, |
| 484 { | 463 { |
| 485 "cmd": [ | 464 "cmd": [ |
| 486 "python", | 465 "python", |
| 487 "-u", | 466 "-u", |
| 488 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 467 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
| 489 "TestSlavename", | 468 "TestSlavename", |
| 490 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 469 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 491 "--n", | 470 "--n", |
| 492 "6", | 471 "6", |
| 493 "shutdown" | 472 "shutdown" |
| 494 ], | 473 ], |
| 495 "cwd": "[SLAVE_BUILD]", | |
| 496 "name": "shutdown_instances" | 474 "name": "shutdown_instances" |
| 497 }, | 475 }, |
| 498 { | 476 { |
| 499 "cmd": [ | 477 "cmd": [ |
| 500 "python", | 478 "python", |
| 501 "-u", | 479 "-u", |
| 502 "\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", | 480 "\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", |
| 503 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 481 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" |
| 504 ], | 482 ], |
| 505 "cwd": "[SLAVE_BUILD]", | |
| 506 "name": "test_report", | 483 "name": "test_report", |
| 507 "~followup_annotations": [ | 484 "~followup_annotations": [ |
| 508 "@@@STEP_LOG_LINE@python.inline@@@@", | 485 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 509 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 486 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 510 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 487 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 511 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 488 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 512 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 489 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 513 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 490 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 514 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 491 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 515 "@@@STEP_LOG_END@python.inline@@@" | 492 "@@@STEP_LOG_END@python.inline@@@" |
| 516 ] | 493 ] |
| 517 }, | 494 }, |
| 518 { | 495 { |
| 519 "name": "$result", | 496 "name": "$result", |
| 520 "recipe_result": null, | 497 "recipe_result": null, |
| 521 "status_code": 0 | 498 "status_code": 0 |
| 522 } | 499 } |
| 523 ] | 500 ] |
| OLD | NEW |