| 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 "master.client.syzygy", | 16 "master.client.syzygy", |
| 18 "--builder", | 17 "--builder", |
| 19 "Syzygy Release", | 18 "Syzygy Release", |
| 20 "--slave", | 19 "--slave", |
| 21 "vm331-m3", | 20 "vm331-m3", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.
com/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-i
nternal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/interna
l.DEPS.git'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.go
oglesource.com/external/github.com/google/syzygy.git/'}, {'deps_file': 'DEPS', '
managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googles
ource.com/chrome/syzygy/internal.DEPS.git'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\"}", | 26 "{\"src\": \"got_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", | 32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", |
| 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\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 68 ] | 66 ] |
| 69 }, | 67 }, |
| 70 { | 68 { |
| 71 "cmd": [ | 69 "cmd": [ |
| 72 "python", | 70 "python", |
| 73 "-u", | 71 "-u", |
| 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 72 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 75 "runhooks" | 73 "runhooks" |
| 76 ], | 74 ], |
| 77 "cwd": "[SLAVE_BUILD]", | |
| 78 "env": { | 75 "env": { |
| 79 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 80 "GYP_DEFINES": "target_arch=ia32", | 77 "GYP_DEFINES": "target_arch=ia32", |
| 81 "GYP_GENERATORS": "msvs-ninja,ninja", | 78 "GYP_GENERATORS": "msvs-ninja,ninja", |
| 82 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 83 }, | 80 }, |
| 84 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
| 85 }, | 82 }, |
| 86 { | 83 { |
| 87 "cmd": [ | 84 "cmd": [ |
| 88 "python", | 85 "python", |
| 89 "-u", | 86 "-u", |
| 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 87 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 91 "--show-path", | 88 "--show-path", |
| 92 "python", | 89 "python", |
| 93 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 94 "--gsutil-py-path", | 91 "--gsutil-py-path", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 96 "--ninja-path", | 93 "--ninja-path", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 94 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 98 "--target", | 95 "--target", |
| 99 "Release", | 96 "Release", |
| 100 "--src-dir", | 97 "--src-dir", |
| 101 "[SLAVE_BUILD]\\src", | 98 "[CWD]\\src", |
| 102 "--goma-cache-dir", | 99 "--goma-cache-dir", |
| 103 "[GOMA_CACHE]", | 100 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 104 "--build-tool", | 101 "--build-tool", |
| 105 "ninja", | 102 "ninja", |
| 106 "--ninja-ensure-up-to-date", | 103 "--ninja-ensure-up-to-date", |
| 107 "--", | 104 "--", |
| 108 "build_all" | 105 "build_all" |
| 109 ], | 106 ], |
| 110 "cwd": "[SLAVE_BUILD]", | |
| 111 "env": { | 107 "env": { |
| 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 113 }, | 109 }, |
| 114 "name": "compile" | 110 "name": "compile" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "cmd": [ | 113 "cmd": [ |
| 118 "python", | 114 "python", |
| 119 "-u", | 115 "-u", |
| 120 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", | 116 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", |
| 121 "metrics.csv", | 117 "metrics.csv", |
| 122 "[SLAVE_BUILD]\\src\\out\\Release" | 118 "[CWD]\\src\\out\\Release" |
| 123 ], | 119 ], |
| 124 "cwd": "[SLAVE_BUILD]", | 120 "name": "rmwildcard metrics.csv in [CWD]\\src\\out\\Release", |
| 125 "name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\out\\Release", | |
| 126 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 127 "@@@STEP_LOG_LINE@python.inline@@@@", | 122 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 128 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 123 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 129 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 130 "@@@STEP_LOG_LINE@python.inline@@@@", | 125 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 131 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", | 126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", |
| 132 "@@@STEP_LOG_END@python.inline@@@" | 127 "@@@STEP_LOG_END@python.inline@@@" |
| 133 ] | 128 ] |
| 134 }, | 129 }, |
| 135 { | 130 { |
| 136 "cmd": [ | 131 "cmd": [ |
| 137 "python", | 132 "python", |
| 138 "-u", | 133 "-u", |
| 139 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 140 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", | 135 "[CWD]\\src\\syzygy\\unittests.gypi", |
| 141 "/path/to/tmp/" | 136 "/path/to/tmp/" |
| 142 ], | 137 ], |
| 143 "cwd": "[SLAVE_BUILD]", | |
| 144 "name": "read_unittests_gypi" | 138 "name": "read_unittests_gypi" |
| 145 }, | 139 }, |
| 146 { | 140 { |
| 147 "cmd": [ | 141 "cmd": [ |
| 148 "python", | 142 "python", |
| 149 "-u", | 143 "-u", |
| 150 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 151 "--target", | 145 "--target", |
| 152 "Release", | 146 "Release", |
| 153 "--factory-properties", | 147 "--factory-properties", |
| 154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 148 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 155 "--build-properties", | 149 "--build-properties", |
| 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 157 "--test-type=bar_unittests", | 151 "--test-type=bar_unittests", |
| 158 "--step-name=bar_unittests", | 152 "--step-name=bar_unittests", |
| 159 "--builder-name=Syzygy Release", | 153 "--builder-name=Syzygy Release", |
| 160 "--slave-name=vm331-m3", | 154 "--slave-name=vm331-m3", |
| 161 "--build-number=571", | 155 "--build-number=571", |
| 162 "[SLAVE_BUILD]\\src\\out\\Release\\bar_unittests.exe", | 156 "[CWD]\\src\\out\\Release\\bar_unittests.exe", |
| 163 "--single-process-tests", | 157 "--single-process-tests", |
| 164 "--test-launcher-timeout=300000", | 158 "--test-launcher-timeout=300000", |
| 165 "--gtest_print_time" | 159 "--gtest_print_time" |
| 166 ], | 160 ], |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "name": "bar_unittests" | 161 "name": "bar_unittests" |
| 169 }, | 162 }, |
| 170 { | 163 { |
| 171 "cmd": [ | 164 "cmd": [ |
| 172 "python", | 165 "python", |
| 173 "-u", | 166 "-u", |
| 174 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 175 "--target", | 168 "--target", |
| 176 "Release", | 169 "Release", |
| 177 "--factory-properties", | 170 "--factory-properties", |
| 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 179 "--build-properties", | 172 "--build-properties", |
| 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 181 "--test-type=baz_unittests", | 174 "--test-type=baz_unittests", |
| 182 "--step-name=baz_unittests", | 175 "--step-name=baz_unittests", |
| 183 "--builder-name=Syzygy Release", | 176 "--builder-name=Syzygy Release", |
| 184 "--slave-name=vm331-m3", | 177 "--slave-name=vm331-m3", |
| 185 "--build-number=571", | 178 "--build-number=571", |
| 186 "[SLAVE_BUILD]\\src\\out\\Release\\baz_unittests.exe", | 179 "[CWD]\\src\\out\\Release\\baz_unittests.exe", |
| 187 "--single-process-tests", | 180 "--single-process-tests", |
| 188 "--test-launcher-timeout=300000", | 181 "--test-launcher-timeout=300000", |
| 189 "--gtest_print_time" | 182 "--gtest_print_time" |
| 190 ], | 183 ], |
| 191 "cwd": "[SLAVE_BUILD]", | |
| 192 "name": "baz_unittests" | 184 "name": "baz_unittests" |
| 193 }, | 185 }, |
| 194 { | 186 { |
| 195 "cmd": [ | 187 "cmd": [ |
| 196 "python", | 188 "python", |
| 197 "-u", | 189 "-u", |
| 198 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 190 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 199 "--target", | 191 "--target", |
| 200 "Release", | 192 "Release", |
| 201 "--factory-properties", | 193 "--factory-properties", |
| 202 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 194 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 203 "--build-properties", | 195 "--build-properties", |
| 204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Release\", \"buildnumber\": 571, \"mastername\": \"maste
r.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b109
8271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", |
| 205 "--test-type=foo_unittests", | 197 "--test-type=foo_unittests", |
| 206 "--step-name=foo_unittests", | 198 "--step-name=foo_unittests", |
| 207 "--builder-name=Syzygy Release", | 199 "--builder-name=Syzygy Release", |
| 208 "--slave-name=vm331-m3", | 200 "--slave-name=vm331-m3", |
| 209 "--build-number=571", | 201 "--build-number=571", |
| 210 "[SLAVE_BUILD]\\src\\out\\Release\\foo_unittests.exe", | 202 "[CWD]\\src\\out\\Release\\foo_unittests.exe", |
| 211 "--single-process-tests", | 203 "--single-process-tests", |
| 212 "--test-launcher-timeout=300000", | 204 "--test-launcher-timeout=300000", |
| 213 "--gtest_print_time" | 205 "--gtest_print_time" |
| 214 ], | 206 ], |
| 215 "cwd": "[SLAVE_BUILD]", | |
| 216 "name": "foo_unittests" | 207 "name": "foo_unittests" |
| 217 }, | 208 }, |
| 218 { | 209 { |
| 219 "cmd": [ | 210 "cmd": [ |
| 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", | 211 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", |
| 221 "cp", | 212 "cp", |
| 222 "-t", | 213 "-t", |
| 223 "-a", | 214 "-a", |
| 224 "public-read", | 215 "public-read", |
| 225 "[SLAVE_BUILD]\\src\\out\\Release\\metrics.csv", | 216 "[CWD]\\src\\out\\Release\\metrics.csv", |
| 226 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/release.csv" | 217 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/release.csv" |
| 227 ], | 218 ], |
| 228 "cwd": "[SLAVE_BUILD]", | |
| 229 "name": "archive_metrics", | 219 "name": "archive_metrics", |
| 230 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 231 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/rele
ase.csv/@@@" | 221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/rele
ase.csv/@@@" |
| 232 ] | 222 ] |
| 233 }, | 223 }, |
| 234 { | 224 { |
| 235 "cmd": [ | 225 "cmd": [ |
| 236 "python", | 226 "python", |
| 237 "-u", | 227 "-u", |
| 238 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", | 228 "[CWD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", |
| 239 "--build-dir", | 229 "--build-dir", |
| 240 "[SLAVE_BUILD]\\src\\out", | 230 "[CWD]\\src\\out", |
| 241 "--target", | 231 "--target", |
| 242 "Release", | 232 "Release", |
| 243 "--verbose" | 233 "--verbose" |
| 244 ], | 234 ], |
| 245 "cwd": "[SLAVE_BUILD]", | |
| 246 "name": "randomly_reorder_chrome" | 235 "name": "randomly_reorder_chrome" |
| 247 }, | 236 }, |
| 248 { | 237 { |
| 249 "cmd": [ | 238 "cmd": [ |
| 250 "python", | 239 "python", |
| 251 "-u", | 240 "-u", |
| 252 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", | 241 "[CWD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", |
| 253 "--build-dir", | 242 "--build-dir", |
| 254 "[SLAVE_BUILD]\\src\\out", | 243 "[CWD]\\src\\out", |
| 255 "--target", | 244 "--target", |
| 256 "Release", | 245 "Release", |
| 257 "--verbose" | 246 "--verbose" |
| 258 ], | 247 ], |
| 259 "cwd": "[SLAVE_BUILD]", | |
| 260 "name": "benchmark_chrome" | 248 "name": "benchmark_chrome" |
| 261 }, | 249 }, |
| 262 { | 250 { |
| 263 "name": "$result", | 251 "name": "$result", |
| 264 "recipe_result": null, | 252 "recipe_result": null, |
| 265 "status_code": 0 | 253 "status_code": 0 |
| 266 } | 254 } |
| 267 ] | 255 ] |
| OLD | NEW |