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

Unified Diff: scripts/slave/recipes/z.sh

Issue 1730923003: Try git cl try-results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: PS40001 Created 4 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
« no previous file with comments | « scripts/slave/recipes/infra/git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/z.sh
diff --git a/scripts/slave/recipes/z.sh b/scripts/slave/recipes/z.sh
index be6276d1fccd0e6a77bb923369e28df79bf6baf6..26c744bb682774739274c59bf723433b0643503d 100755
--- a/scripts/slave/recipes/z.sh
+++ b/scripts/slave/recipes/z.sh
@@ -1,13 +1,14 @@
set -e
-PATCHSET=20001
+PATCHSET=40001
cd ../
-./recipes.py run --properties '{"mastername": "master.tryserver.infra", "slavename": "slaveXXX", "buildername": "Try Recipe Trusty 64", "buildnumber": "0", "issue": "1714923002", "rietveld": "https://codereview.chromium.org", "patchset": "'$PATCHSET'"}' infra/git_cl
+./recipes.py run --properties '{"mastername": "master.tryserver.infra", "slavename": "slaveXXX", "buildername": "Try Recipe Trusty 64", "buildnumber": "0", "issue": "1725053002", "rietveld": "https://codereview.chromium.org", "patchset": "'$PATCHSET'"}' infra/git_cl
git cl try -m tryserver.infra \
- -b "Try Recipe Trusty 64" \
+ -b "Misspelled builder" \
-b "Try Recipe Mac" \
+ -b "Try Recipe Trusty 64" \
+ -b "Try Recipe Win 64" \
-p try_recipe=infra/git_cl \
- -p try_props=$(echo '{"issue": "1714923002", "rietveld": "https://codereview.chromium.org", "patchset": "'$PATCHSET'"}' | python -c "import zlib, sys, base64; print base64.b64encode(zlib.compress(sys.stdin.read()))")
+ -p try_props=$(echo '{"issue": "1725053002", "rietveld": "https://codereview.chromium.org", "patchset": "'$PATCHSET'"}' | python -c "import zlib, sys, base64; print base64.b64encode(zlib.compress(sys.stdin.read()))")
- # -b "Try Recipe Win 64" \
« no previous file with comments | « scripts/slave/recipes/infra/git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698