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

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: build_number -> options.build_number 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..e9fe0f1ae64e013cbfbc814824381f92b4bbb881 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,28 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_retry_summary.py",
+ "--retry-summary",
+ "{\"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",
+ "--staging-dir",
+ "[CACHE]/chrome_staging"
+ ],
+ "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