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
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
- job:
|
|
name: horizon-integration-pytest-xstatic-master
|
|
parent: horizon-integration-pytest
|
|
required-projects: &xstatic-projects
|
|
- openstack/horizon
|
|
- openstack/xstatic-angular
|
|
- openstack/xstatic-angular-bootstrap
|
|
- openstack/xstatic-angular-fileupload
|
|
- openstack/xstatic-angular-gettext
|
|
- openstack/xstatic-angular-lrdragndrop
|
|
- openstack/xstatic-angular-smart-table
|
|
- openstack/xstatic-bootstrap-datepicker
|
|
- openstack/xstatic-bootstrap-scss
|
|
- openstack/xstatic-bootswatch
|
|
- openstack/xstatic-d3
|
|
- openstack/xstatic-hogan
|
|
- openstack/xstatic-jasmine
|
|
- openstack/xstatic-jquery-migrate
|
|
- openstack/xstatic-jquery.quicksearch
|
|
- openstack/xstatic-jquery.tablesorter
|
|
- openstack/xstatic-jsencrypt
|
|
- openstack/xstatic-mdi
|
|
- openstack/xstatic-rickshaw
|
|
- openstack/xstatic-roboto-fontface
|
|
- openstack/xstatic-spin
|
|
|
|
- job:
|
|
name: horizon-tox-py36-xstatic-master
|
|
parent: openstack-tox-py39
|
|
required-projects: *xstatic-projects
|
|
|
|
- job:
|
|
name: horizon-nodejs20-run-test-xstatic-master
|
|
parent: horizon-nodejs20-run-test
|
|
required-projects: *xstatic-projects
|
|
pre-run: playbooks/npm-test-xstatic-master/pre.yaml
|