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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipes/swarm_infra.expected/failed_one_update.json
diff --git a/infra/bots/recipes/swarm_infra.expected/infra_tests.json b/infra/bots/recipes/swarm_infra.expected/failed_one_update.json
similarity index 92%
copy from infra/bots/recipes/swarm_infra.expected/infra_tests.json
copy to infra/bots/recipes/swarm_infra.expected/failed_one_update.json
index 161e230deca0e52e322903d249c814752583aeb0..96c79995639ed627607e344965888564f8316fb1 100644
--- a/infra/bots/recipes/swarm_infra.expected/infra_tests.json
+++ b/infra/bots/recipes/swarm_infra.expected/failed_one_update.json
@@ -129,7 +129,23 @@
"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": [
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
+ ],
+ "env": {
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ },
+ "name": "update go pkgs (attempt 2)"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698