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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/infra/git_cl.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 set -e 1 set -e
2 2
3 PATCHSET=20001 3 PATCHSET=40001
4 cd ../ 4 cd ../
5 ./recipes.py run --properties '{"mastername": "master.tryserver.infra", "slavena me": "slaveXXX", "buildername": "Try Recipe Trusty 64", "buildnumber": "0", "iss ue": "1714923002", "rietveld": "https://codereview.chromium.org", "patchset": "' $PATCHSET'"}' infra/git_cl 5 ./recipes.py run --properties '{"mastername": "master.tryserver.infra", "slavena me": "slaveXXX", "buildername": "Try Recipe Trusty 64", "buildnumber": "0", "iss ue": "1725053002", "rietveld": "https://codereview.chromium.org", "patchset": "' $PATCHSET'"}' infra/git_cl
6 6
7 git cl try -m tryserver.infra \ 7 git cl try -m tryserver.infra \
8 -b "Misspelled builder" \
9 -b "Try Recipe Mac" \
8 -b "Try Recipe Trusty 64" \ 10 -b "Try Recipe Trusty 64" \
9 » -b "Try Recipe Mac" \ 11 » -b "Try Recipe Win 64" \
10 -p try_recipe=infra/git_cl \ 12 -p try_recipe=infra/git_cl \
11 » -p try_props=$(echo '{"issue": "1714923002", "rietveld": "https://codere view.chromium.org", "patchset": "'$PATCHSET'"}' | python -c "import zlib, sys, b ase64; print base64.b64encode(zlib.compress(sys.stdin.read()))") 13 » -p try_props=$(echo '{"issue": "1725053002", "rietveld": "https://codere view.chromium.org", "patchset": "'$PATCHSET'"}' | python -c "import zlib, sys, b ase64; print base64.b64encode(zlib.compress(sys.stdin.read()))")
12 14
13 # -b "Try Recipe Win 64" \
OLDNEW
« 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