| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "chromium.lkgr", | 16 "chromium.lkgr", |
| 18 "--builder", | 17 "--builder", |
| 19 "Win SyzyASAN LKGR", | 18 "Win SyzyASAN LKGR", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "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'}]", | 22 "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'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"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\"}", | 26 "{\"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\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@HEAD", | 32 "src@HEAD", |
| 34 "--force", | 33 "--force", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 107 ] | 105 ] |
| 108 }, | 106 }, |
| 109 { | 107 { |
| 110 "cmd": [ | 108 "cmd": [ |
| 111 "python", | 109 "python", |
| 112 "-u", | 110 "-u", |
| 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 111 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 114 "runhooks" | 112 "runhooks" |
| 115 ], | 113 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "env": { | 114 "env": { |
| 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 119 "GYP_CHROMIUM_NO_ACTION": "1", | 116 "GYP_CHROMIUM_NO_ACTION": "1", |
| 120 "GYP_DEFINES": "chromium_win_pch=0 component=static_library syzyasan=1 tar
get_arch=ia32 win_z7=1", | 117 "GYP_DEFINES": "chromium_win_pch=0 component=static_library syzyasan=1 tar
get_arch=ia32 win_z7=1", |
| 121 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 118 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 122 }, | 119 }, |
| 123 "name": "gclient runhooks" | 120 "name": "gclient runhooks" |
| 124 }, | 121 }, |
| 125 { | 122 { |
| 126 "cmd": [ | 123 "cmd": [ |
| 127 "python", | 124 "python", |
| 128 "-u", | 125 "-u", |
| 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 130 "--show-path", | 127 "--show-path", |
| 131 "python", | 128 "python", |
| 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 133 ], | 130 ], |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "name": "cleanup_temp" | 131 "name": "cleanup_temp" |
| 136 }, | 132 }, |
| 137 { | 133 { |
| 138 "cmd": [ | 134 "cmd": [ |
| 139 "python", | 135 "python", |
| 140 "-u", | 136 "-u", |
| 141 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 137 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 142 "gen", | 138 "gen", |
| 143 "-m", | 139 "-m", |
| 144 "chromium.lkgr", | 140 "chromium.lkgr", |
| 145 "-b", | 141 "-b", |
| 146 "Win SyzyASAN LKGR", | 142 "Win SyzyASAN LKGR", |
| 147 "--config-file", | 143 "--config-file", |
| 148 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 144 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 149 "//out/Release" | 145 "//out/Release" |
| 150 ], | 146 ], |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 152 "env": { | 147 "env": { |
| 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 154 }, | 149 }, |
| 155 "name": "generate_build_files" | 150 "name": "generate_build_files" |
| 156 }, | 151 }, |
| 157 { | 152 { |
| 158 "cmd": [ | 153 "cmd": [ |
| 159 "python", | 154 "python", |
| 160 "-u", | 155 "-u", |
| 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 156 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 173 "--goma-cache-dir", | 168 "--goma-cache-dir", |
| 174 "[GOMA_CACHE]", | 169 "[GOMA_CACHE]", |
| 175 "--build-tool", | 170 "--build-tool", |
| 176 "ninja", | 171 "ninja", |
| 177 "--build-data-dir", | 172 "--build-data-dir", |
| 178 "[ROOT]\\build_data_dir", | 173 "[ROOT]\\build_data_dir", |
| 179 "--clobber", | 174 "--clobber", |
| 180 "--", | 175 "--", |
| 181 "chromium_builder_asan" | 176 "chromium_builder_asan" |
| 182 ], | 177 ], |
| 183 "cwd": "[SLAVE_BUILD]", | |
| 184 "env": { | 178 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 186 }, | 180 }, |
| 187 "name": "compile" | 181 "name": "compile" |
| 188 }, | 182 }, |
| 189 { | 183 { |
| 190 "cmd": [ | 184 "cmd": [ |
| 191 "python", | 185 "python", |
| 192 "-u", | 186 "-u", |
| 193 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 187 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 194 "[SLAVE_BUILD]\\src\\out\\Release", | 188 "[SLAVE_BUILD]\\src\\out\\Release", |
| 195 "/path/to/tmp/json" | 189 "/path/to/tmp/json" |
| 196 ], | 190 ], |
| 197 "cwd": "[SLAVE_BUILD]", | |
| 198 "name": "listdir build_dir", | 191 "name": "listdir build_dir", |
| 199 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output@[@@@", | 193 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@]@@@", | 196 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 204 "@@@STEP_LOG_END@json.output@@@", | 197 "@@@STEP_LOG_END@json.output@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 198 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 199 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 200 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 201 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 202 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 210 "@@@STEP_LOG_END@python.inline@@@" | 203 "@@@STEP_LOG_END@python.inline@@@" |
| 211 ] | 204 ] |
| 212 }, | 205 }, |
| 213 { | 206 { |
| 214 "cmd": [ | 207 "cmd": [ |
| 215 "python", | 208 "python", |
| 216 "-u", | 209 "-u", |
| 217 "RECIPE_MODULE[build::archive]\\resources\\zip_archive.py", | 210 "RECIPE_MODULE[build::archive]\\resources\\zip_archive.py", |
| 218 "[TMP_BASE]\\chrome_staging_tmp_1", | 211 "[TMP_BASE]\\chrome_staging_tmp_1", |
| 219 "asan-win32-release-170242", | 212 "asan-win32-release-170242", |
| 220 "[\"file 1\", \"file 2\"]", | 213 "[\"file 1\", \"file 2\"]", |
| 221 "[SLAVE_BUILD]\\src\\out\\Release" | 214 "[SLAVE_BUILD]\\src\\out\\Release" |
| 222 ], | 215 ], |
| 223 "cwd": "[SLAVE_BUILD]", | |
| 224 "name": "zipping" | 216 "name": "zipping" |
| 225 }, | 217 }, |
| 226 { | 218 { |
| 227 "cmd": [ | 219 "cmd": [ |
| 228 "python", | 220 "python", |
| 229 "-u", | 221 "-u", |
| 230 "[DEPOT_TOOLS]\\gsutil.py", | 222 "[DEPOT_TOOLS]\\gsutil.py", |
| 231 "--", | 223 "--", |
| 232 "-h", | 224 "-h", |
| 233 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", | 225 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", |
| 234 "-h", | 226 "-h", |
| 235 "x-goog-meta-Cr-Commit-Position-Number:170242", | 227 "x-goog-meta-Cr-Commit-Position-Number:170242", |
| 236 "-h", | 228 "-h", |
| 237 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 229 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 238 "cp", | 230 "cp", |
| 239 "-a", | 231 "-a", |
| 240 "public-read", | 232 "public-read", |
| 241 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-win32-release-170242.zip", | 233 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-win32-release-170242.zip", |
| 242 "gs://chromium-browser-syzyasan/win32-release/asan-win32-release-170242.zi
p" | 234 "gs://chromium-browser-syzyasan/win32-release/asan-win32-release-170242.zi
p" |
| 243 ], | 235 ], |
| 244 "cwd": "[SLAVE_BUILD]", | |
| 245 "name": "gsutil upload", | 236 "name": "gsutil upload", |
| 246 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 247 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-syzyasan/win32-release/asan-win32-release-170242.zip@@@" | 238 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-syzyasan/win32-release/asan-win32-release-170242.zip@@@" |
| 248 ] | 239 ] |
| 249 }, | 240 }, |
| 250 { | 241 { |
| 251 "cmd": [ | 242 "cmd": [ |
| 252 "python", | 243 "python", |
| 253 "-u", | 244 "-u", |
| 254 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 245 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 255 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-win32-release-170242.zip" | 246 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-win32-release-170242.zip" |
| 256 ], | 247 ], |
| 257 "cwd": "[SLAVE_BUILD]", | |
| 258 "name": "asan-win32-release-170242.zip", | 248 "name": "asan-win32-release-170242.zip", |
| 259 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@python.inline@@@@", | 250 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 251 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 252 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 253 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 264 "@@@STEP_LOG_END@python.inline@@@" | 254 "@@@STEP_LOG_END@python.inline@@@" |
| 265 ] | 255 ] |
| 266 }, | 256 }, |
| 267 { | 257 { |
| 268 "name": "$result", | 258 "name": "$result", |
| 269 "recipe_result": null, | 259 "recipe_result": null, |
| 270 "status_code": 0 | 260 "status_code": 0 |
| 271 } | 261 } |
| 272 ] | 262 ] |
| OLD | NEW |