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 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "name": "get compile targets for scripts", | 118 "name": "get compile targets for scripts", |
119 "~followup_annotations": [ | 119 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@json.output@{}@@@", | 120 "@@@STEP_LOG_LINE@json.output@{}@@@", |
121 "@@@STEP_LOG_END@json.output@@@" | 121 "@@@STEP_LOG_END@json.output@@@" |
122 ] | 122 ] |
123 }, | 123 }, |
124 { | 124 { |
125 "cmd": [ | 125 "cmd": [ |
126 "python", | 126 "python", |
127 "-u", | 127 "-u", |
128 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | |
129 ], | |
130 "cwd": "[SLAVE_BUILD]", | |
131 "name": "cleanup_temp" | |
132 }, | |
133 { | |
134 "cmd": [ | |
135 "python", | |
136 "-u", | |
137 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 128 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
138 "[SLAVE_BUILD]\\src\\out\\Debug_x64" | 129 "[SLAVE_BUILD]\\src\\out\\Debug_x64" |
139 ], | 130 ], |
140 "cwd": "[SLAVE_BUILD]", | 131 "cwd": "[SLAVE_BUILD]", |
141 "name": "rmtree build directory", | 132 "name": "rmtree build directory", |
142 "~followup_annotations": [ | 133 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@python.inline@@@@", | 134 "@@@STEP_LOG_LINE@python.inline@@@@", |
144 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 135 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
145 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 136 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
146 "@@@STEP_LOG_LINE@python.inline@@@@", | 137 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 11 matching lines...) Expand all Loading... |
158 "Debug_x64", | 149 "Debug_x64", |
159 "--build-archive-url", | 150 "--build-archive-url", |
160 "gs://test-domain/test-archive.zip", | 151 "gs://test-domain/test-archive.zip", |
161 "--factory-properties", | 152 "--factory-properties", |
162 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", | 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", |
163 "--build-properties", | 154 "--build-properties", |
164 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" | 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" |
165 ], | 156 ], |
166 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
167 "name": "extract build" | 158 "name": "extract build" |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 165 ], |
| 166 "cwd": "[SLAVE_BUILD]", |
| 167 "name": "cleanup_temp" |
168 } | 168 } |
169 ] | 169 ] |
OLD | NEW |