Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 18 matching lines...) Expand all
29 }, 29 },
30 { 30 {
31 "cmd": [ 31 "cmd": [
32 "python", 32 "python",
33 "-u", 33 "-u",
34 "[DEPOT_TOOLS]/gclient.py", 34 "[DEPOT_TOOLS]/gclient.py",
35 "config", 35 "config",
36 "--spec", 36 "--spec",
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
38 ], 38 ],
39 "cwd": "[SLAVE_BUILD]",
39 "name": "gclient setup" 40 "name": "gclient setup"
40 }, 41 },
41 { 42 {
42 "cmd": [ 43 "cmd": [
43 "python", 44 "python",
44 "-u", 45 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 46 "[DEPOT_TOOLS]/gclient.py",
46 "sync", 47 "sync",
47 "--nohooks", 48 "--nohooks",
48 "--force", 49 "--force",
49 "--verbose", 50 "--verbose",
50 "--delete_unversioned_trees", 51 "--delete_unversioned_trees",
51 "--revision", 52 "--revision",
52 "skia@abc123", 53 "skia@abc123",
53 "--output-json", 54 "--output-json",
54 "/path/to/tmp/json" 55 "/path/to/tmp/json"
55 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
56 "name": "gclient sync", 58 "name": "gclient sync",
57 "~followup_annotations": [ 59 "~followup_annotations": [
58 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
62 "@@@STEP_LOG_LINE@json.output@ }@@@", 64 "@@@STEP_LOG_LINE@json.output@ }@@@",
63 "@@@STEP_LOG_LINE@json.output@ }@@@", 65 "@@@STEP_LOG_LINE@json.output@ }@@@",
64 "@@@STEP_LOG_LINE@json.output@}@@@", 66 "@@@STEP_LOG_LINE@json.output@}@@@",
65 "@@@STEP_LOG_END@json.output@@@", 67 "@@@STEP_LOG_END@json.output@@@",
66 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
67 ] 69 ]
68 }, 70 },
69 { 71 {
70 "cmd": [ 72 "cmd": [
71 "python", 73 "python",
72 "-u", 74 "-u",
73 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n", 75 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n",
74 "/path/to/tmp/" 76 "/path/to/tmp/"
75 ], 77 ],
78 "cwd": "[SLAVE_BUILD]",
76 "name": "get CHROME_PATH", 79 "name": "get CHROME_PATH",
77 "~followup_annotations": [ 80 "~followup_annotations": [
78 "@@@STEP_LOG_LINE@python.inline@@@@", 81 "@@@STEP_LOG_LINE@python.inline@@@@",
79 "@@@STEP_LOG_LINE@python.inline@import os@@@", 82 "@@@STEP_LOG_LINE@python.inline@import os@@@",
80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
81 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
82 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@", 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@",
83 "@@@STEP_LOG_END@python.inline@@@" 86 "@@@STEP_LOG_END@python.inline@@@"
84 ] 87 ]
85 }, 88 },
(...skipping 11 matching lines...) Expand all
97 "name": "build dm" 100 "name": "build dm"
98 }, 101 },
99 { 102 {
100 "cmd": [ 103 "cmd": [
101 "python", 104 "python",
102 "-u", 105 "-u",
103 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 106 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
104 "[SLAVE_BUILD]/tmp", 107 "[SLAVE_BUILD]/tmp",
105 "511" 108 "511"
106 ], 109 ],
110 "cwd": "[SLAVE_BUILD]",
107 "name": "makedirs tmp_dir", 111 "name": "makedirs tmp_dir",
108 "~followup_annotations": [ 112 "~followup_annotations": [
109 "@@@STEP_LOG_LINE@python.inline@@@@", 113 "@@@STEP_LOG_LINE@python.inline@@@@",
110 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 114 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
111 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 115 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
112 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 116 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
113 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 117 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
114 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 118 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
115 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 119 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
116 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 120 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
117 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 121 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
118 "@@@STEP_LOG_END@python.inline@@@" 122 "@@@STEP_LOG_END@python.inline@@@"
119 ] 123 ]
120 }, 124 },
121 { 125 {
122 "cmd": [ 126 "cmd": [
123 "python", 127 "python",
124 "-u", 128 "-u",
125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
126 "[SLAVE_BUILD]/skia/SKP_VERSION", 130 "[SLAVE_BUILD]/skia/SKP_VERSION",
127 "/path/to/tmp/" 131 "/path/to/tmp/"
128 ], 132 ],
133 "cwd": "[SLAVE_BUILD]",
129 "name": "Get expected SKP_VERSION" 134 "name": "Get expected SKP_VERSION"
130 }, 135 },
131 { 136 {
132 "cmd": [ 137 "cmd": [
133 "python", 138 "python",
134 "-u", 139 "-u",
135 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
136 "[SLAVE_BUILD]/tmp/SKP_VERSION", 141 "[SLAVE_BUILD]/tmp/SKP_VERSION",
137 "/path/to/tmp/" 142 "/path/to/tmp/"
138 ], 143 ],
144 "cwd": "[SLAVE_BUILD]",
139 "name": "Get downloaded SKP_VERSION" 145 "name": "Get downloaded SKP_VERSION"
140 }, 146 },
141 { 147 {
142 "cmd": [ 148 "cmd": [
143 "python", 149 "python",
144 "-u", 150 "-u",
145 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 151 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
146 "--", 152 "--",
147 "[DEPOT_TOOLS]/gsutil.py", 153 "[DEPOT_TOOLS]/gsutil.py",
148 "--force-version", 154 "--force-version",
149 "3.25", 155 "3.25",
150 "--", 156 "--",
151 "cat", 157 "cat",
152 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" 158 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED"
153 ], 159 ],
160 "cwd": "[SLAVE_BUILD]",
154 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", 161 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED",
155 "stdout": "/path/to/tmp/" 162 "stdout": "/path/to/tmp/"
156 }, 163 },
157 { 164 {
158 "cmd": [ 165 "cmd": [
159 "python", 166 "python",
160 "-u", 167 "-u",
161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 168 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
162 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", 169 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION",
163 "/path/to/tmp/" 170 "/path/to/tmp/"
164 ], 171 ],
172 "cwd": "[SLAVE_BUILD]",
165 "name": "Get downloaded SKIMAGE_VERSION" 173 "name": "Get downloaded SKIMAGE_VERSION"
166 }, 174 },
167 { 175 {
168 "cmd": [ 176 "cmd": [
169 "python", 177 "python",
170 "-u", 178 "-u",
171 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 179 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
172 "[SLAVE_BUILD]/dm" 180 "[SLAVE_BUILD]/dm"
173 ], 181 ],
182 "cwd": "[SLAVE_BUILD]",
174 "name": "rmtree dm", 183 "name": "rmtree dm",
175 "~followup_annotations": [ 184 "~followup_annotations": [
176 "@@@STEP_LOG_LINE@python.inline@@@@", 185 "@@@STEP_LOG_LINE@python.inline@@@@",
177 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 186 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
178 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 187 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
179 "@@@STEP_LOG_LINE@python.inline@@@@", 188 "@@@STEP_LOG_LINE@python.inline@@@@",
180 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 189 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
181 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 190 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
182 "@@@STEP_LOG_END@python.inline@@@" 191 "@@@STEP_LOG_END@python.inline@@@"
183 ] 192 ]
184 }, 193 },
185 { 194 {
186 "cmd": [ 195 "cmd": [
187 "python", 196 "python",
188 "-u", 197 "-u",
189 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 198 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
190 "[SLAVE_BUILD]/dm", 199 "[SLAVE_BUILD]/dm",
191 "511" 200 "511"
192 ], 201 ],
202 "cwd": "[SLAVE_BUILD]",
193 "name": "makedirs dm", 203 "name": "makedirs dm",
194 "~followup_annotations": [ 204 "~followup_annotations": [
195 "@@@STEP_LOG_LINE@python.inline@@@@", 205 "@@@STEP_LOG_LINE@python.inline@@@@",
196 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 206 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
197 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 207 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
198 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 208 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
199 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 209 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
200 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 210 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
201 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 211 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
202 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 212 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "ZeroGPUCache", 307 "ZeroGPUCache",
298 "model", 308 "model",
299 "ShuttleA", 309 "ShuttleA",
300 "os", 310 "os",
301 "Ubuntu", 311 "Ubuntu",
302 "--uninterestingHashesFile", 312 "--uninterestingHashesFile",
303 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 313 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
304 "--nocpu", 314 "--nocpu",
305 "--dummy-flags" 315 "--dummy-flags"
306 ], 316 ],
317 "cwd": "[SLAVE_BUILD]",
307 "name": "dm" 318 "name": "dm"
308 }, 319 },
309 { 320 {
310 "cmd": [ 321 "cmd": [
311 "python", 322 "python",
312 "-u", 323 "-u",
313 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 324 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
314 "[SLAVE_BUILD]/dm", 325 "[SLAVE_BUILD]/dm",
315 "164710", 326 "164710",
316 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache", 327 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache",
317 "5", 328 "5",
318 "", 329 "",
319 "[SLAVE_BUILD]/skia/common/py/utils" 330 "[SLAVE_BUILD]/skia/common/py/utils"
320 ], 331 ],
321 "cwd": "[SLAVE_BUILD]/skia", 332 "cwd": "[SLAVE_BUILD]/skia",
322 "name": "Upload DM Results" 333 "name": "Upload DM Results"
323 } 334 }
324 ] 335 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698