diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 8d876613b..e0fa13963 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -242,27 +242,3 @@ - job: name: ansible-runner-upload-container-image-stable-2.9 parent: ansible-runner-container-image-base - -# ============================================================================= -- job: - name: ansible-runner-integration - parent: ansible-buildset-registry-consumer - requires: - - ansible-runner-container-image - dependencies: - - ansible-runner-build-container-image - vars: - container_command: docker - -- job: - name: ansible-runner-integration - parent: ansible-tox-py38 - - -# ============================================================================= - -- job: - name: ansible-runner-tox-linters - parent: ansible-tox-linters - pre-run: .zuul.d/playbooks/ansible-runner-tox-linters/pre.yaml - nodeset: centos-8-stream diff --git a/.zuul.d/playbooks/ansible-runner-tox-linters/pre.yaml b/.zuul.d/playbooks/ansible-runner-tox-linters/pre.yaml deleted file mode 100644 index 9eb765f44..000000000 --- a/.zuul.d/playbooks/ansible-runner-tox-linters/pre.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- hosts: all - tasks: - - name: Ensure python3.8 is present - become: true - package: - name: python38-devel - state: present diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 746ab5b7e..e499088b8 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -8,7 +8,6 @@ - ansible-runner-build-container-image-stable-2.10 - ansible-runner-build-container-image-stable-2.11 - ansible-runner-build-container-image-stable-2.12 - - ansible-runner-integration gate: jobs: *id001 post: