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

Side by Side Diff: infra/bots/recipes/swarm_infra.expected/failed_one_update.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": [
140 "go",
141 "get",
142 "-u",
143 "go.skia.org/infra/..."
144 ],
145 "env": {
146 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
147 },
148 "name": "update go pkgs (attempt 2)"
149 },
150 {
151 "cmd": [
136 "python", 152 "python",
137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" 153 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py"
138 ], 154 ],
139 "cwd": "[CUSTOM_/_B_WORK]/skia", 155 "cwd": "[CUSTOM_/_B_WORK]/skia",
140 "env": { 156 "env": {
141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" 157 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
142 }, 158 },
143 "name": "infra_tests" 159 "name": "infra_tests"
144 }, 160 },
145 { 161 {
146 "name": "$result", 162 "name": "$result",
147 "recipe_result": null, 163 "recipe_result": null,
148 "status_code": 0 164 "status_code": 0
149 } 165 }
150 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698