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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_infra.expected/failed_all_updates.json
diff --git a/infra/bots/recipes/swarm_infra.expected/infra_tests.json b/infra/bots/recipes/swarm_infra.expected/failed_all_updates.json
similarity index 75%
copy from infra/bots/recipes/swarm_infra.expected/infra_tests.json
copy to infra/bots/recipes/swarm_infra.expected/failed_all_updates.json
index 161e230deca0e52e322903d249c814752583aeb0..9dfc5062d36841cf9d9bf960eb603daae22a9870 100644
--- a/infra/bots/recipes/swarm_infra.expected/infra_tests.json
+++ b/infra/bots/recipes/swarm_infra.expected/failed_all_updates.json
@@ -129,22 +129,80 @@
"env": {
"GOPATH": "[CUSTOM_/_B_WORK]/gopath"
},
- "name": "update_go_pkgs"
+ "name": "update go pkgs",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
},
{
"cmd": [
- "python",
- "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py"
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
+ ],
+ "env": {
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ },
+ "name": "update go pkgs (attempt 2)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
+ ],
+ "env": {
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ },
+ "name": "update go pkgs (attempt 3)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
+ ],
+ "env": {
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ },
+ "name": "update go pkgs (attempt 4)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
"GOPATH": "[CUSTOM_/_B_WORK]/gopath"
},
- "name": "infra_tests"
+ "name": "update go pkgs (attempt 5)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
},
{
"name": "$result",
+ "reason": "Step('update go pkgs (attempt 5)') failed with return_code 1",
"recipe_result": null,
- "status_code": 0
+ "status_code": 1
}
]
« 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