7eea4feb3b
As pytest-based integration tests job is stable, we do not require old integration tests job. Also for the gate job we should switch to the pytest-based integration tests as well. Change-Id: I402f336b13c11d536be363b10dd6a090fa703281
36 lines
1007 B
YAML
36 lines
1007 B
YAML
- project:
|
|
queue: horizon
|
|
templates:
|
|
- check-requirements
|
|
- horizon-cross-jobs
|
|
- horizon-nodejs-jobs
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- horizon-selenium-headless
|
|
- horizon-integration-pytest
|
|
- horizon-ui-pytest:
|
|
voting: false
|
|
- horizon-dsvm-tempest-plugin
|
|
- horizon-tox-bandit-baseline
|
|
- horizon-tempest-plugin-ipv6
|
|
gate:
|
|
jobs:
|
|
- horizon-dsvm-tempest-plugin
|
|
- horizon-selenium-headless
|
|
- horizon-integration-pytest
|
|
- horizon-tempest-plugin-ipv6
|
|
experimental:
|
|
jobs:
|
|
- horizon-integration-pytest-xstatic-master
|
|
- horizon-tox-py36-xstatic-master
|
|
- horizon-nodejs20-run-test-xstatic-master
|
|
periodic:
|
|
jobs:
|
|
- horizon-nodejs20-run-test
|
|
- horizon-integration-pytest
|