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

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

Issue 2421733002: Archive retry summary for layout tests along with layout test results. (Closed)
Patch Set: Change --retry-summary to --retry-summary-json and make it take a file path 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/webkit_tests_with_and_without_patch_fail.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json b/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json
index 836144f48d82cf22ce0cd441ba1661769f8bcd84..b9096e1c4f2087b09b268b3b145b27ebb4e9d5e7 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json
@@ -725,6 +725,26 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_retry_summary.py",
+ "--retry-summary-json",
+ "{\"failures\": [], \"ignored\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe-not-awesome.html\"]}",
+ "--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"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698