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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json

Issue 22449006: Second attempt at adding archive_layout_test_results to the blink trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix archive_layout_tests to take gs-bucket Created 7 years, 4 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/blink_trybot.expected/mac_fail_release.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json b/scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json
index 7d753edaf4aeff5a2f6428950b8cd5fce5d3a315..5b2558e38f53c09d4a29b94c5299599c87a9038f 100644
--- a/scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json
+++ b/scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json
@@ -239,6 +239,31 @@
"cmd": [
"python",
"-u",
+ "[BUILD_ROOT]/scripts/slave/chromium/archive_layout_test_results.py",
+ "--results-dir",
+ "[SLAVE_BUILD_ROOT]/layout-test-results",
+ "--build-dir",
+ "[SLAVE_BUILD_ROOT]/src/out",
+ "--build-number",
+ 571,
+ "--builder-name",
+ "TestBuilder",
+ "--gs-bucket",
+ "gs://chromium-layout-test-archives",
+ "--factory-properties",
+ "{\"GIT_MODE\": false, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"config_name\": \"blink\", \"issue\": 12853011, \"mastername\": \"chromium.testing.master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://chromiumcodereview.appspot.com\", \"root\": \"src/third_party/WebKit\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"GIT_MODE\": false, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"config_name\": \"blink\", \"issue\": 12853011, \"mastername\": \"chromium.testing.master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://chromiumcodereview.appspot.com\", \"root\": \"src/third_party/WebKit\", \"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/TestBuilder/571/@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py",
".",
"[DEPOT_TOOLS_ROOT]/gclient"

Powered by Google App Engine
This is Rietveld 408576698