From f36b95db4fc9d992afdc58a24bb6a048e5c92be9 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 17 Jan 2024 19:28:25 +0530 Subject: [PATCH] Make "horizon-tox-python3-django42" job voting horizon now supports Django 4.2 version. So this patch make ""horizon-tox-python3-django42" job as voting. Change-Id: I09e50fdede1003fe9a94d129dffe03d224e52e50 --- .zuul.d/django-jobs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.d/django-jobs.yaml b/.zuul.d/django-jobs.yaml index b47385b7a5..402dc0089c 100644 --- a/.zuul.d/django-jobs.yaml +++ b/.zuul.d/django-jobs.yaml @@ -46,11 +46,9 @@ # Let's keep at least one job as a template even when we support # only one version of Django covered by the default job. # Just comment it out for such case. - - horizon-tox-python3-django42: - voting: false + - horizon-tox-python3-django42 gate: jobs: # Default python job in openstack-python3-antelope-jobs(-horizon) - openstack-tox-py311 - # Skip the following until they become voting. - # - horizon-tox-python3-django42 + - horizon-tox-python3-django42