Remove non-existant 'functional' test
There is no 'functional' tox env, so the 'functional' test run by zuul re-runs lint again. Rather than waste resources we remove the common template and just add the linters job. Change-Id: Ibb5152b4d7f731aebbeab46ac4ccd38658cd30a1
This commit is contained in:
2 changed files with 3 additions and 2 deletions
2
tox.ini
2
tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = docs,linters,functional
envlist = docs,linters
[testenv]
@@ -14,12 +14,12 @@
- project:
templates:
- openstack-ansible-role-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-ops:elk_metrics_6x-centos-7
- openstack-ansible-ops:elk_metrics_6x-centos-7-clustered
- openstack-ansible-ops:elk_metrics_6x-opensuse-423
@@ -35,5 +35,6 @@
- openstack-ansible-ops:osquery-ubuntu-bionic-clustered
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic
- openstack-ansible-ops:osquery-ubuntu-bionic
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.