зеркало из https://github.com/mozilla/bugbug.git
Skip more suites which are already scheduled by hardcoded inclusive rules
Fixes #1526
This commit is contained in:
Родитель
99e80310a9
Коммит
456c072502
|
@ -35,13 +35,17 @@ logger = getLogger(__name__)
|
|||
JOBS_TO_CONSIDER = ("test-", "build-")
|
||||
JOBS_TO_IGNORE = (
|
||||
"build-docker-image-",
|
||||
"-test-verify-",
|
||||
"-test-coverage-",
|
||||
"-android-hw-",
|
||||
"-awsy-",
|
||||
"-raptor-",
|
||||
"-talos-",
|
||||
"backlog",
|
||||
# inclusive test suites -- these *only* run when certain files have changed
|
||||
"-test-verify-",
|
||||
"-test-coverage-",
|
||||
"jittest",
|
||||
"jsreftest",
|
||||
"android-hw-gfx",
|
||||
)
|
||||
|
||||
# The mozci version (to bump whenever we change the mozci regression algorithm),
|
||||
|
|
Загрузка…
Ссылка в новой задаче