| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | |
| 7 "[BUILDER_CACHE]/mac", | |
| 8 "511" | |
| 9 ], | |
| 10 "name": "makedirs checkout path", | |
| 11 "~followup_annotations": [ | |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 21 "@@@STEP_LOG_END@python.inline@@@" | |
| 22 ] | |
| 23 }, | |
| 24 { | |
| 25 "cmd": [ | |
| 26 "python", | |
| 27 "-u", | |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 29 "--master", | |
| 30 "chromium.webrtc.fyi", | |
| 31 "--builder", | |
| 32 "Mac GN", | |
| 33 "--slave", | |
| 34 "TestSlavename", | |
| 35 "--spec", | |
| 36 "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'}]", | |
| 37 "--root", | |
| 38 "src", | |
| 39 "--revision_mapping_file", | |
| 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/libjingle/source/talk\": \"got_libjingle_
revision\", \"src/third_party/libvpx/source\": \"got_libvpx_revision\", \"src/th
ird_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"go
t_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}", | |
| 41 "--git-cache-dir", | |
| 42 "[GIT_CACHE]", | |
| 43 "--output_json", | |
| 44 "/path/to/tmp/json", | |
| 45 "--revision", | |
| 46 "src@HEAD", | |
| 47 "--revision", | |
| 48 "src/third_party/libjingle/source/talk@HEAD", | |
| 49 "--revision", | |
| 50 "src/third_party/webrtc@HEAD", | |
| 51 "--force", | |
| 52 "--output_manifest" | |
| 53 ], | |
| 54 "cwd": "[BUILDER_CACHE]/mac", | |
| 55 "env": { | |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 57 }, | |
| 58 "name": "bot_update", | |
| 59 "~followup_annotations": [ | |
| 60 "@@@STEP_TEXT@Some step text@@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/libjingle/source/talk\
": \"HEAD\", @@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": \"HEAD\"@@@"
, | |
| 67 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | |
| 76 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 77 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 78 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 79 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 80 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 84 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/libjingle/source/talk\
": {@@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/libjingle/source/talk.git\", @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"8e938c8836c7ed23d7fbcd
df1dcc2abcb13667d7\"@@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/libvpx/source\": {@@@"
, | |
| 90 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/libvpx/source.git\", @@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9240a98dab275a8a92a363
1502866a58dceb2a49\"@@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 97 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 98 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 99 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 100 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 101 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 102 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 103 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 104 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 105 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 106 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 107 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 111 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328
b2809876916353cb994259692140934\", @@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h
eads/master@{#182578}\", @@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@ \"got_libjingle_revision\": \"8e938c8836
c7ed23d7fbcddf1dcc2abcb13667d7\", @@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ \"got_libjingle_revision_cp\": \"refs/he
ads/master@{#134440}\", @@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ \"got_libvpx_revision\": \"9240a98dab275
a8a92a3631502866a58dceb2a49\", @@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"got_libvpx_revision_cp\": \"refs/heads
/master@{#11245}\", @@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 120 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 121 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 125 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 126 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 127 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 128 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 129 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 131 "@@@STEP_LOG_END@json.output@@@", | |
| 132 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 133 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 134 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18
2578}\"@@@", | |
| 135 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 136 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 137 "@@@SET_BUILD_PROPERTY@got_libvpx_revision@\"9240a98dab275a8a92a3631502866
a58dceb2a49\"@@@", | |
| 138 "@@@SET_BUILD_PROPERTY@got_libjingle_revision@\"8e938c8836c7ed23d7fbcddf1d
cc2abcb13667d7\"@@@", | |
| 139 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 140 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 141 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 142 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 143 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 144 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 145 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | |
| 146 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 147 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | |
| 148 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | |
| 149 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | |
| 150 ] | |
| 151 }, | |
| 152 { | |
| 153 "cmd": [], | |
| 154 "name": "ensure_goma" | |
| 155 }, | |
| 156 { | |
| 157 "cmd": [ | |
| 158 "python", | |
| 159 "-u", | |
| 160 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 161 "--platform", | |
| 162 "mac-amd64", | |
| 163 "--dest-directory", | |
| 164 "[SLAVE_BUILD]/cipd", | |
| 165 "--json-output", | |
| 166 "/path/to/tmp/json" | |
| 167 ], | |
| 168 "name": "ensure_goma.install cipd", | |
| 169 "~followup_annotations": [ | |
| 170 "@@@STEP_NEST_LEVEL@1@@@", | |
| 171 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 173 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 175 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 176 "@@@STEP_LOG_END@json.output@@@" | |
| 177 ] | |
| 178 }, | |
| 179 { | |
| 180 "cmd": [ | |
| 181 "[SLAVE_BUILD]/cipd/cipd", | |
| 182 "ensure", | |
| 183 "--root", | |
| 184 "[CACHE]/cipd/goma", | |
| 185 "--list", | |
| 186 "infra_internal/goma/client/mac-amd64 release", | |
| 187 "--json-output", | |
| 188 "/path/to/tmp/json", | |
| 189 "--service-account-json", | |
| 190 "/creds/service_accounts/service-account-goma-client.json" | |
| 191 ], | |
| 192 "name": "ensure_goma.ensure_installed", | |
| 193 "~followup_annotations": [ | |
| 194 "@@@STEP_NEST_LEVEL@1@@@", | |
| 195 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 196 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 197 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 198 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 199 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
| 200 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 201 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 202 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 203 "@@@STEP_LOG_END@json.output@@@" | |
| 204 ] | |
| 205 }, | |
| 206 { | |
| 207 "cmd": [ | |
| 208 "python", | |
| 209 "-u", | |
| 210 "[BUILDER_CACHE]/mac/src/tools/swarming_client/swarming.py", | |
| 211 "--version" | |
| 212 ], | |
| 213 "name": "swarming.py --version", | |
| 214 "stdout": "/path/to/tmp/", | |
| 215 "~followup_annotations": [ | |
| 216 "@@@STEP_TEXT@0.8.6@@@" | |
| 217 ] | |
| 218 }, | |
| 219 { | |
| 220 "cmd": [ | |
| 221 "python", | |
| 222 "-u", | |
| 223 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 224 "runhooks" | |
| 225 ], | |
| 226 "cwd": "[BUILDER_CACHE]/mac/src", | |
| 227 "env": { | |
| 228 "FORCE_MAC_TOOLCHAIN": "1", | |
| 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 230 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 231 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1", | |
| 232 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 233 }, | |
| 234 "name": "gclient runhooks" | |
| 235 }, | |
| 236 { | |
| 237 "cmd": [ | |
| 238 "python", | |
| 239 "-u", | |
| 240 "[BUILDER_CACHE]/mac/src/testing/scripts/get_compile_targets.py", | |
| 241 "--output", | |
| 242 "/path/to/tmp/json", | |
| 243 "--", | |
| 244 "--build-config-fs", | |
| 245 "Release", | |
| 246 "--paths", | |
| 247 "{\"checkout\": \"[BUILDER_CACHE]/mac/src\", \"runit.py\": \"RECIPE_PACKAG
E_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[bu
ild]/scripts/slave/runtest.py\"}", | |
| 248 "--properties", | |
| 249 "{\"buildername\": \"Mac GN\", \"buildnumber\": 571, \"mastername\": \"chr
omium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac
\"}" | |
| 250 ], | |
| 251 "name": "get compile targets for scripts", | |
| 252 "~followup_annotations": [ | |
| 253 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 254 "@@@STEP_LOG_END@json.output@@@" | |
| 255 ] | |
| 256 }, | |
| 257 { | |
| 258 "cmd": [ | |
| 259 "python", | |
| 260 "-u", | |
| 261 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 262 "[BUILDER_CACHE]/mac/src/testing/buildbot/chromium.webrtc.fyi.json", | |
| 263 "/path/to/tmp/json" | |
| 264 ], | |
| 265 "name": "read test spec (chromium.webrtc.fyi.json)", | |
| 266 "~followup_annotations": [ | |
| 267 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac/src/testing/buildbot/chromium.webr
tc.fyi.json@@@", | |
| 268 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 269 "@@@STEP_LOG_END@json.output@@@" | |
| 270 ] | |
| 271 }, | |
| 272 { | |
| 273 "cmd": [ | |
| 274 "python", | |
| 275 "-u", | |
| 276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 277 "--show-path", | |
| 278 "python", | |
| 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 280 ], | |
| 281 "name": "cleanup_temp" | |
| 282 }, | |
| 283 { | |
| 284 "cmd": [ | |
| 285 "python", | |
| 286 "-u", | |
| 287 "[BUILDER_CACHE]/mac/src/tools/mb/mb.py", | |
| 288 "gen", | |
| 289 "-m", | |
| 290 "chromium.webrtc.fyi", | |
| 291 "-b", | |
| 292 "Mac GN", | |
| 293 "--config-file", | |
| 294 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", | |
| 295 "--goma-dir", | |
| 296 "[CACHE]/cipd/goma", | |
| 297 "//out/Release" | |
| 298 ], | |
| 299 "cwd": "[BUILDER_CACHE]/mac/src", | |
| 300 "env": { | |
| 301 "FORCE_MAC_TOOLCHAIN": "1", | |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 303 }, | |
| 304 "name": "generate_build_files" | |
| 305 }, | |
| 306 { | |
| 307 "allow_subannotations": true, | |
| 308 "cmd": [ | |
| 309 "python", | |
| 310 "-u", | |
| 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 312 "--src-dir", | |
| 313 "[BUILDER_CACHE]/mac/src", | |
| 314 "--output-json", | |
| 315 "/path/to/tmp/json" | |
| 316 ], | |
| 317 "env": { | |
| 318 "FORCE_MAC_TOOLCHAIN": "1", | |
| 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 320 }, | |
| 321 "name": "clang_revision", | |
| 322 "~followup_annotations": [ | |
| 323 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 324 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 325 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 326 "@@@STEP_LOG_END@json.output@@@" | |
| 327 ] | |
| 328 }, | |
| 329 { | |
| 330 "cmd": [ | |
| 331 "python", | |
| 332 "-u", | |
| 333 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 334 "--show-path", | |
| 335 "python", | |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 337 "--gsutil-py-path", | |
| 338 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 339 "--ninja-path", | |
| 340 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 341 "--target", | |
| 342 "Release", | |
| 343 "--src-dir", | |
| 344 "[BUILDER_CACHE]/mac/src", | |
| 345 "--goma-cache-dir", | |
| 346 "[GOMA_CACHE]", | |
| 347 "--goma-deps-cache-dir", | |
| 348 "[GOMA_DEPS_CACHE]", | |
| 349 "--build-data-dir", | |
| 350 "[ROOT]/build_data_dir", | |
| 351 "--compiler", | |
| 352 "goma-clang", | |
| 353 "--goma-jsonstatus", | |
| 354 "/path/to/tmp/json", | |
| 355 "--goma-service-account-json-file", | |
| 356 "/creds/service_accounts/service-account-goma-client.json", | |
| 357 "--goma-dir", | |
| 358 "[CACHE]/cipd/goma", | |
| 359 "--ninja-ensure-up-to-date", | |
| 360 "--", | |
| 361 "chromium_builder_tests" | |
| 362 ], | |
| 363 "env": { | |
| 364 "FORCE_MAC_TOOLCHAIN": "1", | |
| 365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 366 }, | |
| 367 "name": "compile", | |
| 368 "~followup_annotations": [ | |
| 369 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 370 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 371 ] | |
| 372 }, | |
| 373 { | |
| 374 "allow_subannotations": true, | |
| 375 "cmd": [ | |
| 376 "python", | |
| 377 "-u", | |
| 378 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 379 "--show-path", | |
| 380 "python", | |
| 381 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | |
| 382 "--target", | |
| 383 "Release", | |
| 384 "--gsutil-py-path", | |
| 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 386 "--staging-dir", | |
| 387 "[CACHE]/chrome_staging", | |
| 388 "--src-dir", | |
| 389 "[BUILDER_CACHE]/mac/src", | |
| 390 "--build-url", | |
| 391 "gs://chromium-webrtc/chromium.webrtc.fyi/Mac GN", | |
| 392 "--build_revision", | |
| 393 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 394 "--factory-properties", | |
| 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac GN\", \"buil
dnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 396 "--build-properties", | |
| 397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac GN\", \"buil
dnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | |
| 398 ], | |
| 399 "name": "package build" | |
| 400 }, | |
| 401 { | |
| 402 "name": "$result", | |
| 403 "recipe_result": null, | |
| 404 "status_code": 0 | |
| 405 } | |
| 406 ] | |
| OLD | NEW |