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

Unified Diff: infra/bots/recipes/upload_dm_results.expected/failed_once.json

Issue 2390723003: Add retries to upload_dm_results (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/upload_dm_results.expected/failed_all.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/upload_dm_results.expected/failed_once.json
diff --git a/infra/bots/recipes/upload_dm_results.expected/normal_bot.json b/infra/bots/recipes/upload_dm_results.expected/failed_once.json
similarity index 91%
copy from infra/bots/recipes/upload_dm_results.expected/normal_bot.json
copy to infra/bots/recipes/upload_dm_results.expected/failed_once.json
index 29fdb33ed980e97baf1b849e1bbbf5be363a7f6b..48d11423ed6dbb884f45a24f0df895f17fbbf1be 100644
--- a/infra/bots/recipes/upload_dm_results.expected/normal_bot.json
+++ b/infra/bots/recipes/upload_dm_results.expected/failed_once.json
@@ -90,7 +90,20 @@
"[CWD]/dm/*",
"gs://skia-infra-gm/dm-images-v1"
],
- "name": "upload images"
+ "name": "upload images",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "[CWD]/dm/*",
+ "gs://skia-infra-gm/dm-images-v1"
+ ],
+ "name": "upload images (attempt 2)"
},
{
"cmd": [
« no previous file with comments | « infra/bots/recipes/upload_dm_results.expected/failed_all.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698