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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json

Issue 965313004: Also archive layout tests results on non-tryserver builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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.expected/full_chromium_fyi_ChromiumPracticeFullTester.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json
index 3762fdd4757933f73354782c323c48dbb400ddf9..d4bdc073b1f7d286b559479822e85b80f8c9b0e5 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json
@@ -167,5 +167,31 @@
"~followup_annotations": [
"@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
+ "--results-dir",
+ "[SLAVE_BUILD]/layout-test-results",
+ "--build-dir",
+ "[SLAVE_BUILD]/src/out",
+ "--build-number",
+ "571",
+ "--builder-name",
+ "ChromiumPracticeFullTester",
+ "--gs-bucket",
+ "gs://chromium-layout-test-archives",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"ChromiumPracticeFullTester\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"ChromiumPracticeFullTester\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
+ ],
+ "name": "archive_webkit_tests_results",
+ "~followup_annotations": [
+ "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results/results.html@@@",
+ "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results.zip@@@"
+ ]
}
]

Powered by Google App Engine
This is Rietveld 408576698