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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder-Trybot", | 10 "Mac Builder-Trybot", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "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'}]", | 14 "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'}]", |
15 "--root", | 15 "--root", |
16 "src/third_party/skia", | 16 "src/third_party/skia", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", | 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@HEAD", | 22 "src@HEAD", |
23 "--revision", | 23 "--revision", |
24 "src/third_party/skia@origin/master" | 24 "src/third_party/skia@origin/master" |
25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
26 "name": "bot_update", | 27 "name": "bot_update", |
27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
66 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 67 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
67 ] | 68 ] |
68 }, | 69 }, |
69 { | 70 { |
70 "cmd": [ | 71 "cmd": [ |
71 "python", | 72 "python", |
72 "-u", | 73 "-u", |
73 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 74 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
74 "--version" | 75 "--version" |
75 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", |
76 "name": "swarming.py --version", | 78 "name": "swarming.py --version", |
77 "stdout": "/path/to/tmp/", | 79 "stdout": "/path/to/tmp/", |
78 "~followup_annotations": [ | 80 "~followup_annotations": [ |
79 "@@@STEP_TEXT@0.4.10@@@" | 81 "@@@STEP_TEXT@0.4.10@@@" |
80 ] | 82 ] |
81 }, | 83 }, |
82 { | 84 { |
83 "cmd": [ | 85 "cmd": [ |
84 "python", | 86 "python", |
85 "-u", | 87 "-u", |
86 "[DEPOT_TOOLS]/gclient.py", | 88 "[DEPOT_TOOLS]/gclient.py", |
87 "runhooks" | 89 "runhooks" |
88 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
89 "env": { | 92 "env": { |
90 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 93 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
91 }, | 94 }, |
92 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
93 }, | 96 }, |
94 { | 97 { |
95 "cmd": [ | 98 "cmd": [ |
96 "python", | 99 "python", |
97 "-u", | 100 "-u", |
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
100 "/path/to/tmp/json" | 103 "/path/to/tmp/json" |
101 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]", |
102 "name": "read test spec", | 106 "name": "read test spec", |
103 "~followup_annotations": [ | 107 "~followup_annotations": [ |
104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", | 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", |
105 "@@@STEP_LOG_LINE@json.output@{}@@@", | 109 "@@@STEP_LOG_LINE@json.output@{}@@@", |
106 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
107 ] | 111 ] |
108 }, | 112 }, |
109 { | 113 { |
110 "cmd": [ | 114 "cmd": [ |
111 "python", | 115 "python", |
112 "-u", | 116 "-u", |
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
114 "--output", | 118 "--output", |
115 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
116 "--", | 120 "--", |
117 "--build-config-fs", | 121 "--build-config-fs", |
118 "Release", | 122 "Release", |
119 "--paths", | 123 "--paths", |
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
121 "--properties", | 125 "--properties", |
122 "{\"buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" | 126 "{\"buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" |
123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
124 "name": "get compile targets for scripts", | 129 "name": "get compile targets for scripts", |
125 "~followup_annotations": [ | 130 "~followup_annotations": [ |
126 "@@@STEP_LOG_LINE@json.output@{}@@@", | 131 "@@@STEP_LOG_LINE@json.output@{}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 132 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 133 ] |
129 }, | 134 }, |
130 { | 135 { |
131 "cmd": [ | 136 "cmd": [ |
132 "python", | 137 "python", |
133 "-u", | 138 "-u", |
134 "[BUILD]/scripts/slave/cleanup_temp.py" | 139 "[BUILD]/scripts/slave/cleanup_temp.py" |
135 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
136 "name": "cleanup_temp" | 142 "name": "cleanup_temp" |
137 }, | 143 }, |
138 { | 144 { |
139 "cmd": [ | 145 "cmd": [ |
140 "python", | 146 "python", |
141 "-u", | 147 "-u", |
142 "[BUILD]/scripts/slave/compile.py", | 148 "[BUILD]/scripts/slave/compile.py", |
143 "--target", | 149 "--target", |
144 "Release", | 150 "Release", |
145 "--src-dir", | 151 "--src-dir", |
146 "[SLAVE_BUILD]/src", | 152 "[SLAVE_BUILD]/src", |
147 "--build-tool", | 153 "--build-tool", |
148 "ninja", | 154 "ninja", |
149 "--compiler", | 155 "--compiler", |
150 "goma-clang", | 156 "goma-clang", |
151 "--goma-dir", | 157 "--goma-dir", |
152 "[BUILD]/goma", | 158 "[BUILD]/goma", |
153 "--", | 159 "--", |
154 "chromium_builder_tests" | 160 "chromium_builder_tests" |
155 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
156 "name": "compile" | 163 "name": "compile" |
157 }, | 164 }, |
158 { | 165 { |
159 "allow_subannotations": true, | 166 "allow_subannotations": true, |
160 "cmd": [ | 167 "cmd": [ |
161 "python", | 168 "python", |
162 "-u", | 169 "-u", |
163 "[BUILD]/scripts/slave/zip_build.py", | 170 "[BUILD]/scripts/slave/zip_build.py", |
164 "--target", | 171 "--target", |
165 "Release", | 172 "Release", |
166 "--build-url", | 173 "--build-url", |
167 "gs://chromium-skia-gm/client.skia/Mac Builder-Trybot", | 174 "gs://chromium-skia-gm/client.skia/Mac Builder-Trybot", |
168 "--build_revision", | 175 "--build_revision", |
169 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 176 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
170 "--factory-properties", | 177 "--factory-properties", |
171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c
lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c
lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
172 "--build-properties", | 179 "--build-properties", |
173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c
lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c
lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
174 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", |
175 "name": "package build" | 183 "name": "package build" |
176 } | 184 } |
177 ] | 185 ] |
OLD | NEW |