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 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.webkit", | 17 "chromium.webkit", |
17 "--builder", | 18 "--builder", |
18 "WebKit Win x64 Builder", | 19 "WebKit Win x64 Builder", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@HEAD", | 31 "src@HEAD", |
31 "--revision", | 32 "--revision", |
32 "src/third_party/WebKit@HEAD" | 33 "src/third_party/WebKit@HEAD" |
33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
34 "name": "bot_update", | 36 "name": "bot_update", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
71 ] | 73 ] |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
78 "--version" | 80 "--version" |
79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 83 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 84 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 86 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
86 { | 89 { |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "[DEPOT_TOOLS]\\gclient.py", | 93 "[DEPOT_TOOLS]\\gclient.py", |
91 "runhooks" | 94 "runhooks" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 97 "env": { |
94 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" | 98 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" |
95 }, | 99 }, |
96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
97 }, | 101 }, |
98 { | 102 { |
99 "cmd": [ | 103 "cmd": [ |
100 "python", | 104 "python", |
101 "-u", | 105 "-u", |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
104 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
106 "name": "read test spec", | 111 "name": "read test spec", |
107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
108 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 114 "@@@STEP_LOG_LINE@json.output@{}@@@", |
110 "@@@STEP_LOG_END@json.output@@@" | 115 "@@@STEP_LOG_END@json.output@@@" |
111 ] | 116 ] |
112 }, | 117 }, |
113 { | 118 { |
114 "cmd": [ | 119 "cmd": [ |
115 "python", | 120 "python", |
116 "-u", | 121 "-u", |
117 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 122 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
118 "--output", | 123 "--output", |
119 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
120 "--", | 125 "--", |
121 "--build-config-fs", | 126 "--build-config-fs", |
122 "Release_x64", | 127 "Release_x64", |
123 "--paths", | 128 "--paths", |
124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 129 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
125 "--properties", | 130 "--properties", |
126 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" | 131 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" |
127 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
128 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
129 "~followup_annotations": [ | 135 "~followup_annotations": [ |
130 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 138 ] |
133 }, | 139 }, |
134 { | 140 { |
135 "cmd": [ | 141 "cmd": [ |
136 "python", | 142 "python", |
137 "-u", | 143 "-u", |
138 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 144 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
139 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
140 "name": "cleanup_temp" | 147 "name": "cleanup_temp" |
141 }, | 148 }, |
142 { | 149 { |
143 "cmd": [ | 150 "cmd": [ |
144 "python", | 151 "python", |
145 "-u", | 152 "-u", |
146 "[BUILD]\\scripts\\slave\\compile.py", | 153 "[BUILD]\\scripts\\slave\\compile.py", |
147 "--target", | 154 "--target", |
148 "Release_x64", | 155 "Release_x64", |
149 "--src-dir", | 156 "--src-dir", |
150 "[SLAVE_BUILD]\\src", | 157 "[SLAVE_BUILD]\\src", |
151 "--build-tool", | 158 "--build-tool", |
152 "ninja", | 159 "ninja", |
153 "--compiler", | 160 "--compiler", |
154 "goma", | 161 "goma", |
155 "--goma-dir", | 162 "--goma-dir", |
156 "[BUILD]\\goma", | 163 "[BUILD]\\goma", |
157 "--", | 164 "--", |
158 "blink_tests", | 165 "blink_tests", |
159 "crash_service" | 166 "crash_service" |
160 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
161 "name": "compile" | 169 "name": "compile" |
162 }, | 170 }, |
163 { | 171 { |
164 "allow_subannotations": true, | 172 "allow_subannotations": true, |
165 "cmd": [ | 173 "cmd": [ |
166 "python", | 174 "python", |
167 "-u", | 175 "-u", |
168 "[BUILD]\\scripts\\slave\\zip_build.py", | 176 "[BUILD]\\scripts\\slave\\zip_build.py", |
169 "--target", | 177 "--target", |
170 "Release_x64", | 178 "Release_x64", |
171 "--build-url", | 179 "--build-url", |
172 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win x64 Builder", | 180 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win x64 Builder", |
173 "--build_revision", | 181 "--build_revision", |
174 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 182 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
175 "--factory-properties", | 183 "--factory-properties", |
176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
", | 184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
", |
177 "--build-properties", | 185 "--build-properties", |
178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" | 186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" |
179 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
180 "name": "package build" | 189 "name": "package build" |
181 } | 190 } |
182 ] | 191 ] |
OLD | NEW |