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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.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_debug_git.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.json b/scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.json
index 0cb0f9d976ecb4216449e4c875d13c1a70fd3faf..3a2b6168c102cad05137642e5aabcd01f0015a49 100644
--- a/scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.json
+++ b/scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.json
@@ -264,6 +264,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\": true, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"build_config\": \"Debug\", \"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\": true, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"build_config\": \"Debug\", \"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