OLD | NEW |
(Empty) | |
| 1 set -e |
| 2 |
| 3 PATCHSET=120001 |
| 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 |
| 6 |
| 7 git cl try -m tryserver.infra \ |
| 8 -b "Try Recipe Trusty 64" \ |
| 9 -b "Try Recipe Mac" \ |
| 10 -b "Try Recipe Win 64" \ |
| 11 -p try_recipe=infra/git_cl \ |
| 12 -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()))") |
OLD | NEW |