aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/submit_try
Commit message (Collapse)AuthorAge
* Fix submit_try for new builder namesGravatar borenet@google.com2013-05-02
| | | | | | | | | (SkipBuildbotRuns) Unreviewed. Review URL: https://codereview.chromium.org/14611009 git-svn-id: http://skia.googlecode.com/svn/trunk@8950 2bbb7eff-a529-9590-31e7-b0007b416f81
* Introduce aliases and regex in submit_try.Gravatar rmistry@google.com2013-04-09
| | | | | | | | | | | Adding the aliases 'compile' and 'cq'. Also adding a alias 'regex' that prompts the user for a regex, displays results and prompts again for confirmation. Created to fix the feature request https://code.google.com/p/skia/issues/detail?id=1207 : replace hard-coded trybot lists with automated filtering. (SkipBuildbotRuns) Review URL: https://codereview.chromium.org/13493012 git-svn-id: http://skia.googlecode.com/svn/trunk@8569 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make submit_try accept space- or comma-separated listGravatar epoger@google.com2013-04-03
| | | | | | | (SkipBuildbotRuns) Review URL: https://codereview.chromium.org/13535005 git-svn-id: http://skia.googlecode.com/svn/trunk@8521 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add short option for --bot in submit_tryGravatar borenet@google.com2013-04-01
| | | | | | | (SkipBuildbotRuns) Review URL: https://codereview.chromium.org/13133011 git-svn-id: http://skia.googlecode.com/svn/trunk@8460 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix submit_tryGravatar borenet@google.com2013-03-20
| | | | | | | Unreviewed (SkipBuildbotRuns) git-svn-id: http://skia.googlecode.com/svn/trunk@8270 2bbb7eff-a529-9590-31e7-b0007b416f81
* Use "svn cat" in tools/submit_tryGravatar borenet@google.com2013-03-18
| | | | | | | (SkipBuildbotRuns) Review URL: https://codereview.chromium.org/12726006 git-svn-id: http://skia.googlecode.com/svn/trunk@8197 2bbb7eff-a529-9590-31e7-b0007b416f81
* Change submit_try to use checked-in master_host and master_portGravatar borenet@google.com2013-03-11
| | | | | | | (SkipBuildbotRuns) Review URL: https://codereview.appspot.com/7719044 git-svn-id: http://skia.googlecode.com/svn/trunk@8072 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix master IP in submit_tryGravatar borenet@google.com2013-02-05
| | | | | | | | | Unreviewed. Should have this reference: http://skia.googlecode.com/svn/buildbot/site_config/global_variables.json (SkipBuildbotRuns) Review URL: https://codereview.appspot.com/7314045 git-svn-id: http://skia.googlecode.com/svn/trunk@7598 2bbb7eff-a529-9590-31e7-b0007b416f81
* Manually parse arguments in submit_tryGravatar borenet@google.com2013-01-25
| | | | | | | Argparse not supported with Python < 2.7. Review URL: https://codereview.appspot.com/7206054 git-svn-id: http://skia.googlecode.com/svn/trunk@7403 2bbb7eff-a529-9590-31e7-b0007b416f81
* Modify submit_try to work on windowsGravatar borenet@google.com2013-01-24
| | | | | | Review URL: https://codereview.appspot.com/7199053 git-svn-id: http://skia.googlecode.com/svn/trunk@7379 2bbb7eff-a529-9590-31e7-b0007b416f81
* Replace gcl_try with submit_tryGravatar borenet@google.com2013-01-23
submit_try supports both git and svn and hooks directly into depot_tools rather than calling it in a subprocess. Review URL: https://codereview.appspot.com/7202044 git-svn-id: http://skia.googlecode.com/svn/trunk@7352 2bbb7eff-a529-9590-31e7-b0007b416f81