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

Side by Side Diff: infra/bots/recipes/swarm_infra.expected/infra_tests.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
« no previous file with comments | « infra/bots/recipes/swarm_infra.expected/failed_one_update.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }, 133 },
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" 137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py"
138 ], 138 ],
139 "cwd": "[CUSTOM_/_B_WORK]/skia", 139 "cwd": "[CUSTOM_/_B_WORK]/skia",
140 "env": { 140 "env": {
141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" 141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
142 }, 142 },
143 "name": "infra_tests" 143 "name": "infra_tests"
144 }, 144 },
145 { 145 {
146 "name": "$result", 146 "name": "$result",
147 "recipe_result": null, 147 "recipe_result": null,
148 "status_code": 0 148 "status_code": 0
149 } 149 }
150 ] 150 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_infra.expected/failed_one_update.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698