Skip more suites which are already scheduled by hardcoded inclusive rules

Fixes #1526
This commit is contained in:
Marco Castelluccio 2020-05-03 13:21:20 +02:00
Родитель 99e80310a9
Коммит 456c072502
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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),