OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.mac", | 8 "chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "Mac10.10 Tests", | 10 "Mac10.10 Tests", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "name": "get compile targets for scripts", | 109 "name": "get compile targets for scripts", |
110 "~followup_annotations": [ | 110 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@json.output@{}@@@", | 111 "@@@STEP_LOG_LINE@json.output@{}@@@", |
112 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
113 ] | 113 ] |
114 }, | 114 }, |
115 { | 115 { |
116 "cmd": [ | 116 "cmd": [ |
117 "python", | 117 "python", |
118 "-u", | 118 "-u", |
119 "[BUILD]/scripts/slave/cleanup_temp.py" | |
120 ], | |
121 "cwd": "[SLAVE_BUILD]", | |
122 "name": "cleanup_temp" | |
123 }, | |
124 { | |
125 "cmd": [ | |
126 "python", | |
127 "-u", | |
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", | 119 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
129 "[SLAVE_BUILD]/src/out/Release" | 120 "[SLAVE_BUILD]/src/out/Release" |
130 ], | 121 ], |
131 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
132 "name": "rmtree build directory", | 123 "name": "rmtree build directory", |
133 "~followup_annotations": [ | 124 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@python.inline@@@@", | 125 "@@@STEP_LOG_LINE@python.inline@@@@", |
135 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 126 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
136 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 127 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
137 "@@@STEP_LOG_LINE@python.inline@@@@", | 128 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 11 matching lines...) Expand all Loading... |
149 "Release", | 140 "Release", |
150 "--build-archive-url", | 141 "--build-archive-url", |
151 "gs://test-domain/test-archive.zip", | 142 "gs://test-domain/test-archive.zip", |
152 "--factory-properties", | 143 "--factory-properties", |
153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \
"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/
to/workdir/TestSlavename\"}", | 144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \
"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/
to/workdir/TestSlavename\"}", |
154 "--build-properties", | 145 "--build-properties", |
155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \
"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/
to/workdir/TestSlavename\"}" | 146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \
"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/
to/workdir/TestSlavename\"}" |
156 ], | 147 ], |
157 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
158 "name": "extract build" | 149 "name": "extract build" |
| 150 }, |
| 151 { |
| 152 "cmd": [ |
| 153 "python", |
| 154 "-u", |
| 155 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "cleanup_temp" |
159 } | 159 } |
160 ] | 160 ] |
OLD | NEW |