diff --git a/.zuul.yaml b/.zuul.yaml index 3f93897..7ea9f45 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,15 +10,10 @@ zuul_work_dir: '{{ zuul.project.src_dir }}' zuul_work_virtualenv: '{{ ansible_user_dir }}/.venv' -- job: - name: bindep-centos-8-stream - parent: bindep-base - nodeset: centos-8-stream - - job: name: bindep-centos-9-stream parent: bindep-base - nodeset: centos-8-stream + nodeset: centos-9-stream - job: name: bindep-ubuntu-bionic @@ -42,7 +37,6 @@ - publish-opendev-nox-docs check: jobs: - - bindep-centos-8-stream - bindep-centos-9-stream - bindep-ubuntu-bionic - bindep-ubuntu-focal @@ -58,7 +52,6 @@ - nox-cover gate: jobs: - - bindep-centos-8-stream - bindep-centos-9-stream - bindep-ubuntu-bionic - bindep-ubuntu-focal