| 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.gpu.fyi", | 8 "chromium.gpu.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
| 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'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 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'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 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 "--revision", | 25 "--revision", |
| 26 "src/third_party/angle@HEAD", | 26 "src/third_party/angle@HEAD", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", | |
| 31 "env": { | 30 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 32 }, |
| 34 "name": "bot_update", | 33 "name": "bot_update", |
| 35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 101 ] | 100 ] |
| 102 }, | 101 }, |
| 103 { | 102 { |
| 104 "cmd": [], | 103 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", | |
| 106 "name": "ensure_goma" | 104 "name": "ensure_goma" |
| 107 }, | 105 }, |
| 108 { | 106 { |
| 109 "cmd": [ | 107 "cmd": [ |
| 110 "python", | 108 "python", |
| 111 "-u", | 109 "-u", |
| 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 113 "--platform", | 111 "--platform", |
| 114 "linux-amd64", | 112 "linux-amd64", |
| 115 "--dest-directory", | 113 "--dest-directory", |
| 116 "[SLAVE_BUILD]/cipd", | 114 "[SLAVE_BUILD]/cipd", |
| 117 "--json-output", | 115 "--json-output", |
| 118 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
| 119 ], | 117 ], |
| 120 "cwd": "[SLAVE_BUILD]", | |
| 121 "name": "ensure_goma.install cipd", | 118 "name": "ensure_goma.install cipd", |
| 122 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 123 "@@@STEP_NEST_LEVEL@1@@@", | 120 "@@@STEP_NEST_LEVEL@1@@@", |
| 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 125 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@}@@@", | 125 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 129 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
| 130 ] | 127 ] |
| 131 }, | 128 }, |
| 132 { | 129 { |
| 133 "cmd": [ | 130 "cmd": [ |
| 134 "[SLAVE_BUILD]/cipd/cipd", | 131 "[SLAVE_BUILD]/cipd/cipd", |
| 135 "ensure", | 132 "ensure", |
| 136 "--root", | 133 "--root", |
| 137 "[CACHE]/cipd/goma", | 134 "[CACHE]/cipd/goma", |
| 138 "--list", | 135 "--list", |
| 139 "infra_internal/goma/client/linux-amd64 release", | 136 "infra_internal/goma/client/linux-amd64 release", |
| 140 "--json-output", | 137 "--json-output", |
| 141 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
| 142 "--service-account-json", | 139 "--service-account-json", |
| 143 "/creds/service_accounts/service-account-goma-client.json" | 140 "/creds/service_accounts/service-account-goma-client.json" |
| 144 ], | 141 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
| 147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 148 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 154 ] |
| 159 }, | 155 }, |
| 160 { | 156 { |
| 161 "cmd": [ | 157 "cmd": [ |
| 162 "python", | 158 "python", |
| 163 "-u", | 159 "-u", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 165 "runhooks" | 161 "runhooks" |
| 166 ], | 162 ], |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "env": { | 163 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 170 "GYP_CHROMIUM_NO_ACTION": "1", | 165 "GYP_CHROMIUM_NO_ACTION": "1", |
| 171 "GYP_DEFINES": "archive_gpu_tests=1 chromeos=1 component=static_library ff
mpeg_branding=ChromeOS gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=
1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 166 "GYP_DEFINES": "archive_gpu_tests=1 chromeos=1 component=static_library ff
mpeg_branding=ChromeOS gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=
1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, | 168 }, |
| 174 "name": "gclient runhooks" | 169 "name": "gclient runhooks" |
| 175 }, | 170 }, |
| 176 { | 171 { |
| 177 "cmd": [ | 172 "cmd": [ |
| 178 "python", | 173 "python", |
| 179 "-u", | 174 "-u", |
| 180 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 181 "--output", | 176 "--output", |
| 182 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
| 183 "--", | 178 "--", |
| 184 "--build-config-fs", | 179 "--build-config-fs", |
| 185 "Release", | 180 "Release", |
| 186 "--use-src-side-runtest-py", | 181 "--use-src-side-runtest-py", |
| 187 "--paths", | 182 "--paths", |
| 188 "{\"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\"}", | 183 "{\"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\"}", |
| 189 "--properties", | 184 "--properties", |
| 190 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 185 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" |
| 191 ], | 186 ], |
| 192 "cwd": "[SLAVE_BUILD]", | |
| 193 "name": "get compile targets for scripts", | 187 "name": "get compile targets for scripts", |
| 194 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 195 "@@@STEP_LOG_LINE@json.output@{}@@@", | 189 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 196 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
| 197 ] | 191 ] |
| 198 }, | 192 }, |
| 199 { | 193 { |
| 200 "cmd": [ | 194 "cmd": [ |
| 201 "python", | 195 "python", |
| 202 "-u", | 196 "-u", |
| 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.json", | 198 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.json", |
| 205 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
| 206 ], | 200 ], |
| 207 "cwd": "[SLAVE_BUILD]", | |
| 208 "name": "read test spec", | 201 "name": "read test spec", |
| 209 "~followup_annotations": [ | 202 "~followup_annotations": [ |
| 210 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.js
on@@@", | 203 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.js
on@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
| 213 ] | 206 ] |
| 214 }, | 207 }, |
| 215 { | 208 { |
| 216 "cmd": [ | 209 "cmd": [ |
| 217 "python", | 210 "python", |
| 218 "-u", | 211 "-u", |
| 219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 212 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 220 "--show-path", | 213 "--show-path", |
| 221 "python", | 214 "python", |
| 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 223 ], | 216 ], |
| 224 "cwd": "[SLAVE_BUILD]", | |
| 225 "name": "cleanup_temp" | 217 "name": "cleanup_temp" |
| 226 }, | 218 }, |
| 227 { | 219 { |
| 228 "cmd": [ | 220 "cmd": [ |
| 229 "python", | 221 "python", |
| 230 "-u", | 222 "-u", |
| 231 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 223 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 232 "gen", | 224 "gen", |
| 233 "-m", | 225 "-m", |
| 234 "chromium.gpu.fyi", | 226 "chromium.gpu.fyi", |
| 235 "-b", | 227 "-b", |
| 236 "Linux ChromiumOS Builder", | 228 "Linux ChromiumOS Builder", |
| 237 "--config-file", | 229 "--config-file", |
| 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 230 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 239 "--goma-dir", | 231 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", | 232 "[CACHE]/cipd/goma", |
| 241 "//out/Release" | 233 "//out/Release" |
| 242 ], | 234 ], |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "env": { | 235 "env": { |
| 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 246 }, | 237 }, |
| 247 "name": "generate_build_files" | 238 "name": "generate_build_files" |
| 248 }, | 239 }, |
| 249 { | 240 { |
| 250 "cmd": [ | 241 "cmd": [ |
| 251 "python", | 242 "python", |
| 252 "-u", | 243 "-u", |
| 253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 273 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 274 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 275 "--goma-service-account-json-file", | 266 "--goma-service-account-json-file", |
| 276 "/creds/service_accounts/service-account-goma-client.json", | 267 "/creds/service_accounts/service-account-goma-client.json", |
| 277 "--goma-dir", | 268 "--goma-dir", |
| 278 "[CACHE]/cipd/goma", | 269 "[CACHE]/cipd/goma", |
| 279 "--ninja-ensure-up-to-date", | 270 "--ninja-ensure-up-to-date", |
| 280 "--", | 271 "--", |
| 281 "aura_builder" | 272 "aura_builder" |
| 282 ], | 273 ], |
| 283 "cwd": "[SLAVE_BUILD]", | |
| 284 "env": { | 274 "env": { |
| 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 286 }, | 276 }, |
| 287 "name": "compile", | 277 "name": "compile", |
| 288 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 290 "@@@STEP_LOG_END@json.output (invalid)@@@" | 280 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 291 ] | 281 ] |
| 292 }, | 282 }, |
| 293 { | 283 { |
| 294 "allow_subannotations": true, | 284 "allow_subannotations": true, |
| 295 "cmd": [ | 285 "cmd": [ |
| 296 "python", | 286 "python", |
| 297 "-u", | 287 "-u", |
| 298 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 299 "--show-path", | 289 "--show-path", |
| 300 "python", | 290 "python", |
| 301 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 302 "--target", | 292 "--target", |
| 303 "Release", | 293 "Release", |
| 304 "--build-url", | 294 "--build-url", |
| 305 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", | 295 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", |
| 306 "--build_revision", | 296 "--build_revision", |
| 307 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 297 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 308 "--factory-properties", | 298 "--factory-properties", |
| 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 310 "--build-properties", | 300 "--build-properties", |
| 311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 312 ], | 302 ], |
| 313 "cwd": "[SLAVE_BUILD]", | |
| 314 "name": "package build" | 303 "name": "package build" |
| 315 }, | 304 }, |
| 316 { | 305 { |
| 317 "name": "$result", | 306 "name": "$result", |
| 318 "recipe_result": null, | 307 "recipe_result": null, |
| 319 "status_code": 0 | 308 "status_code": 0 |
| 320 } | 309 } |
| 321 ] | 310 ] |
| OLD | NEW |