| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 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", | 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]/Chromium_Mac_10_11", | 7 "[BUILDER_CACHE]/Blimp_Linux_Engine", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 33 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 34 "{\"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/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 34 "{\"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/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 35 "--git-cache-dir", | 35 "--git-cache-dir", |
| 36 "[GIT_CACHE]", | 36 "[GIT_CACHE]", |
| 37 "--output_json", | 37 "--output_json", |
| 38 "/path/to/tmp/json", | 38 "/path/to/tmp/json", |
| 39 "--revision", | 39 "--revision", |
| 40 "src@HEAD", | 40 "src@HEAD", |
| 41 "--output_manifest" | 41 "--output_manifest" |
| 42 ], | 42 ], |
| 43 "cwd": "[BUILDER_CACHE]/Chromium_Mac_10_11", | 43 "cwd": "[BUILDER_CACHE]/Blimp_Linux_Engine", |
| 44 "env": { | 44 "env": { |
| 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 46 }, | 47 }, |
| 47 "name": "bot_update", | 48 "name": "bot_update", |
| 48 "~followup_annotations": [ | 49 "~followup_annotations": [ |
| 49 "@@@STEP_TEXT@Some step text@@@", | 50 "@@@STEP_TEXT@Some step text@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 55 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 { | 124 { |
| 124 "cmd": [], | 125 "cmd": [], |
| 125 "name": "ensure_goma" | 126 "name": "ensure_goma" |
| 126 }, | 127 }, |
| 127 { | 128 { |
| 128 "cmd": [ | 129 "cmd": [ |
| 129 "python", | 130 "python", |
| 130 "-u", | 131 "-u", |
| 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 132 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 132 "--platform", | 133 "--platform", |
| 133 "mac-amd64", | 134 "linux-amd64", |
| 134 "--dest-directory", | 135 "--dest-directory", |
| 135 "[SLAVE_BUILD]/cipd", | 136 "[SLAVE_BUILD]/cipd", |
| 136 "--json-output", | 137 "--json-output", |
| 137 "/path/to/tmp/json" | 138 "/path/to/tmp/json" |
| 138 ], | 139 ], |
| 139 "name": "ensure_goma.install cipd", | 140 "name": "ensure_goma.install cipd", |
| 140 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 141 "@@@STEP_NEST_LEVEL@1@@@", | 142 "@@@STEP_NEST_LEVEL@1@@@", |
| 142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 143 "@@@STEP_LOG_LINE@json.output@{@@@", | 144 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@}@@@", | 147 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 147 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
| 148 ] | 149 ] |
| 149 }, | 150 }, |
| 150 { | 151 { |
| 151 "cmd": [ | 152 "cmd": [ |
| 152 "[SLAVE_BUILD]/cipd/cipd", | 153 "[SLAVE_BUILD]/cipd/cipd", |
| 153 "ensure", | 154 "ensure", |
| 154 "--root", | 155 "--root", |
| 155 "[CACHE]/cipd/goma", | 156 "[CACHE]/cipd/goma", |
| 156 "--list", | 157 "--list", |
| 157 "infra/tools/cloudtail/mac-amd64 goma_recipe_module\ninfra_internal/goma/c
lient/mac-amd64 release", | 158 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", |
| 158 "--json-output", | 159 "--json-output", |
| 159 "/path/to/tmp/json", | 160 "/path/to/tmp/json", |
| 160 "--service-account-json", | 161 "--service-account-json", |
| 161 "/creds/service_accounts/service-account-goma-client.json" | 162 "/creds/service_accounts/service-account-goma-client.json" |
| 162 ], | 163 ], |
| 163 "name": "ensure_goma.ensure_installed", | 164 "name": "ensure_goma.ensure_installed", |
| 164 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 165 "@@@STEP_NEST_LEVEL@1@@@", | 166 "@@@STEP_NEST_LEVEL@1@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@{@@@", | 167 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 169 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/m
ac-amd64\"@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 172 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ {@@@", | 173 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 176 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | 178 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" | 179 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 180 ] |
| 180 }, | 181 }, |
| 181 { | 182 { |
| 182 "cmd": [ | 183 "cmd": [ |
| 183 "python", | 184 "python", |
| 184 "-u", | 185 "-u", |
| 186 "[BUILDER_CACHE]/Blimp_Linux_Engine/src/tools/swarming_client/swarming.py"
, |
| 187 "--version" |
| 188 ], |
| 189 "name": "swarming.py --version", |
| 190 "stdout": "/path/to/tmp/", |
| 191 "~followup_annotations": [ |
| 192 "@@@STEP_TEXT@0.8.6@@@" |
| 193 ] |
| 194 }, |
| 195 { |
| 196 "cmd": [ |
| 197 "python", |
| 198 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 200 "runhooks" |
| 187 ], | 201 ], |
| 188 "cwd": "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | 202 "cwd": "[BUILDER_CACHE]/Blimp_Linux_Engine/src", |
| 189 "env": { | 203 "env": { |
| 190 "FORCE_MAC_TOOLCHAIN": "1", | |
| 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 192 "GYP_CHROMIUM_NO_ACTION": "1", | 205 "GYP_CHROMIUM_NO_ACTION": "1", |
| 193 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", | 206 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 195 }, | 208 }, |
| 196 "name": "gclient runhooks" | 209 "name": "gclient runhooks" |
| 197 }, | 210 }, |
| 198 { | 211 { |
| 199 "cmd": [ | 212 "cmd": [ |
| 200 "python", | 213 "python", |
| 201 "-u", | 214 "-u", |
| 202 "[BUILDER_CACHE]/Chromium_Mac_10_11/src/testing/scripts/get_compile_target
s.py", | 215 "[BUILDER_CACHE]/Blimp_Linux_Engine/src/testing/scripts/get_compile_target
s.py", |
| 203 "--output", | 216 "--output", |
| 204 "/path/to/tmp/json", | 217 "/path/to/tmp/json", |
| 205 "--", | 218 "--", |
| 206 "--build-config-fs", | 219 "--build-config-fs", |
| 207 "Release", | 220 "Release", |
| 208 "--paths", | 221 "--paths", |
| 209 "{\"checkout\": \"[BUILDER_CACHE]/Chromium_Mac_10_11/src\", \"runit.py\":
\"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 222 "{\"checkout\": \"[BUILDER_CACHE]/Blimp_Linux_Engine/src\", \"runit.py\":
\"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 210 "--properties", | 223 "--properties", |
| 211 "{\"buildername\": \"Chromium Mac 10.11\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" | 224 "{\"buildername\": \"Blimp Linux Engine\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
| 212 ], | 225 ], |
| 213 "name": "get compile targets for scripts", | 226 "name": "get compile targets for scripts", |
| 214 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@json.output@{}@@@", | 228 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 216 "@@@STEP_LOG_END@json.output@@@" | 229 "@@@STEP_LOG_END@json.output@@@" |
| 217 ] | 230 ] |
| 218 }, | 231 }, |
| 219 { | 232 { |
| 220 "cmd": [ | 233 "cmd": [ |
| 221 "python", | 234 "python", |
| 222 "-u", | 235 "-u", |
| 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 224 "[BUILDER_CACHE]/Chromium_Mac_10_11/src/testing/buildbot/chromium.fyi.json
", | 237 "[BUILDER_CACHE]/Blimp_Linux_Engine/src/testing/buildbot/chromium.fyi.json
", |
| 225 "/path/to/tmp/json" | 238 "/path/to/tmp/json" |
| 226 ], | 239 ], |
| 227 "name": "read test spec (chromium.fyi.json)", | 240 "name": "read test spec (chromium.fyi.json)", |
| 228 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Chromium_Mac_10_11/src/testing/buildbo
t/chromium.fyi.json@@@", | 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Blimp_Linux_Engine/src/testing/buildbo
t/chromium.fyi.json@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@{}@@@", | 243 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"Blimp Linux Engine\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 231 "@@@STEP_LOG_END@json.output@@@" | 255 "@@@STEP_LOG_END@json.output@@@" |
| 232 ] | 256 ] |
| 233 }, | 257 }, |
| 234 { | 258 { |
| 235 "cmd": [ | 259 "cmd": [ |
| 236 "python", | 260 "python", |
| 237 "-u", | 261 "-u", |
| 238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 239 "--show-path", | 263 "--show-path", |
| 240 "python", | 264 "python", |
| 241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 242 ], | 266 ], |
| 243 "name": "cleanup_temp" | 267 "name": "cleanup_temp" |
| 244 }, | 268 }, |
| 245 { | 269 { |
| 246 "cmd": [ | 270 "cmd": [ |
| 247 "python", | 271 "python", |
| 248 "-u", | 272 "-u", |
| 249 "[BUILDER_CACHE]/Chromium_Mac_10_11/src/tools/mb/mb.py", | 273 "[BUILDER_CACHE]/Blimp_Linux_Engine/src/tools/mb/mb.py", |
| 250 "gen", | 274 "gen", |
| 251 "-m", | 275 "-m", |
| 252 "chromium.fyi", | 276 "chromium.fyi", |
| 253 "-b", | 277 "-b", |
| 254 "Chromium Mac 10.11", | 278 "Blimp Linux Engine", |
| 255 "--config-file", | 279 "--config-file", |
| 256 "[BUILDER_CACHE]/Chromium_Mac_10_11/src/tools/mb/mb_config.pyl", | 280 "[BUILDER_CACHE]/Blimp_Linux_Engine/src/tools/mb/mb_config.pyl", |
| 257 "--goma-dir", | 281 "--goma-dir", |
| 258 "[CACHE]/cipd/goma", | 282 "[CACHE]/cipd/goma", |
| 259 "//out/Release" | 283 "//out/Release" |
| 260 ], | 284 ], |
| 261 "cwd": "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | 285 "cwd": "[BUILDER_CACHE]/Blimp_Linux_Engine/src", |
| 262 "env": { | 286 "env": { |
| 263 "FORCE_MAC_TOOLCHAIN": "1", | |
| 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 265 }, | 288 }, |
| 266 "name": "generate_build_files" | 289 "name": "generate_build_files" |
| 267 }, | 290 }, |
| 268 { | 291 { |
| 269 "allow_subannotations": true, | |
| 270 "cmd": [ | 292 "cmd": [ |
| 271 "python", | 293 "python", |
| 272 "-u", | 294 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 274 "--src-dir", | |
| 275 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | |
| 276 "--output-json", | |
| 277 "/path/to/tmp/json" | |
| 278 ], | |
| 279 "env": { | |
| 280 "FORCE_MAC_TOOLCHAIN": "1", | |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 282 }, | |
| 283 "name": "clang_revision", | |
| 284 "~followup_annotations": [ | |
| 285 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 287 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 288 "@@@STEP_LOG_END@json.output@@@" | |
| 289 ] | |
| 290 }, | |
| 291 { | |
| 292 "cmd": [ | |
| 293 "python", | |
| 294 "-u", | |
| 295 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 295 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 296 "--show-path", | 296 "--show-path", |
| 297 "python", | 297 "python", |
| 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 299 "--gsutil-py-path", | 299 "--gsutil-py-path", |
| 300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 301 "--ninja-path", | 301 "--ninja-path", |
| 302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 303 "--target", | 303 "--target", |
| 304 "Release", | 304 "Release", |
| 305 "--src-dir", | 305 "--src-dir", |
| 306 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | 306 "[BUILDER_CACHE]/Blimp_Linux_Engine/src", |
| 307 "--goma-cache-dir", | 307 "--goma-cache-dir", |
| 308 "[GOMA_CACHE]", | 308 "[GOMA_CACHE]", |
| 309 "--buildbot-buildername", | 309 "--buildbot-buildername", |
| 310 "Chromium Mac 10.11", | 310 "Blimp Linux Engine", |
| 311 "--buildbot-mastername", | 311 "--buildbot-mastername", |
| 312 "chromium.fyi", | 312 "chromium.fyi", |
| 313 "--buildbot-slavename", | 313 "--buildbot-slavename", |
| 314 "TestSlavename", | 314 "TestSlavename", |
| 315 "--goma-deps-cache-dir", | 315 "--goma-deps-cache-dir", |
| 316 "[GOMA_DEPS_CACHE]", | 316 "[GOMA_DEPS_CACHE]", |
| 317 "--build-data-dir", | 317 "--build-data-dir", |
| 318 "[ROOT]/build_data_dir", | 318 "[ROOT]/build_data_dir", |
| 319 "--compiler", | 319 "--compiler", |
| 320 "goma-clang", | 320 "goma", |
| 321 "--goma-jsonstatus", | 321 "--goma-jsonstatus", |
| 322 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
| 324 "/creds/service_accounts/service-account-goma-client.json", | 324 "/creds/service_accounts/service-account-goma-client.json", |
| 325 "--goma-dir", | 325 "--goma-dir", |
| 326 "[CACHE]/cipd/goma", | 326 "[CACHE]/cipd/goma", |
| 327 "--", | 327 "--", |
| 328 "All", | 328 "All", |
| 329 "chromium_builder_tests" | 329 "chromium_builder_tests" |
| 330 ], | 330 ], |
| 331 "env": { | 331 "env": { |
| 332 "FORCE_MAC_TOOLCHAIN": "1", | |
| 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 334 }, | 333 }, |
| 335 "name": "compile", | 334 "name": "compile", |
| 336 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 338 "@@@STEP_LOG_END@json.output (invalid)@@@" | 337 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 339 ] | 338 ] |
| 340 }, | 339 }, |
| 341 { | 340 { |
| 342 "name": "$result", | 341 "name": "$result", |
| 343 "recipe_result": null, | 342 "recipe_result": null, |
| 344 "status_code": 0 | 343 "status_code": 0 |
| 345 } | 344 } |
| 346 ] | 345 ] |
| OLD | NEW |