| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, '
src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data
/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]\ntarget_os = ['android']", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, '
src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data
/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]\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@deadbeef", | 24 "src@deadbeef", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", | |
| 28 "env": { | 27 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 29 }, |
| 31 "name": "bot_update", | 30 "name": "bot_update", |
| 32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 ] | 96 ] |
| 98 }, | 97 }, |
| 99 { | 98 { |
| 100 "cmd": [ | 99 "cmd": [ |
| 101 "python", | 100 "python", |
| 102 "-u", | 101 "-u", |
| 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 104 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", | 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", |
| 105 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "read test spec", | 106 "name": "read test spec", |
| 109 "~followup_annotations": [ | 107 "~followup_annotations": [ |
| 110 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", | 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", |
| 111 "@@@STEP_LOG_LINE@json.output@{}@@@", | 109 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 112 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
| 113 ] | 111 ] |
| 114 }, | 112 }, |
| 115 { | 113 { |
| 116 "cmd": [ | 114 "cmd": [ |
| 117 "python", | 115 "python", |
| 118 "-u", | 116 "-u", |
| 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 120 "--output", | 118 "--output", |
| 121 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
| 122 "--", | 120 "--", |
| 123 "--build-config-fs", | 121 "--build-config-fs", |
| 124 "Release", | 122 "Release", |
| 125 "--paths", | 123 "--paths", |
| 126 "{\"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\"}", | 124 "{\"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\"}", |
| 127 "--properties", | 125 "--properties", |
| 128 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" | 126 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" |
| 129 ], | 127 ], |
| 130 "cwd": "[SLAVE_BUILD]", | |
| 131 "name": "get compile targets for scripts", | 128 "name": "get compile targets for scripts", |
| 132 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 130 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 132 ] |
| 136 }, | 133 }, |
| 137 { | 134 { |
| 138 "cmd": [ | 135 "cmd": [ |
| 139 "python", | 136 "python", |
| 140 "-u", | 137 "-u", |
| 141 "\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", | 138 "\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", |
| 142 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 139 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 143 "[SLAVE_BUILD]/src/out/Release/test_logs", | 140 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 144 "[SLAVE_BUILD]/src/out/build_product.zip", | 141 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 145 "[SLAVE_BUILD]/src" | 142 "[SLAVE_BUILD]/src" |
| 146 ], | 143 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "clean local files", | 144 "name": "clean local files", |
| 149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@python.inline@@@@", | 146 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 147 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 148 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 153 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 149 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 150 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 152 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 153 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 169 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 165 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 170 "--", | 166 "--", |
| 171 "[DEPOT_TOOLS]/gsutil.py", | 167 "[DEPOT_TOOLS]/gsutil.py", |
| 172 "--force-version", | 168 "--force-version", |
| 173 "4.7", | 169 "4.7", |
| 174 "----", | 170 "----", |
| 175 "cp", | 171 "cp", |
| 176 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 172 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
| 177 "[SLAVE_BUILD]/src/out/build_product.zip" | 173 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 178 ], | 174 ], |
| 179 "cwd": "[SLAVE_BUILD]", | |
| 180 "name": "gsutil download_build_product" | 175 "name": "gsutil download_build_product" |
| 181 }, | 176 }, |
| 182 { | 177 { |
| 183 "cmd": [ | 178 "cmd": [ |
| 184 "unzip", | 179 "unzip", |
| 185 "-o", | 180 "-o", |
| 186 "[SLAVE_BUILD]/src/out/build_product.zip" | 181 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 187 ], | 182 ], |
| 188 "cwd": "[SLAVE_BUILD]/src", | 183 "cwd": "[SLAVE_BUILD]/src", |
| 189 "name": "unzip_build_product" | 184 "name": "unzip_build_product" |
| 190 }, | 185 }, |
| 191 { | 186 { |
| 192 "cmd": [ | 187 "cmd": [ |
| 193 "python", | 188 "python", |
| 194 "-u", | 189 "-u", |
| 195 "[SLAVE_BUILD]/src/build/symlink.py", | 190 "[SLAVE_BUILD]/src/build/symlink.py", |
| 196 "-f", | 191 "-f", |
| 197 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 192 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 198 "~/adb" | 193 "~/adb" |
| 199 ], | 194 ], |
| 200 "cwd": "[SLAVE_BUILD]", | |
| 201 "name": "create adb symlink" | 195 "name": "create adb symlink" |
| 202 }, | 196 }, |
| 203 { | 197 { |
| 204 "cmd": [ | 198 "cmd": [ |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 206 "--", | 200 "--", |
| 207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 201 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 208 "[SLAVE_BUILD]/src/out/logcat" | 202 "[SLAVE_BUILD]/src/out/logcat" |
| 209 ], | 203 ], |
| 210 "cwd": "[SLAVE_BUILD]", | |
| 211 "env": { | 204 "env": { |
| 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 213 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 206 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 214 }, | 207 }, |
| 215 "name": "spawn_logcat_monitor" | 208 "name": "spawn_logcat_monitor" |
| 216 }, | 209 }, |
| 217 { | 210 { |
| 218 "cmd": [ | 211 "cmd": [ |
| 219 "python", | 212 "python", |
| 220 "-u", | 213 "-u", |
| 221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 222 "--verbose", | 215 "--verbose", |
| 223 "--adb-path", | 216 "--adb-path", |
| 224 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 217 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 225 ], | 218 ], |
| 226 "cwd": "[SLAVE_BUILD]", | |
| 227 "env": { | 219 "env": { |
| 228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 230 }, | 222 }, |
| 231 "name": "authorize_adb_devices" | 223 "name": "authorize_adb_devices" |
| 232 }, | 224 }, |
| 233 { | 225 { |
| 234 "cmd": [ | 226 "cmd": [ |
| 235 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 227 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 236 "--json-output", | 228 "--json-output", |
| 237 "/path/to/tmp/json", | 229 "/path/to/tmp/json", |
| 238 "--blacklist-file", | 230 "--blacklist-file", |
| 239 "[SLAVE_BUILD]/src/out/bad_devices.json", | 231 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 240 "--known-devices-file", | 232 "--known-devices-file", |
| 241 "[BUILD]/site_config/.known_devices" | 233 "[BUILD]/site_config/.known_devices" |
| 242 ], | 234 ], |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "env": { | 235 "env": { |
| 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 247 }, | 238 }, |
| 248 "name": "device_status_check", | 239 "name": "device_status_check", |
| 249 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 250 "@@@STEP_TEXT@Online devices: 1@@@", | 241 "@@@STEP_TEXT@Online devices: 1@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@[@@@", | 242 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ {@@@", | 243 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "[SLAVE_BUILD]/src/out/bad_devices.json", | 343 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 353 "--output-device-blacklist", | 344 "--output-device-blacklist", |
| 354 "/path/to/tmp/json", | 345 "/path/to/tmp/json", |
| 355 "--min-battery-level", | 346 "--min-battery-level", |
| 356 "95", | 347 "95", |
| 357 "--disable-network", | 348 "--disable-network", |
| 358 "--disable-java-debug", | 349 "--disable-java-debug", |
| 359 "--max-battery-temp", | 350 "--max-battery-temp", |
| 360 "350" | 351 "350" |
| 361 ], | 352 ], |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "env": { | 353 "env": { |
| 364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 365 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 355 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 366 }, | 356 }, |
| 367 "name": "provision_devices", | 357 "name": "provision_devices", |
| 368 "~followup_annotations": [ | 358 "~followup_annotations": [ |
| 369 "step returned non-zero exit code: 1", | 359 "step returned non-zero exit code: 1", |
| 370 "@@@STEP_EXCEPTION@@@" | 360 "@@@STEP_EXCEPTION@@@" |
| 371 ] | 361 ] |
| 372 }, | 362 }, |
| 373 { | 363 { |
| 374 "name": "$result", | 364 "name": "$result", |
| 375 "reason": "Infra Failure: Step('provision_devices') returned 1", | 365 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 376 "status_code": 1 | 366 "status_code": 1 |
| 377 } | 367 } |
| 378 ] | 368 ] |
| OLD | NEW |