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

Side by Side Diff: infra/bots/recipes/swarm_infra.expected/failed_all_updates.json

Issue 2437143002: Add retries to the InfraTests bot's "update go pkgs" step (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\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", 6 "\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",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "go", 124 "go",
125 "get", 125 "get",
126 "-u", 126 "-u",
127 "go.skia.org/infra/..." 127 "go.skia.org/infra/..."
128 ], 128 ],
129 "env": { 129 "env": {
130 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" 130 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
131 }, 131 },
132 "name": "update_go_pkgs" 132 "name": "update go pkgs",
133 "~followup_annotations": [
134 "step returned non-zero exit code: 1",
135 "@@@STEP_FAILURE@@@"
136 ]
133 }, 137 },
134 { 138 {
135 "cmd": [ 139 "cmd": [
136 "python", 140 "go",
137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" 141 "get",
142 "-u",
143 "go.skia.org/infra/..."
138 ], 144 ],
139 "cwd": "[CUSTOM_/_B_WORK]/skia",
140 "env": { 145 "env": {
141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" 146 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
142 }, 147 },
143 "name": "infra_tests" 148 "name": "update go pkgs (attempt 2)",
149 "~followup_annotations": [
150 "step returned non-zero exit code: 1",
151 "@@@STEP_FAILURE@@@"
152 ]
153 },
154 {
155 "cmd": [
156 "go",
157 "get",
158 "-u",
159 "go.skia.org/infra/..."
160 ],
161 "env": {
162 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
163 },
164 "name": "update go pkgs (attempt 3)",
165 "~followup_annotations": [
166 "step returned non-zero exit code: 1",
167 "@@@STEP_FAILURE@@@"
168 ]
169 },
170 {
171 "cmd": [
172 "go",
173 "get",
174 "-u",
175 "go.skia.org/infra/..."
176 ],
177 "env": {
178 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
179 },
180 "name": "update go pkgs (attempt 4)",
181 "~followup_annotations": [
182 "step returned non-zero exit code: 1",
183 "@@@STEP_FAILURE@@@"
184 ]
185 },
186 {
187 "cmd": [
188 "go",
189 "get",
190 "-u",
191 "go.skia.org/infra/..."
192 ],
193 "env": {
194 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
195 },
196 "name": "update go pkgs (attempt 5)",
197 "~followup_annotations": [
198 "step returned non-zero exit code: 1",
199 "@@@STEP_FAILURE@@@"
200 ]
144 }, 201 },
145 { 202 {
146 "name": "$result", 203 "name": "$result",
204 "reason": "Step('update go pkgs (attempt 5)') failed with return_code 1",
147 "recipe_result": null, 205 "recipe_result": null,
148 "status_code": 0 206 "status_code": 1
149 } 207 }
150 ] 208 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_infra.py ('k') | infra/bots/recipes/swarm_infra.expected/failed_one_update.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698