| 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 "ClangToTMacASan", | 10 "ClangToTMacASan", |
| 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'}]", | 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'}]", |
| 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 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 105 "--version" | 104 "--version" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "swarming.py --version", | 106 "name": "swarming.py --version", |
| 109 "stdout": "/path/to/tmp/", | 107 "stdout": "/path/to/tmp/", |
| 110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@0.4.10@@@" | 109 "@@@STEP_TEXT@0.4.10@@@" |
| 112 ] | 110 ] |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "cmd": [ | 113 "cmd": [ |
| 116 "python", | 114 "python", |
| 117 "-u", | 115 "-u", |
| 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 119 "runhooks" | 117 "runhooks" |
| 120 ], | 118 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 119 "env": { |
| 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 124 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library fastbuild=0 target_arch=x64 test_isolation_mode=prepare", | 121 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library fastbuild=0 target_arch=x64 test_isolation_mode=prepare", |
| 125 "LLVM_FORCE_HEAD_REVISION": "YES", | 122 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 127 }, | 124 }, |
| 128 "name": "gclient runhooks" | 125 "name": "gclient runhooks" |
| 129 }, | 126 }, |
| 130 { | 127 { |
| 131 "cmd": [ | 128 "cmd": [ |
| 132 "python", | 129 "python", |
| 133 "-u", | 130 "-u", |
| 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 131 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 135 "--output", | 132 "--output", |
| 136 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
| 137 "--", | 134 "--", |
| 138 "--build-config-fs", | 135 "--build-config-fs", |
| 139 "Release", | 136 "Release", |
| 140 "--paths", | 137 "--paths", |
| 141 "{\"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\"}", | 138 "{\"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\"}", |
| 142 "--properties", | 139 "--properties", |
| 143 "{\"buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"m
ac\"}" | 140 "{\"buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"m
ac\"}" |
| 144 ], | 141 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "get compile targets for scripts", | 142 "name": "get compile targets for scripts", |
| 147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 148 "@@@STEP_LOG_LINE@json.output@{}@@@", | 144 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 146 ] |
| 151 }, | 147 }, |
| 152 { | 148 { |
| 153 "cmd": [ | 149 "cmd": [ |
| 154 "python", | 150 "python", |
| 155 "-u", | 151 "-u", |
| 156 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 152 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 157 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 153 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 158 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
| 159 ], | 155 ], |
| 160 "cwd": "[SLAVE_BUILD]", | |
| 161 "name": "read test spec", | 156 "name": "read test spec", |
| 162 "~followup_annotations": [ | 157 "~followup_annotations": [ |
| 163 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 158 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 164 "@@@STEP_LOG_LINE@json.output@{@@@", | 159 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMacASan tester\": {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMacASan tester\": {@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 165 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ }@@@", | 167 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 168 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ }@@@", | 169 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 176 "@@@STEP_LOG_END@json.output@@@" | 171 "@@@STEP_LOG_END@json.output@@@" |
| 177 ] | 172 ] |
| 178 }, | 173 }, |
| 179 { | 174 { |
| 180 "cmd": [ | 175 "cmd": [ |
| 181 "python", | 176 "python", |
| 182 "-u", | 177 "-u", |
| 183 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 178 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 184 "--show-path", | 179 "--show-path", |
| 185 "python", | 180 "python", |
| 186 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 181 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 187 ], | 182 ], |
| 188 "cwd": "[SLAVE_BUILD]", | |
| 189 "name": "cleanup_temp" | 183 "name": "cleanup_temp" |
| 190 }, | 184 }, |
| 191 { | 185 { |
| 192 "cmd": [ | 186 "cmd": [ |
| 193 "python", | 187 "python", |
| 194 "-u", | 188 "-u", |
| 195 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 189 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 196 "--build-dir", | 190 "--build-dir", |
| 197 "[SLAVE_BUILD]/src/out/Release", | 191 "[SLAVE_BUILD]/src/out/Release", |
| 198 "--clean-isolated-files" | 192 "--clean-isolated-files" |
| 199 ], | 193 ], |
| 200 "cwd": "[SLAVE_BUILD]", | |
| 201 "name": "clean isolated files" | 194 "name": "clean isolated files" |
| 202 }, | 195 }, |
| 203 { | 196 { |
| 204 "allow_subannotations": true, | 197 "allow_subannotations": true, |
| 205 "cmd": [ | 198 "cmd": [ |
| 206 "python", | 199 "python", |
| 207 "-u", | 200 "-u", |
| 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 209 "--src-dir", | 202 "--src-dir", |
| 210 "[SLAVE_BUILD]/src", | 203 "[SLAVE_BUILD]/src", |
| 211 "--output-json", | 204 "--output-json", |
| 212 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
| 213 ], | 206 ], |
| 214 "cwd": "[SLAVE_BUILD]", | |
| 215 "env": { | 207 "env": { |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 208 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 217 "LLVM_FORCE_HEAD_REVISION": "YES" | 209 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 218 }, | 210 }, |
| 219 "name": "clang_revision", | 211 "name": "clang_revision", |
| 220 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 221 "@@@STEP_LOG_LINE@json.output@{@@@", | 213 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@}@@@", | 215 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 224 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 244 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
| 245 "--build-tool", | 237 "--build-tool", |
| 246 "ninja", | 238 "ninja", |
| 247 "--build-data-dir", | 239 "--build-data-dir", |
| 248 "[ROOT]/build_data_dir", | 240 "[ROOT]/build_data_dir", |
| 249 "--compiler", | 241 "--compiler", |
| 250 "clang", | 242 "clang", |
| 251 "--", | 243 "--", |
| 252 "all" | 244 "all" |
| 253 ], | 245 ], |
| 254 "cwd": "[SLAVE_BUILD]", | |
| 255 "env": { | 246 "env": { |
| 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 257 "LLVM_FORCE_HEAD_REVISION": "YES" | 248 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 258 }, | 249 }, |
| 259 "name": "compile" | 250 "name": "compile" |
| 260 }, | 251 }, |
| 261 { | 252 { |
| 262 "cmd": [ | 253 "cmd": [ |
| 263 "python", | 254 "python", |
| 264 "-u", | 255 "-u", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 278 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 269 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 279 "[SLAVE_BUILD]/src/tools/swarming_client", | 270 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 280 "batcharchive", | 271 "batcharchive", |
| 281 "--dump-json", | 272 "--dump-json", |
| 282 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 283 "--isolate-server", | 274 "--isolate-server", |
| 284 "https://isolateserver.appspot.com", | 275 "https://isolateserver.appspot.com", |
| 285 "--verbose", | 276 "--verbose", |
| 286 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 277 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 287 ], | 278 ], |
| 288 "cwd": "[SLAVE_BUILD]", | |
| 289 "name": "isolate tests", | 279 "name": "isolate tests", |
| 290 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 291 "@@@STEP_LOG_LINE@json.output@{@@@", | 281 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@}@@@", | 283 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 294 "@@@STEP_LOG_END@json.output@@@" | 284 "@@@STEP_LOG_END@json.output@@@" |
| 295 ] | 285 ] |
| 296 }, | 286 }, |
| 297 { | 287 { |
| 298 "allow_subannotations": true, | 288 "allow_subannotations": true, |
| 299 "cmd": [ | 289 "cmd": [ |
| 300 "python", | 290 "python", |
| 301 "-u", | 291 "-u", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 303 "--show-path", | 293 "--show-path", |
| 304 "python", | 294 "python", |
| 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 306 "--target", | 296 "--target", |
| 307 "Release", | 297 "Release", |
| 308 "--build-url", | 298 "--build-url", |
| 309 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMacASan", | 299 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMacASan", |
| 310 "--build_revision", | 300 "--build_revision", |
| 311 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 301 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 312 "--package-dsym-files", | 302 "--package-dsym-files", |
| 313 "--factory-properties", | 303 "--factory-properties", |
| 314 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\
", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\
": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", | 304 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\
", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\
": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", |
| 315 "--build-properties", | 305 "--build-properties", |
| 316 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\
", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\
": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" | 306 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\
", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\
": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" |
| 317 ], | 307 ], |
| 318 "cwd": "[SLAVE_BUILD]", | |
| 319 "name": "package build" | 308 "name": "package build" |
| 320 }, | 309 }, |
| 321 { | 310 { |
| 322 "cmd": [], | 311 "cmd": [], |
| 323 "cwd": "[SLAVE_BUILD]", | |
| 324 "name": "trigger", | 312 "name": "trigger", |
| 325 "trigger_specs": [ | 313 "trigger_specs": [ |
| 326 { | 314 { |
| 327 "builder_name": "ClangToTMacASan tester", | 315 "builder_name": "ClangToTMacASan tester", |
| 328 "properties": { | 316 "properties": { |
| 329 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 317 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 330 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 318 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 331 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 319 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| 332 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 320 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
| 333 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 321 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "--results-url=https://chromeperf.appspot.com", | 355 "--results-url=https://chromeperf.appspot.com", |
| 368 "--perf-dashboard-id=sizes", | 356 "--perf-dashboard-id=sizes", |
| 369 "--perf-id=ClangToTMacASan", | 357 "--perf-id=ClangToTMacASan", |
| 370 "--perf-config={'r_clang_rev': '123456'}", | 358 "--perf-config={'r_clang_rev': '123456'}", |
| 371 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 359 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 372 "--target", | 360 "--target", |
| 373 "Release", | 361 "Release", |
| 374 "--platform", | 362 "--platform", |
| 375 "mac" | 363 "mac" |
| 376 ], | 364 ], |
| 377 "cwd": "[SLAVE_BUILD]", | |
| 378 "name": "sizes" | 365 "name": "sizes" |
| 379 }, | 366 }, |
| 380 { | 367 { |
| 381 "name": "$result", | 368 "name": "$result", |
| 382 "recipe_result": null, | 369 "recipe_result": null, |
| 383 "status_code": 0 | 370 "status_code": 0 |
| 384 } | 371 } |
| 385 ] | 372 ] |
| OLD | NEW |