| 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 "ClangToTLinuxASan", | 10 "ClangToTLinuxASan", |
| 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_CHROMIUM_NO_ACTION": "1", | 121 "GYP_CHROMIUM_NO_ACTION": "1", |
| 125 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library lsan=1 target_arch=x64 test_isolation_mode=prepare", | 122 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library lsan=1 target_arch=x64 test_isolation_mode=prepare", |
| 126 "LLVM_FORCE_HEAD_REVISION": "YES", | 123 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 128 }, | 125 }, |
| 129 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
| 130 }, | 127 }, |
| 131 { | 128 { |
| 132 "cmd": [ | 129 "cmd": [ |
| 133 "python", | 130 "python", |
| 134 "-u", | 131 "-u", |
| 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 136 "--output", | 133 "--output", |
| 137 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
| 138 "--", | 135 "--", |
| 139 "--build-config-fs", | 136 "--build-config-fs", |
| 140 "Release", | 137 "Release", |
| 141 "--paths", | 138 "--paths", |
| 142 "{\"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\"}", | 139 "{\"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\"}", |
| 143 "--properties", | 140 "--properties", |
| 144 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" | 141 "{\"buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" |
| 145 ], | 142 ], |
| 146 "cwd": "[SLAVE_BUILD]", | |
| 147 "name": "get compile targets for scripts", | 143 "name": "get compile targets for scripts", |
| 148 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output@{}@@@", | 145 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 147 ] |
| 152 }, | 148 }, |
| 153 { | 149 { |
| 154 "cmd": [ | 150 "cmd": [ |
| 155 "python", | 151 "python", |
| 156 "-u", | 152 "-u", |
| 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 154 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 159 "/path/to/tmp/json" | 155 "/path/to/tmp/json" |
| 160 ], | 156 ], |
| 161 "cwd": "[SLAVE_BUILD]", | |
| 162 "name": "read test spec", | 157 "name": "read test spec", |
| 163 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 159 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 165 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxASan tester\": {@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxASan tester\": {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 166 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 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_LINE@json.output@}@@@", | 171 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 177 "@@@STEP_LOG_END@json.output@@@" | 172 "@@@STEP_LOG_END@json.output@@@" |
| 178 ] | 173 ] |
| 179 }, | 174 }, |
| 180 { | 175 { |
| 181 "cmd": [ | 176 "cmd": [ |
| 182 "python", | 177 "python", |
| 183 "-u", | 178 "-u", |
| 184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 179 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 185 "--show-path", | 180 "--show-path", |
| 186 "python", | 181 "python", |
| 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 182 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 188 ], | 183 ], |
| 189 "cwd": "[SLAVE_BUILD]", | |
| 190 "name": "cleanup_temp" | 184 "name": "cleanup_temp" |
| 191 }, | 185 }, |
| 192 { | 186 { |
| 193 "cmd": [ | 187 "cmd": [ |
| 194 "python", | 188 "python", |
| 195 "-u", | 189 "-u", |
| 196 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 190 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 197 "--build-dir", | 191 "--build-dir", |
| 198 "[SLAVE_BUILD]/src/out/Release", | 192 "[SLAVE_BUILD]/src/out/Release", |
| 199 "--clean-isolated-files" | 193 "--clean-isolated-files" |
| 200 ], | 194 ], |
| 201 "cwd": "[SLAVE_BUILD]", | |
| 202 "name": "clean isolated files" | 195 "name": "clean isolated files" |
| 203 }, | 196 }, |
| 204 { | 197 { |
| 205 "cmd": [ | 198 "cmd": [ |
| 206 "python", | 199 "python", |
| 207 "-u", | 200 "-u", |
| 208 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 201 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 209 "gen", | 202 "gen", |
| 210 "-m", | 203 "-m", |
| 211 "chromium.fyi", | 204 "chromium.fyi", |
| 212 "-b", | 205 "-b", |
| 213 "ClangToTLinuxASan", | 206 "ClangToTLinuxASan", |
| 214 "--config-file", | 207 "--config-file", |
| 215 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 208 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 216 "--swarming-targets-file", | 209 "--swarming-targets-file", |
| 217 "browser_tests\n", | 210 "browser_tests\n", |
| 218 "//out/Release" | 211 "//out/Release" |
| 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 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 226 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 218 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 227 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 219 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 228 ] | 220 ] |
| 229 }, | 221 }, |
| 230 { | 222 { |
| 231 "allow_subannotations": true, | 223 "allow_subannotations": true, |
| 232 "cmd": [ | 224 "cmd": [ |
| 233 "python", | 225 "python", |
| 234 "-u", | 226 "-u", |
| 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 236 "--src-dir", | 228 "--src-dir", |
| 237 "[SLAVE_BUILD]/src", | 229 "[SLAVE_BUILD]/src", |
| 238 "--output-json", | 230 "--output-json", |
| 239 "/path/to/tmp/json" | 231 "/path/to/tmp/json" |
| 240 ], | 232 ], |
| 241 "cwd": "[SLAVE_BUILD]", | |
| 242 "env": { | 233 "env": { |
| 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 244 "LLVM_FORCE_HEAD_REVISION": "YES" | 235 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 245 }, | 236 }, |
| 246 "name": "clang_revision", | 237 "name": "clang_revision", |
| 247 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 248 "@@@STEP_LOG_LINE@json.output@{@@@", | 239 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@}@@@", | 241 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 251 "@@@STEP_LOG_END@json.output@@@" | 242 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 271 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
| 272 "--build-tool", | 263 "--build-tool", |
| 273 "ninja", | 264 "ninja", |
| 274 "--build-data-dir", | 265 "--build-data-dir", |
| 275 "[ROOT]/build_data_dir", | 266 "[ROOT]/build_data_dir", |
| 276 "--compiler", | 267 "--compiler", |
| 277 "clang", | 268 "clang", |
| 278 "--", | 269 "--", |
| 279 "all" | 270 "all" |
| 280 ], | 271 ], |
| 281 "cwd": "[SLAVE_BUILD]", | |
| 282 "env": { | 272 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 284 "LLVM_FORCE_HEAD_REVISION": "YES" | 274 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 285 }, | 275 }, |
| 286 "name": "compile" | 276 "name": "compile" |
| 287 }, | 277 }, |
| 288 { | 278 { |
| 289 "cmd": [ | 279 "cmd": [ |
| 290 "python", | 280 "python", |
| 291 "-u", | 281 "-u", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 305 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 295 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 306 "[SLAVE_BUILD]/src/tools/swarming_client", | 296 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 307 "batcharchive", | 297 "batcharchive", |
| 308 "--dump-json", | 298 "--dump-json", |
| 309 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
| 310 "--isolate-server", | 300 "--isolate-server", |
| 311 "https://isolateserver.appspot.com", | 301 "https://isolateserver.appspot.com", |
| 312 "--verbose", | 302 "--verbose", |
| 313 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 303 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 314 ], | 304 ], |
| 315 "cwd": "[SLAVE_BUILD]", | |
| 316 "name": "isolate tests", | 305 "name": "isolate tests", |
| 317 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 318 "@@@STEP_LOG_LINE@json.output@{@@@", | 307 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 320 "@@@STEP_LOG_LINE@json.output@}@@@", | 309 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 321 "@@@STEP_LOG_END@json.output@@@" | 310 "@@@STEP_LOG_END@json.output@@@" |
| 322 ] | 311 ] |
| 323 }, | 312 }, |
| 324 { | 313 { |
| 325 "allow_subannotations": true, | 314 "allow_subannotations": true, |
| 326 "cmd": [ | 315 "cmd": [ |
| 327 "python", | 316 "python", |
| 328 "-u", | 317 "-u", |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 318 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 330 "--show-path", | 319 "--show-path", |
| 331 "python", | 320 "python", |
| 332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 321 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 333 "--target", | 322 "--target", |
| 334 "Release", | 323 "Release", |
| 335 "--build-url", | 324 "--build-url", |
| 336 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxASan", | 325 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxASan", |
| 337 "--build_revision", | 326 "--build_revision", |
| 338 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 327 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 339 "--factory-properties", | 328 "--factory-properties", |
| 340 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 329 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
| 341 "--build-properties", | 330 "--build-properties", |
| 342 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 331 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxASa
n\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
| 343 ], | 332 ], |
| 344 "cwd": "[SLAVE_BUILD]", | |
| 345 "name": "package build" | 333 "name": "package build" |
| 346 }, | 334 }, |
| 347 { | 335 { |
| 348 "cmd": [], | 336 "cmd": [], |
| 349 "cwd": "[SLAVE_BUILD]", | |
| 350 "name": "trigger", | 337 "name": "trigger", |
| 351 "trigger_specs": [ | 338 "trigger_specs": [ |
| 352 { | 339 { |
| 353 "builder_name": "ClangToTLinuxASan tester", | 340 "builder_name": "ClangToTLinuxASan tester", |
| 354 "properties": { | 341 "properties": { |
| 355 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 342 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 356 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 343 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 357 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 344 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| 358 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 345 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
| 359 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 346 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "--results-url=https://chromeperf.appspot.com", | 380 "--results-url=https://chromeperf.appspot.com", |
| 394 "--perf-dashboard-id=sizes", | 381 "--perf-dashboard-id=sizes", |
| 395 "--perf-id=ClangToTLinuxASan", | 382 "--perf-id=ClangToTLinuxASan", |
| 396 "--perf-config={'r_clang_rev': '123456'}", | 383 "--perf-config={'r_clang_rev': '123456'}", |
| 397 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 384 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 398 "--target", | 385 "--target", |
| 399 "Release", | 386 "Release", |
| 400 "--platform", | 387 "--platform", |
| 401 "linux" | 388 "linux" |
| 402 ], | 389 ], |
| 403 "cwd": "[SLAVE_BUILD]", | |
| 404 "name": "sizes" | 390 "name": "sizes" |
| 405 }, | 391 }, |
| 406 { | 392 { |
| 407 "name": "$result", | 393 "name": "$result", |
| 408 "recipe_result": null, | 394 "recipe_result": null, |
| 409 "status_code": 0 | 395 "status_code": 0 |
| 410 } | 396 } |
| 411 ] | 397 ] |
| OLD | NEW |