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

Unified Diff: infra/bots/recipes/upload_dm_results.expected/failed_all.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
Index: infra/bots/recipes/upload_dm_results.expected/failed_all.json
diff --git a/infra/bots/recipes/upload_dm_results.expected/normal_bot.json b/infra/bots/recipes/upload_dm_results.expected/failed_all.json
similarity index 69%
copy from infra/bots/recipes/upload_dm_results.expected/normal_bot.json
copy to infra/bots/recipes/upload_dm_results.expected/failed_all.json
index 29fdb33ed980e97baf1b849e1bbbf5be363a7f6b..d88927f05e7643f7a17ba53293ec6f8a388b2711 100644
--- a/infra/bots/recipes/upload_dm_results.expected/normal_bot.json
+++ b/infra/bots/recipes/upload_dm_results.expected/failed_all.json
@@ -90,22 +90,68 @@
"[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)",
+ "~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 3)",
+ "~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 4)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
},
{
"cmd": [
"gsutil",
"cp",
- "-z",
- "json,log",
- "[CWD]/tmp_upload/*",
- "gs://skia-infra-gm/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/1337018001"
+ "[CWD]/dm/*",
+ "gs://skia-infra-gm/dm-images-v1"
],
- "name": "upload JSON and logs"
+ "name": "upload images (attempt 5)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
},
{
"name": "$result",
+ "reason": "Step('upload images (attempt 5)') failed with return_code 1",
"recipe_result": null,
- "status_code": 0
+ "status_code": 1
}
]
« no previous file with comments | « infra/bots/recipes/upload_dm_results.py ('k') | infra/bots/recipes/upload_dm_results.expected/failed_once.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698