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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json

Issue 2434353002: Change archive_retry_summary step to happen also when there are new failures. (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: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json b/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
index cd29b35e82562e1076056f44474544108cc17e71..71b9cdc8c6458286cacc2cdbc776700ae3639a39 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
@@ -721,7 +721,29 @@
"step returned non-zero exit code: 1",
"@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/>@@@",
"@@@STEP_FAILURE@@@",
- "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
+ "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_retry_summary.py",
+ "--retry-summary-json",
+ "{\"failures\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe-not-awesome.html\"], \"ignored\": []}",
+ "--build-number",
+ "571",
+ "--builder-name",
+ "linux_precise_blink_rel",
+ "--gs-bucket",
+ "gs://chromium-layout-test-archives"
+ ],
+ "cwd": "[BUILDER_CACHE]/linux_layout",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "archive_retry_summary",
+ "~followup_annotations": [
"@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b7535\"@@@"
]
},

Powered by Google App Engine
This is Rietveld 408576698