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

Issue 13493012: Introduce aliases and regex in submit_try (Closed)

Created:
7 years, 8 months ago by rmistry
Modified:
7 years, 8 months ago
Reviewers:
borenet
CC:
skia-review_googlegroups.com, skiabot_google.com
Visibility:
Public.

Description

Introduce aliases and regex in submit_try. 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) Committed: https://code.google.com/p/skia/source/detail?r=8569

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -11 lines) Patch
M tools/submit_try View 1 2 3 4 7 chunks +47 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rmistry
7 years, 8 months ago (2013-04-08 20:51:57 UTC) #1
borenet
https://codereview.chromium.org/13493012/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.chromium.org/13493012/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: format_args = ['\n '.join(trybots)] + ALL_ALIASES I might put ...
7 years, 8 months ago (2013-04-08 21:02:21 UTC) #2
rmistry
https://codereview.chromium.org/13493012/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.chromium.org/13493012/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: format_args = ['\n '.join(trybots)] + ALL_ALIASES On 2013/04/08 21:02:21, ...
7 years, 8 months ago (2013-04-08 21:11:38 UTC) #3
borenet
LGTM https://codereview.chromium.org/13493012/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.chromium.org/13493012/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: format_args = ['\n '.join(trybots)] + ALL_ALIASES On 2013/04/08 ...
7 years, 8 months ago (2013-04-08 21:15:50 UTC) #4
rmistry
https://codereview.chromium.org/13493012/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.chromium.org/13493012/diff/4001/tools/submit_try#newcode210 tools/submit_try:210: using_bots = filter(lambda trybot: '_Compile_' in trybot, trybots) On ...
7 years, 8 months ago (2013-04-09 11:33:39 UTC) #5
rmistry
7 years, 8 months ago (2013-04-09 11:46:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r8569 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698