bfecbde4dc
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I35b3967f8fe3423bea698284078bdb07f4a1b814 Story: #2002586 Task: #24299
97 lines
2.6 KiB
YAML
97 lines
2.6 KiB
YAML
- job:
|
|
name: horizon-openstack-tox-base
|
|
parent: openstack-tox
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^horizon/locale/.*$
|
|
- ^openstack_dashboard/locale/.*$
|
|
- ^openstack_auth/locale/.*$
|
|
|
|
- job:
|
|
name: horizon-openstack-tox-python3-django111
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: py3-dj111
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
|
|
- job:
|
|
name: horizon-selenium-headless
|
|
parent: horizon-openstack-tox-base
|
|
pre-run: playbooks/horizon-selenium-headless/pre.yaml
|
|
vars:
|
|
tox_envlist: selenium-headless
|
|
|
|
- job:
|
|
name: horizon-dsvm-tempest-plugin
|
|
parent: devstack-tempest
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/tempest
|
|
- name: openstack/tempest-horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^horizon/locale/.*$
|
|
- ^openstack_dashboard/locale/.*$
|
|
- ^openstack_auth/locale/.*$
|
|
# Test codes are not related to tempest tests
|
|
# as tempest is defined in a separete repository
|
|
- ^horizon/test/.*$
|
|
- ^openstack_auth/tests/.*$
|
|
- ^openstack_dashboard/test/.*$
|
|
- ^openstack_dashboard/dashboards/.*/tests.py$
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/tempest-horizon'"
|
|
devstack_services:
|
|
horizon: true
|
|
tempest: true
|
|
tempest_concurrency: 2
|
|
tempest_test_regex: horizon
|
|
tox_envlist: all
|
|
|
|
- job:
|
|
# Security testing for known issues
|
|
name: horizon-tox-bandit-baseline
|
|
parent: openstack-tox
|
|
timeout: 2400
|
|
vars:
|
|
tox_envlist: bandit-baseline
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^.*\locale/.*$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-python36-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- publish-openstack-docs-pti
|
|
- periodic-stable-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- nodejs4-jobs
|
|
check:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|
|
- horizon-selenium-headless:
|
|
voting: false
|
|
- horizon-dsvm-tempest-plugin
|
|
- openstack-tox-lower-constraints
|
|
- horizon-tox-bandit-baseline:
|
|
voting: false
|
|
gate:
|
|
queue: horizon
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|
|
- horizon-dsvm-tempest-plugin
|
|
- openstack-tox-lower-constraints
|