| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[CWD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 11 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
| 22 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
| 23 ] | 24 ] |
| 24 }, | 25 }, |
| 25 { | 26 { |
| 26 "cmd": [ | 27 "cmd": [ |
| 27 "python", | 28 "python", |
| 28 "-u", | 29 "-u", |
| 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 30 "--master", | 31 "--master", |
| 31 "chromium.testing.master", | 32 "chromium.testing.master", |
| 32 "--builder", | 33 "--builder", |
| 33 "Android Cronet ARM64 Builder", | 34 "Android Cronet ARM64 Builder", |
| 34 "--slave", | 35 "--slave", |
| 35 "TestSlavename", | 36 "TestSlavename", |
| 36 "--spec", | 37 "--spec", |
| 37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour
ce.com/chromium/src'}]\ntarget_os = ['android']", | 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
'}]\ntarget_os = ['android']", |
| 38 "--root", | 39 "--root", |
| 39 "src", | 40 "src", |
| 40 "--revision_mapping_file", | 41 "--revision_mapping_file", |
| 41 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", | 42 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", |
| 42 "--git-cache-dir", | 43 "--git-cache-dir", |
| 43 "[ROOT]/b/build/slave/cache_dir", | 44 "[GIT_CACHE]", |
| 44 "--output_json", | 45 "--output_json", |
| 45 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 46 "--revision", | 47 "--revision", |
| 47 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 48 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
| 48 "--force", | 49 "--force", |
| 49 "--output_manifest" | 50 "--output_manifest" |
| 50 ], | 51 ], |
| 52 "cwd": "[SLAVE_BUILD]", |
| 51 "env": { | 53 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 55 }, |
| 54 "name": "bot_update", | 56 "name": "bot_update", |
| 55 "~followup_annotations": [ | 57 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 118 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", | 120 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", |
| 119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 120 ] | 122 ] |
| 121 }, | 123 }, |
| 122 { | 124 { |
| 123 "cmd": [ | 125 "cmd": [ |
| 124 "python", | 126 "python", |
| 125 "-u", | 127 "-u", |
| 126 "\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", | 128 "\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", |
| 127 "[CWD]/src/out/Release/debug_info_dumps", | 129 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 128 "[CWD]/src/out/Release/test_logs", | 130 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 129 "[CWD]/src/out/build_product.zip", | 131 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 130 "[CWD]/src" | 132 "[SLAVE_BUILD]/src" |
| 131 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", |
| 132 "name": "clean local files", | 135 "name": "clean local files", |
| 133 "~followup_annotations": [ | 136 "~followup_annotations": [ |
| 134 "@@@STEP_LOG_LINE@python.inline@@@@", | 137 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 135 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 138 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 136 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 139 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 137 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 140 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 138 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 141 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 139 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 142 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 140 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 143 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 144 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 142 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 145 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 146 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 144 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 147 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 145 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 148 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 146 "@@@STEP_LOG_END@python.inline@@@" | 149 "@@@STEP_LOG_END@python.inline@@@" |
| 147 ] | 150 ] |
| 148 }, | 151 }, |
| 149 { | 152 { |
| 150 "cmd": [ | 153 "cmd": [ |
| 151 "python", | 154 "python", |
| 152 "-u", | 155 "-u", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 154 "runhooks" | 157 "runhooks" |
| 155 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 156 "env": { | 160 "env": { |
| 157 "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", |
| 158 "GYP_CHROMIUM_NO_ACTION": "1", | 162 "GYP_CHROMIUM_NO_ACTION": "1", |
| 159 "GYP_CROSSCOMPILE": "1", | 163 "GYP_CROSSCOMPILE": "1", |
| 160 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 gomadir='[ROOT]/b/build/goma' target_arch=arm64 use
_goma=1 use_platform_icu_alternatives=1", | 164 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm64 use_goma=1
use_platform_icu_alternatives=1", |
| 161 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/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]" |
| 162 }, | 166 }, |
| 163 "name": "gclient runhooks" | 167 "name": "gclient runhooks" |
| 164 }, | 168 }, |
| 165 { | 169 { |
| 166 "cmd": [ | 170 "cmd": [ |
| 167 "python", | 171 "python", |
| 168 "-u", | 172 "-u", |
| 169 "[CWD]/src/tools/mb/mb.py", | 173 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 170 "gen", | 174 "gen", |
| 171 "-m", | 175 "-m", |
| 172 "chromium.testing.master", | 176 "chromium.testing.master", |
| 173 "-b", | 177 "-b", |
| 174 "Android Cronet ARM64 Builder", | 178 "Android Cronet ARM64 Builder", |
| 175 "--config-file", | 179 "--config-file", |
| 176 "[CWD]/src/tools/mb/mb_config.pyl", | 180 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 177 "--goma-dir", | 181 "--goma-dir", |
| 178 "[ROOT]/b/build/goma", | 182 "[BUILD]/goma", |
| 179 "//out/Release" | 183 "//out/Release" |
| 180 ], | 184 ], |
| 185 "cwd": "[SLAVE_BUILD]", |
| 181 "name": "generate_build_files" | 186 "name": "generate_build_files" |
| 182 }, | 187 }, |
| 183 { | 188 { |
| 184 "cmd": [ | 189 "cmd": [ |
| 185 "python", | 190 "python", |
| 186 "-u", | 191 "-u", |
| 187 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 192 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 188 "--show-path", | 193 "--show-path", |
| 189 "python", | 194 "python", |
| 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 195 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 191 "--gsutil-py-path", | 196 "--gsutil-py-path", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 197 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 193 "--ninja-path", | 198 "--ninja-path", |
| 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 195 "--target", | 200 "--target", |
| 196 "Release", | 201 "Release", |
| 197 "--src-dir", | 202 "--src-dir", |
| 198 "[CWD]/src", | 203 "[SLAVE_BUILD]/src", |
| 199 "--goma-cache-dir", | 204 "--goma-cache-dir", |
| 200 "[ROOT]/b/build/slave/goma_cache", | 205 "[GOMA_CACHE]", |
| 201 "--build-tool", | 206 "--build-tool", |
| 202 "ninja", | 207 "ninja", |
| 203 "--compiler", | 208 "--compiler", |
| 204 "goma", | 209 "goma", |
| 205 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
| 206 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
| 207 "--goma-service-account-json-file", | 212 "--goma-service-account-json-file", |
| 208 "/creds/service_accounts/service-account-goma-client.json", | 213 "/creds/service_accounts/service-account-goma-client.json", |
| 209 "--goma-dir", | 214 "--goma-dir", |
| 210 "[ROOT]/b/build/goma", | 215 "[BUILD]/goma", |
| 211 "--clobber", | 216 "--clobber", |
| 212 "--", | 217 "--", |
| 213 "cronet_package", | 218 "cronet_package", |
| 214 "cronet_sample_test_apk", | 219 "cronet_sample_test_apk", |
| 215 "cronet_test_instrumentation_apk", | 220 "cronet_test_instrumentation_apk", |
| 216 "cronet_unittests", | 221 "cronet_unittests", |
| 217 "cronet_unittests_apk", | 222 "cronet_unittests_apk", |
| 218 "net_unittests", | 223 "net_unittests", |
| 219 "net_unittests_apk" | 224 "net_unittests_apk" |
| 220 ], | 225 ], |
| 226 "cwd": "[SLAVE_BUILD]", |
| 221 "env": { | 227 "env": { |
| 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 223 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 224 }, | 230 }, |
| 225 "name": "compile", | 231 "name": "compile", |
| 226 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 228 "@@@STEP_LOG_END@json.output (invalid)@@@" | 234 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 229 ] | 235 ] |
| 230 }, | 236 }, |
| 231 { | 237 { |
| 232 "allow_subannotations": true, | 238 "allow_subannotations": true, |
| 233 "cmd": [ | 239 "cmd": [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 249 "--annotate=graphing", | 255 "--annotate=graphing", |
| 250 "--results-url=https://chromeperf.appspot.com", | 256 "--results-url=https://chromeperf.appspot.com", |
| 251 "--perf-dashboard-id=sizes", | 257 "--perf-dashboard-id=sizes", |
| 252 "--perf-id=android_cronet_arm64_builder", | 258 "--perf-id=android_cronet_arm64_builder", |
| 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 259 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 254 "--target", | 260 "--target", |
| 255 "Release", | 261 "Release", |
| 256 "--platform", | 262 "--platform", |
| 257 "android-cronet" | 263 "android-cronet" |
| 258 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 259 "name": "sizes" | 266 "name": "sizes" |
| 260 }, | 267 }, |
| 261 { | 268 { |
| 262 "name": "$result", | 269 "name": "$result", |
| 263 "recipe_result": null, | 270 "recipe_result": null, |
| 264 "status_code": 0 | 271 "status_code": 0 |
| 265 } | 272 } |
| 266 ] | 273 ] |
| OLD | NEW |