Skip horizon-integration-tests for translation jobs
There is no need to run horizon-integration-tests as we use the default language, English, in the integration tests and proposed translation files are validated in the pep8 job. It reduced the CI resources and waiting time. Change-Id: I70851622a91280eab99005bf285d8190bfbf8933
This commit is contained in:
parent
79fc46a064
commit
a17aa5568a
11
.zuul.yaml
11
.zuul.yaml
@ -5,9 +5,7 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
- ^horizon/locale/.*$
|
- ^.*/locale/.*$
|
||||||
- ^openstack_dashboard/locale/.*$
|
|
||||||
- ^openstack_auth/locale/.*$
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: horizon-tox-python3-django
|
name: horizon-tox-python3-django
|
||||||
@ -57,6 +55,7 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
|
- ^.*/locale/.*$
|
||||||
vars:
|
vars:
|
||||||
devstack_services:
|
devstack_services:
|
||||||
horizon: true
|
horizon: true
|
||||||
@ -73,9 +72,7 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
- ^horizon/locale/.*$
|
- ^.*/locale/.*$
|
||||||
- ^openstack_dashboard/locale/.*$
|
|
||||||
- ^openstack_auth/locale/.*$
|
|
||||||
# Test codes are not related to tempest tests
|
# Test codes are not related to tempest tests
|
||||||
# as tempest is defined in a separete repository
|
# as tempest is defined in a separete repository
|
||||||
- ^horizon/test/.*$
|
- ^horizon/test/.*$
|
||||||
@ -109,7 +106,7 @@
|
|||||||
tox_envlist: bandit-baseline
|
tox_envlist: bandit-baseline
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^.*\locale/.*$
|
- ^.*/locale/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
|
Loading…
Reference in New Issue
Block a user