Merge "zuul: Avoid duplicated job"

This commit is contained in:
Zuul 2020-01-27 15:03:58 +00:00 committed by Gerrit Code Review
commit 363a4df3ac

View File

@ -164,10 +164,17 @@
Run unit tests with non-primary Django versions.
check:
jobs:
- horizon-tox-python3-django22
# Currently we only support Django 2.2, so there is no need
# to run tests with different versions of Django.
# We specify a job in openstack-python3-ussuri-jobs(-horizon)
# to keep this project template as it is used in horizon plugins.
- openstack-tox-py37
# NOTE: We keep it as a template even though it is not used now.
# - horizon-tox-python3-django22
gate:
jobs:
- horizon-tox-python3-django22
- openstack-tox-py37
# - horizon-tox-python3-django22
- project:
templates: