| 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" \
|
|
|