зеркало из https://github.com/mozilla/treeherder.git
Bug 1270182 - Travis: Improve file comments
This commit is contained in:
Родитель
531b253528
Коммит
fcec28129a
|
@ -8,6 +8,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
# Each entry here creates another sub-job.
|
# Each entry here creates another sub-job.
|
||||||
|
|
||||||
|
# Job 1: Linters
|
||||||
- env: linters
|
- env: linters
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
@ -31,6 +32,7 @@ matrix:
|
||||||
- flake8 --show-source
|
- flake8 --show-source
|
||||||
- isort --check-only --diff --quiet
|
- isort --check-only --diff --quiet
|
||||||
|
|
||||||
|
# Job 2: Nodejs UI tests
|
||||||
- env: ui-tests
|
- env: ui-tests
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
|
@ -50,6 +52,7 @@ matrix:
|
||||||
- npm test
|
- npm test
|
||||||
- ./node_modules/.bin/grunt build --production
|
- ./node_modules/.bin/grunt build --production
|
||||||
|
|
||||||
|
# Job 3: Python Tests Chunk A
|
||||||
- env: python-tests-main
|
- env: python-tests-main
|
||||||
# Once mysql 5.6 is available on the container infra, we should switch back
|
# Once mysql 5.6 is available on the container infra, we should switch back
|
||||||
# to it, by setting `sudo: false`, so we can use caching for this job.
|
# to it, by setting `sudo: false`, so we can use caching for this job.
|
||||||
|
@ -70,6 +73,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- py.test tests/ --runslow --ignore=tests/e2e/ --ignore=tests/etl/ --ignore=tests/log_parser/
|
- py.test tests/ --runslow --ignore=tests/e2e/ --ignore=tests/etl/ --ignore=tests/log_parser/
|
||||||
|
|
||||||
|
# Job 4: Python Tests Chunk B
|
||||||
- env: python-tests-e2e-etl-and-logparser
|
- env: python-tests-e2e-etl-and-logparser
|
||||||
# Once mysql 5.6 is available on the container infra, we should switch back
|
# Once mysql 5.6 is available on the container infra, we should switch back
|
||||||
# to it, by setting `sudo: false`, so we can use caching for this job.
|
# to it, by setting `sudo: false`, so we can use caching for this job.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче