| 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 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "python", | 101 "python", |
| 103 "-u", | 102 "-u", |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 105 "runhooks" | 104 "runhooks" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "env": { | 106 "env": { |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 110 "GYP_CHROMIUM_NO_ACTION": "1", | 108 "GYP_CHROMIUM_NO_ACTION": "1", |
| 111 "GYP_CROSSCOMPILE": "1", | 109 "GYP_CROSSCOMPILE": "1", |
| 112 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=arm", | 110 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=arm", |
| 113 "LLVM_FORCE_HEAD_REVISION": "YES", | 111 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 115 }, | 113 }, |
| 116 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 117 }, | 115 }, |
| 118 { | 116 { |
| 119 "cmd": [ | 117 "cmd": [ |
| 120 "python", | 118 "python", |
| 121 "-u", | 119 "-u", |
| 122 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 123 "--output", | 121 "--output", |
| 124 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
| 125 "--", | 123 "--", |
| 126 "--build-config-fs", | 124 "--build-config-fs", |
| 127 "Debug", | 125 "Debug", |
| 128 "--paths", | 126 "--paths", |
| 129 "{\"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 "{\"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\"}", |
| 130 "--properties", | 128 "--properties", |
| 131 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
| 132 ], | 130 ], |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "get compile targets for scripts", | 131 "name": "get compile targets for scripts", |
| 135 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{}@@@", | 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 138 ] | 135 ] |
| 139 }, | 136 }, |
| 140 { | 137 { |
| 141 "cmd": [ | 138 "cmd": [ |
| 142 "python", | 139 "python", |
| 143 "-u", | 140 "-u", |
| 144 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 145 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 142 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 146 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 147 ], | 144 ], |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "read test spec", | 145 "name": "read test spec", |
| 150 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 151 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 147 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 152 "@@@STEP_LOG_LINE@json.output@{}@@@", | 148 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 150 ] |
| 155 }, | 151 }, |
| 156 { | 152 { |
| 157 "cmd": [ | 153 "cmd": [ |
| 158 "python", | 154 "python", |
| 159 "-u", | 155 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 161 "--show-path", | 157 "--show-path", |
| 162 "python", | 158 "python", |
| 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 164 ], | 160 ], |
| 165 "cwd": "[SLAVE_BUILD]", | |
| 166 "name": "cleanup_temp" | 161 "name": "cleanup_temp" |
| 167 }, | 162 }, |
| 168 { | 163 { |
| 169 "cmd": [ | 164 "cmd": [ |
| 170 "python", | 165 "python", |
| 171 "-u", | 166 "-u", |
| 172 "\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", | 167 "\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", |
| 173 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 168 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 174 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 169 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 175 "[SLAVE_BUILD]/src/out/build_product.zip", | 170 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 176 "[SLAVE_BUILD]/src" | 171 "[SLAVE_BUILD]/src" |
| 177 ], | 172 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "clean local files", | 173 "name": "clean local files", |
| 180 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 181 "@@@STEP_LOG_LINE@python.inline@@@@", | 175 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 176 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 177 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 178 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 179 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 180 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 187 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 181 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 188 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 182 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 189 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 183 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 190 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 184 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 185 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 192 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 186 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 193 "@@@STEP_LOG_END@python.inline@@@" | 187 "@@@STEP_LOG_END@python.inline@@@" |
| 194 ] | 188 ] |
| 195 }, | 189 }, |
| 196 { | 190 { |
| 197 "allow_subannotations": false, | 191 "allow_subannotations": false, |
| 198 "cmd": [ | 192 "cmd": [ |
| 199 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 193 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 200 "[SLAVE_BUILD]/src", | 194 "[SLAVE_BUILD]/src", |
| 201 "src" | 195 "src" |
| 202 ], | 196 ], |
| 203 "cwd": "[SLAVE_BUILD]", | |
| 204 "name": "tree truth steps" | 197 "name": "tree truth steps" |
| 205 }, | 198 }, |
| 206 { | 199 { |
| 207 "cmd": [ | 200 "cmd": [ |
| 208 "python", | 201 "python", |
| 209 "-u", | 202 "-u", |
| 210 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 203 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 211 "gen", | 204 "gen", |
| 212 "-m", | 205 "-m", |
| 213 "chromium.fyi", | 206 "chromium.fyi", |
| 214 "-b", | 207 "-b", |
| 215 "ClangToTAndroidASan", | 208 "ClangToTAndroidASan", |
| 216 "--config-file", | 209 "--config-file", |
| 217 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 210 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 218 "//out/Debug" | 211 "//out/Debug" |
| 219 ], | 212 ], |
| 220 "cwd": "[SLAVE_BUILD]", | |
| 221 "env": { | 213 "env": { |
| 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 223 }, | 215 }, |
| 224 "name": "generate_build_files" | 216 "name": "generate_build_files" |
| 225 }, | 217 }, |
| 226 { | 218 { |
| 227 "allow_subannotations": true, | 219 "allow_subannotations": true, |
| 228 "cmd": [ | 220 "cmd": [ |
| 229 "python", | 221 "python", |
| 230 "-u", | 222 "-u", |
| 231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 232 "--src-dir", | 224 "--src-dir", |
| 233 "[SLAVE_BUILD]/src", | 225 "[SLAVE_BUILD]/src", |
| 234 "--output-json", | 226 "--output-json", |
| 235 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 236 ], | 228 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "env": { | 229 "env": { |
| 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 240 "LLVM_FORCE_HEAD_REVISION": "YES", | 231 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 241 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 232 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 242 }, | 233 }, |
| 243 "name": "clang_revision", | 234 "name": "clang_revision", |
| 244 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 245 "@@@STEP_LOG_LINE@json.output@{@@@", | 236 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@}@@@", | 238 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 268 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 269 "--build-tool", | 260 "--build-tool", |
| 270 "ninja", | 261 "ninja", |
| 271 "--build-data-dir", | 262 "--build-data-dir", |
| 272 "[ROOT]/build_data_dir", | 263 "[ROOT]/build_data_dir", |
| 273 "--compiler", | 264 "--compiler", |
| 274 "clang", | 265 "clang", |
| 275 "--", | 266 "--", |
| 276 "all" | 267 "all" |
| 277 ], | 268 ], |
| 278 "cwd": "[SLAVE_BUILD]", | |
| 279 "env": { | 269 "env": { |
| 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 281 "LLVM_FORCE_HEAD_REVISION": "YES", | 271 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 282 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 272 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 283 }, | 273 }, |
| 284 "name": "compile" | 274 "name": "compile" |
| 285 }, | 275 }, |
| 286 { | 276 { |
| 287 "allow_subannotations": true, | 277 "allow_subannotations": true, |
| 288 "cmd": [ | 278 "cmd": [ |
| 289 "python", | 279 "python", |
| 290 "-u", | 280 "-u", |
| 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 281 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 292 "--show-path", | 282 "--show-path", |
| 293 "python", | 283 "python", |
| 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 295 "--target", | 285 "--target", |
| 296 "Debug", | 286 "Debug", |
| 297 "--build-url", | 287 "--build-url", |
| 298 "gs://chromium-fyi-archive/chromium.fyi/ClangToTAndroidASan", | 288 "gs://chromium-fyi-archive/chromium.fyi/ClangToTAndroidASan", |
| 299 "--build_revision", | 289 "--build_revision", |
| 300 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 290 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 301 "--factory-properties", | 291 "--factory-properties", |
| 302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", | 292 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
| 303 "--build-properties", | 293 "--build-properties", |
| 304 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" | 294 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" |
| 305 ], | 295 ], |
| 306 "cwd": "[SLAVE_BUILD]", | |
| 307 "name": "package build" | 296 "name": "package build" |
| 308 }, | 297 }, |
| 309 { | 298 { |
| 310 "cmd": [], | 299 "cmd": [], |
| 311 "cwd": "[SLAVE_BUILD]", | |
| 312 "name": "trigger", | 300 "name": "trigger", |
| 313 "trigger_specs": [ | 301 "trigger_specs": [ |
| 314 { | 302 { |
| 315 "builder_name": "ClangToTAndroidASan tester", | 303 "builder_name": "ClangToTAndroidASan tester", |
| 316 "properties": { | 304 "properties": { |
| 317 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 305 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 318 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 306 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 319 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 307 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| 320 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 308 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
| 321 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 309 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 332 "~followup_annotations": [ | 320 "~followup_annotations": [ |
| 333 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 321 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 334 ] | 322 ] |
| 335 }, | 323 }, |
| 336 { | 324 { |
| 337 "name": "$result", | 325 "name": "$result", |
| 338 "recipe_result": null, | 326 "recipe_result": null, |
| 339 "status_code": 0 | 327 "status_code": 0 |
| 340 } | 328 } |
| 341 ] | 329 ] |
| OLD | NEW |