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

Side by Side Diff: scripts/slave/recipe_modules/recipe_tryjob/__init__.py

Issue 1971983002: recipe_tryjob: Allow test bypass. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 7 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
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'depot_tools/gclient', 2 'depot_tools/gclient',
3 'depot_tools/git_cl',
3 'depot_tools/bot_update', 4 'depot_tools/bot_update',
5 'depot_tools/tryserver',
4 'file', 6 'file',
5 'luci_config', 7 'luci_config',
6 'recipe_engine/path', 8 'recipe_engine/path',
7 'recipe_engine/python', 9 'recipe_engine/python',
8 'recipe_engine/raw_io', 10 'recipe_engine/raw_io',
9 'recipe_engine/step', 11 'recipe_engine/step',
10 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/recipe_tryjob/api.py » ('j') | scripts/slave/recipe_modules/recipe_tryjob/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698