From e96f821cce0b233b604793deb53efb66fd85211f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Wed, 18 Jan 2023 21:28:14 +0100 Subject: [PATCH] CI: Switch to Fedora 36 ...because Vexxhost pulled the plug on the F35 mirroring infrastructure, and as a result, all jobs started failing. Change-Id: Ib5d795397e907de3eff6cdb9c4145353400793ab Depends-on: https://review.gerrithub.io/c/Telecominfraproject/oopt-zuul-jobs/+/548583 --- .zuul.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ba1593a2..683333aa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,27 @@ - tox-py39: vars: ensure_tox_version: '<4' + - tox-py310-cover: + vars: + ensure_tox_version: '<4' + - tox-docs-f36: + vars: + ensure_tox_version: '<4' + - coverage-diff: + voting: false + dependencies: + - tox-py310-cover-previous + - tox-py310-cover + vars: + coverage_job_name_previous: tox-py310-cover-previous + coverage_job_name_current: tox-py310-cover + - tox-linters-diff-n-report: + voting: false + vars: + ensure_tox_version: '<4' + - tox-py310-cover-previous: + vars: + ensure_tox_version: '<4' tag: jobs: - oopt-release-python: