Skip to content

Commit

Permalink
update zuul tasks and remove gha aio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaguang Tang committed Oct 29, 2024
1 parent 0d3a24e commit f746434
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- ubuntu2004
- ubuntu2204
scenario:
- aio
- ha
steps:
- name: Checkout project
Expand Down
20 changes: 19 additions & 1 deletion zuul.d/jobs-focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,36 @@
vars:
tox_envlist: molecule-aio

- job:
name: ansible-collection-kubernetes-molecule-focal-aio-1-26
parent: ansible-collection-kubernetes-molecule-focal-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.26.15

- job:
name: ansible-collection-kubernetes-molecule-focal-aio-1-27
parent: ansible-collection-kubernetes-molecule-focal-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.27.16

- job:
name: ansible-collection-kubernetes-molecule-focal-aio-1-28
parent: ansible-collection-kubernetes-molecule-focal-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.28.4
KUBERNETES_VERSION: 1.28.13

- project-template:
name: ansible-collection-kubernetes-molecule-focal
check:
jobs:
- ansible-collection-kubernetes-molecule-focal-aio-1-26
- ansible-collection-kubernetes-molecule-focal-aio-1-27
- ansible-collection-kubernetes-molecule-focal-aio-1-28
gate:
jobs:
- ansible-collection-kubernetes-molecule-focal-aio-1-26
- ansible-collection-kubernetes-molecule-focal-aio-1-27
- ansible-collection-kubernetes-molecule-focal-aio-1-28
20 changes: 19 additions & 1 deletion zuul.d/jobs-jammy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,36 @@
vars:
tox_envlist: molecule-aio

- job:
name: ansible-collection-kubernetes-molecule-jammy-aio-1-26
parent: ansible-collection-kubernetes-molecule-jammy-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.26.15

- job:
name: ansible-collection-kubernetes-molecule-jammy-aio-1-27
parent: ansible-collection-kubernetes-molecule-jammy-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.27.16

- job:
name: ansible-collection-kubernetes-molecule-jammy-aio-1-28
parent: ansible-collection-kubernetes-molecule-jammy-aio
vars:
tox_environment:
KUBERNETES_VERSION: 1.28.4
KUBERNETES_VERSION: 1.28.13

- project-template:
name: ansible-collection-kubernetes-molecule-jammy
check:
jobs:
- ansible-collection-kubernetes-molecule-jammy-aio-1-26
- ansible-collection-kubernetes-molecule-jammy-aio-1-27
- ansible-collection-kubernetes-molecule-jammy-aio-1-28
gate:
jobs:
- ansible-collection-kubernetes-molecule-jammy-aio-1-26
- ansible-collection-kubernetes-molecule-jammy-aio-1-27
- ansible-collection-kubernetes-molecule-jammy-aio-1-28

0 comments on commit f746434

Please sign in to comment.