Skip to content

Commit

Permalink
Remove zuul integration job (#970) (#975)
Browse files Browse the repository at this point in the history
[backport][release_2.0] Remove zuul integration job (#970)

Remove zuul integration job
This job is handled through GHA now.
Also remove remnants of linter job.
Backport of PR #970
(cherry picked from commit 1db262e)

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
  • Loading branch information
Shrews committed Jan 24, 2022
1 parent 2024066 commit ebc432a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
24 changes: 0 additions & 24 deletions .zuul.d/jobs.yaml
Expand Up @@ -193,27 +193,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
8 changes: 0 additions & 8 deletions .zuul.d/playbooks/ansible-runner-tox-linters/pre.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .zuul.d/project.yaml
Expand Up @@ -7,7 +7,6 @@
- ansible-runner-build-container-image-stable-2.9
- ansible-runner-build-container-image-stable-2.10
- ansible-runner-build-container-image-stable-2.11
- ansible-runner-integration
gate:
jobs: *id001
post:
Expand Down

0 comments on commit ebc432a

Please sign in to comment.