| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[DEPOT_TOOLS]\\gclient.py", | 15 "[DEPOT_TOOLS]\\gclient.py", |
| 15 "config", | 16 "config", |
| 16 "--spec", | 17 "--spec", |
| 17 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa
lse, 'name': 'src', 'url': 'https://github.com/google/syzygy.git'}, {'deps_file'
: 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn.chromium.o
rg/chrome-internal/trunk/syzygy/internal.DEPS'}]" | 18 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa
lse, 'name': 'src', 'url': 'https://github.com/google/syzygy.git'}, {'deps_file'
: 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn.chromium.o
rg/chrome-internal/trunk/syzygy/internal.DEPS'}]" |
| 18 ], | 19 ], |
| 20 "cwd": "[SLAVE_BUILD]", |
| 19 "name": "gclient setup" | 21 "name": "gclient setup" |
| 20 }, | 22 }, |
| 21 { | 23 { |
| 22 "cmd": [ | 24 "cmd": [ |
| 23 "python", | 25 "python", |
| 24 "-u", | 26 "-u", |
| 25 "[DEPOT_TOOLS]\\gclient.py", | 27 "[DEPOT_TOOLS]\\gclient.py", |
| 26 "sync", | 28 "sync", |
| 27 "--nohooks", | 29 "--nohooks", |
| 28 "--force", | 30 "--force", |
| 29 "--verbose", | 31 "--verbose", |
| 30 "--delete_unversioned_trees", | 32 "--delete_unversioned_trees", |
| 31 "--revision", | 33 "--revision", |
| 32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", | 34 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", |
| 33 "--output-json", | 35 "--output-json", |
| 34 "/path/to/tmp/json" | 36 "/path/to/tmp/json" |
| 35 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]", |
| 36 "name": "gclient sync", | 39 "name": "gclient sync", |
| 37 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"src-internal/\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src-internal/\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274229@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274229@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ }@@@", | 48 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ }@@@", | 49 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@}@@@", | 50 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 48 "@@@STEP_LOG_END@json.output@@@", | 51 "@@@STEP_LOG_END@json.output@@@", |
| 49 "@@@STEP_LINK@170242@https://github.com/google/syzygy/commit/170242@@@", | 52 "@@@STEP_LINK@170242@https://github.com/google/syzygy/commit/170242@@@", |
| 50 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@" | 53 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@" |
| 51 ] | 54 ] |
| 52 }, | 55 }, |
| 53 { | 56 { |
| 54 "cmd": [ | 57 "cmd": [ |
| 55 "python", | 58 "python", |
| 56 "-u", | 59 "-u", |
| 57 "[DEPOT_TOOLS]\\gclient.py", | 60 "[DEPOT_TOOLS]\\gclient.py", |
| 58 "runhooks" | 61 "runhooks" |
| 59 ], | 62 ], |
| 63 "cwd": "[SLAVE_BUILD]", |
| 60 "env": { | 64 "env": { |
| 61 "GYP_DEFINES": "official_build=1 target_arch=ia32", | 65 "GYP_DEFINES": "official_build=1 target_arch=ia32", |
| 62 "GYP_GENERATORS": "msvs", | 66 "GYP_GENERATORS": "msvs", |
| 63 "GYP_MSVS_VERSION": "2013" | 67 "GYP_MSVS_VERSION": "2013" |
| 64 }, | 68 }, |
| 65 "name": "gclient runhooks" | 69 "name": "gclient runhooks" |
| 66 }, | 70 }, |
| 67 { | 71 { |
| 68 "cmd": [ | 72 "cmd": [ |
| 69 "python", | 73 "python", |
| 70 "-u", | 74 "-u", |
| 71 "[BUILD]\\scripts\\slave\\compile.py", | 75 "[BUILD]\\scripts\\slave\\compile.py", |
| 72 "--target", | 76 "--target", |
| 73 "Release", | 77 "Release", |
| 74 "--src-dir", | 78 "--src-dir", |
| 75 "[SLAVE_BUILD]\\src", | 79 "[SLAVE_BUILD]\\src", |
| 76 "--build-tool", | 80 "--build-tool", |
| 77 "vs", | 81 "vs", |
| 78 "--clobber", | 82 "--clobber", |
| 79 "--solution", | 83 "--solution", |
| 80 "[SLAVE_BUILD]\\src\\syzygy\\build\\all.sln", | 84 "[SLAVE_BUILD]\\src\\syzygy\\build\\all.sln", |
| 81 "--project", | 85 "--project", |
| 82 "official_build" | 86 "official_build" |
| 83 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
| 84 "name": "compile" | 89 "name": "compile" |
| 85 }, | 90 }, |
| 86 { | 91 { |
| 87 "cmd": [ | 92 "cmd": [ |
| 88 "python", | 93 "python", |
| 89 "-u", | 94 "-u", |
| 90 "\nimport sys\nfrom common import chromium_utils\n\nchromium_utils.RemoveF
ilesWildcards(sys.argv[1], root=sys.argv[2])\n", | 95 "\nimport sys\nfrom common import chromium_utils\n\nchromium_utils.RemoveF
ilesWildcards(sys.argv[1], root=sys.argv[2])\n", |
| 91 "metrics.csv", | 96 "metrics.csv", |
| 92 "[SLAVE_BUILD]\\src\\build\\Release" | 97 "[SLAVE_BUILD]\\src\\build\\Release" |
| 93 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\build\\Release", | 100 "name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\build\\Release", |
| 95 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@python.inline@@@@", | 102 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 97 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 103 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 98 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 104 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@@@@", | 105 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 100 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", | 106 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", |
| 101 "@@@STEP_LOG_END@python.inline@@@" | 107 "@@@STEP_LOG_END@python.inline@@@" |
| 102 ] | 108 ] |
| 103 }, | 109 }, |
| 104 { | 110 { |
| 105 "cmd": [ | 111 "cmd": [ |
| 106 "python", | 112 "python", |
| 107 "-u", | 113 "-u", |
| 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 114 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 109 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", | 115 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", |
| 110 "/path/to/tmp/" | 116 "/path/to/tmp/" |
| 111 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "read_unittests_gypi" | 119 "name": "read_unittests_gypi" |
| 113 }, | 120 }, |
| 114 { | 121 { |
| 115 "cmd": [ | 122 "cmd": [ |
| 116 "python", | 123 "python", |
| 117 "-u", | 124 "-u", |
| 118 "[BUILD]\\scripts\\slave\\runtest.py", | 125 "[BUILD]\\scripts\\slave\\runtest.py", |
| 119 "--target", | 126 "--target", |
| 120 "Release", | 127 "Release", |
| 121 "--factory-properties", | 128 "--factory-properties", |
| 122 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 129 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 123 "--build-properties", | 130 "--build-properties", |
| 124 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 131 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 125 "--test-type=bar_unittests", | 132 "--test-type=bar_unittests", |
| 126 "--builder-name=Syzygy Official", | 133 "--builder-name=Syzygy Official", |
| 127 "--slave-name=vm331-m3", | 134 "--slave-name=vm331-m3", |
| 128 "--build-number=571", | 135 "--build-number=571", |
| 129 "--run-python-script", | 136 "--run-python-script", |
| 130 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", | 137 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", |
| 131 "--on-waterfall", | 138 "--on-waterfall", |
| 132 "[SLAVE_BUILD]\\src\\build\\Release\\bar_unittests.exe", | 139 "[SLAVE_BUILD]\\src\\build\\Release\\bar_unittests.exe", |
| 133 "--", | 140 "--", |
| 134 "--single-process-tests", | 141 "--single-process-tests", |
| 135 "--test-launcher-timeout=300000", | 142 "--test-launcher-timeout=300000", |
| 136 "--gtest_print_time" | 143 "--gtest_print_time" |
| 137 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "bar_unittests" | 146 "name": "bar_unittests" |
| 139 }, | 147 }, |
| 140 { | 148 { |
| 141 "cmd": [ | 149 "cmd": [ |
| 142 "python", | 150 "python", |
| 143 "-u", | 151 "-u", |
| 144 "[BUILD]\\scripts\\slave\\runtest.py", | 152 "[BUILD]\\scripts\\slave\\runtest.py", |
| 145 "--target", | 153 "--target", |
| 146 "Release", | 154 "Release", |
| 147 "--factory-properties", | 155 "--factory-properties", |
| 148 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 149 "--build-properties", | 157 "--build-properties", |
| 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 158 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 151 "--test-type=baz_unittests", | 159 "--test-type=baz_unittests", |
| 152 "--builder-name=Syzygy Official", | 160 "--builder-name=Syzygy Official", |
| 153 "--slave-name=vm331-m3", | 161 "--slave-name=vm331-m3", |
| 154 "--build-number=571", | 162 "--build-number=571", |
| 155 "--run-python-script", | 163 "--run-python-script", |
| 156 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", | 164 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", |
| 157 "--on-waterfall", | 165 "--on-waterfall", |
| 158 "[SLAVE_BUILD]\\src\\build\\Release\\baz_unittests.exe", | 166 "[SLAVE_BUILD]\\src\\build\\Release\\baz_unittests.exe", |
| 159 "--", | 167 "--", |
| 160 "--single-process-tests", | 168 "--single-process-tests", |
| 161 "--test-launcher-timeout=300000", | 169 "--test-launcher-timeout=300000", |
| 162 "--gtest_print_time" | 170 "--gtest_print_time" |
| 163 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "baz_unittests" | 173 "name": "baz_unittests" |
| 165 }, | 174 }, |
| 166 { | 175 { |
| 167 "cmd": [ | 176 "cmd": [ |
| 168 "python", | 177 "python", |
| 169 "-u", | 178 "-u", |
| 170 "[BUILD]\\scripts\\slave\\runtest.py", | 179 "[BUILD]\\scripts\\slave\\runtest.py", |
| 171 "--target", | 180 "--target", |
| 172 "Release", | 181 "Release", |
| 173 "--factory-properties", | 182 "--factory-properties", |
| 174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 175 "--build-properties", | 184 "--build-properties", |
| 176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 177 "--test-type=foo_unittests", | 186 "--test-type=foo_unittests", |
| 178 "--builder-name=Syzygy Official", | 187 "--builder-name=Syzygy Official", |
| 179 "--slave-name=vm331-m3", | 188 "--slave-name=vm331-m3", |
| 180 "--build-number=571", | 189 "--build-number=571", |
| 181 "--run-python-script", | 190 "--run-python-script", |
| 182 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", | 191 "[SLAVE_BUILD]\\src\\syzygy\\build\\app_verifier.py", |
| 183 "--on-waterfall", | 192 "--on-waterfall", |
| 184 "[SLAVE_BUILD]\\src\\build\\Release\\foo_unittests.exe", | 193 "[SLAVE_BUILD]\\src\\build\\Release\\foo_unittests.exe", |
| 185 "--", | 194 "--", |
| 186 "--single-process-tests", | 195 "--single-process-tests", |
| 187 "--test-launcher-timeout=300000", | 196 "--test-launcher-timeout=300000", |
| 188 "--gtest_print_time" | 197 "--gtest_print_time" |
| 189 ], | 198 ], |
| 199 "cwd": "[SLAVE_BUILD]", |
| 190 "name": "foo_unittests" | 200 "name": "foo_unittests" |
| 191 }, | 201 }, |
| 192 { | 202 { |
| 193 "cmd": [ | 203 "cmd": [ |
| 194 "[BUILD]\\scripts\\slave\\gsutil.bat", | 204 "[BUILD]\\scripts\\slave\\gsutil.bat", |
| 195 "cp", | 205 "cp", |
| 196 "-t", | 206 "-t", |
| 197 "-a", | 207 "-a", |
| 198 "public-read", | 208 "public-read", |
| 199 "[SLAVE_BUILD]\\src\\build\\Release\\metrics.csv", | 209 "[SLAVE_BUILD]\\src\\build\\Release\\metrics.csv", |
| 200 "gs://syzygy-archive/builds/metrics/170242/official.csv" | 210 "gs://syzygy-archive/builds/metrics/170242/official.csv" |
| 201 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 202 "name": "archive_metrics", | 213 "name": "archive_metrics", |
| 203 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 204 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/170242/official.csv/@@@" | 215 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/170242/official.csv/@@@" |
| 205 ] | 216 ] |
| 206 }, | 217 }, |
| 207 { | 218 { |
| 208 "cmd": [ | 219 "cmd": [ |
| 209 "python", | 220 "python", |
| 210 "-u", | 221 "-u", |
| 211 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", | 222 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", |
| 212 "--build-dir", | 223 "--build-dir", |
| 213 "[SLAVE_BUILD]\\src\\build", | 224 "[SLAVE_BUILD]\\src\\build", |
| 214 "--target", | 225 "--target", |
| 215 "Release", | 226 "Release", |
| 216 "--verbose" | 227 "--verbose" |
| 217 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "randomly_reorder_chrome" | 230 "name": "randomly_reorder_chrome" |
| 219 }, | 231 }, |
| 220 { | 232 { |
| 221 "cmd": [ | 233 "cmd": [ |
| 222 "python", | 234 "python", |
| 223 "-u", | 235 "-u", |
| 224 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", | 236 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", |
| 225 "--build-dir", | 237 "--build-dir", |
| 226 "[SLAVE_BUILD]\\src\\build", | 238 "[SLAVE_BUILD]\\src\\build", |
| 227 "--target", | 239 "--target", |
| 228 "Release", | 240 "Release", |
| 229 "--verbose" | 241 "--verbose" |
| 230 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 231 "name": "benchmark_chrome" | 244 "name": "benchmark_chrome" |
| 232 }, | 245 }, |
| 233 { | 246 { |
| 234 "cmd": [ | 247 "cmd": [ |
| 235 "python", | 248 "python", |
| 236 "-u", | 249 "-u", |
| 237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 250 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 238 "[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION", | 251 "[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION", |
| 239 "/path/to/tmp/" | 252 "/path/to/tmp/" |
| 240 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
| 241 "name": "read_version" | 255 "name": "read_version" |
| 242 }, | 256 }, |
| 243 { | 257 { |
| 244 "cmd": [ | 258 "cmd": [ |
| 245 "python", | 259 "python", |
| 246 "-u", | 260 "-u", |
| 247 "[BUILD]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", | 261 "[BUILD]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", |
| 248 "[SLAVE_BUILD]\\src\\build\\Release\\archive", | 262 "[SLAVE_BUILD]\\src\\build\\Release\\archive", |
| 249 "gs://syzygy-archive/builds/official/170242" | 263 "gs://syzygy-archive/builds/official/170242" |
| 250 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 251 "name": "archive_binaries", | 266 "name": "archive_binaries", |
| 252 "~followup_annotations": [ | 267 "~followup_annotations": [ |
| 253 "@@@STEP_LINK@0.0.0.1 archive@https://syzygy-archive.commondatastorage.goo
gleapis.com/index.html?path=builds/official/170242/@@@" | 268 "@@@STEP_LINK@0.0.0.1 archive@https://syzygy-archive.commondatastorage.goo
gleapis.com/index.html?path=builds/official/170242/@@@" |
| 254 ] | 269 ] |
| 255 }, | 270 }, |
| 256 { | 271 { |
| 257 "cmd": [ | 272 "cmd": [ |
| 258 "python", | 273 "python", |
| 259 "-u", | 274 "-u", |
| 260 "[SLAVE_BUILD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py", | 275 "[SLAVE_BUILD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py", |
| 261 "-s", | 276 "-s", |
| 262 "-b", | 277 "-b", |
| 263 "[SLAVE_BUILD]\\src\\build\\Release\\*asan_rtl.dll", | 278 "[SLAVE_BUILD]\\src\\build\\Release\\*asan_rtl.dll", |
| 264 "[SLAVE_BUILD]\\src\\build\\Release\\*client.dll" | 279 "[SLAVE_BUILD]\\src\\build\\Release\\*client.dll" |
| 265 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", |
| 266 "name": "upload_symbols" | 282 "name": "upload_symbols" |
| 267 }, | 283 }, |
| 268 { | 284 { |
| 269 "cmd": [], | 285 "cmd": [], |
| 286 "cwd": "[SLAVE_BUILD]", |
| 270 "name": "trigger", | 287 "name": "trigger", |
| 271 "trigger_specs": [ | 288 "trigger_specs": [ |
| 272 { | 289 { |
| 273 "builder_name": "Syzygy Smoke Test", | 290 "builder_name": "Syzygy Smoke Test", |
| 274 "properties": { | 291 "properties": { |
| 275 "blamelist": [ | 292 "blamelist": [ |
| 276 "cool_dev1337@chromium.org", | 293 "cool_dev1337@chromium.org", |
| 277 "hax@chromium.org" | 294 "hax@chromium.org" |
| 278 ], | 295 ], |
| 279 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7" | 296 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7" |
| 280 } | 297 } |
| 281 } | 298 } |
| 282 ], | 299 ], |
| 283 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 284 "@@@STEP_TEXT@Syzygy Smoke Test@@@" | 301 "@@@STEP_TEXT@Syzygy Smoke Test@@@" |
| 285 ] | 302 ] |
| 286 } | 303 } |
| 287 ] | 304 ] |
| OLD | NEW |