Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ATMOSPHERE-316] ci: Test against Ubuntu 24.04 LTS #128

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- rockylinux9
- ubuntu2004
- ubuntu2204
- ubuntu2404
scenario:
- ha
steps:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: vexxhost
name: kubernetes
version: 1.14.3
version: 1.15.0
readme: README.md
authors:
- Mohammed Naser <[email protected]>
Expand Down
50 changes: 50 additions & 0 deletions zuul.d/jobs-noble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Copyright (c) 2024 VEXXHOST, Inc.
# SPDX-License-Identifier: Apache-2.0

- job:
name: ansible-collection-kubernetes-molecule-noble
parent: ansible-collection-kubernetes-molecule
nodeset:
nodes:
- name: ubuntu-noble
label: noble-2c-8g

- job:
name: ansible-collection-kubernetes-molecule-noble-aio
parent: ansible-collection-kubernetes-molecule-noble
vars:
tox_envlist: molecule-aio

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

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

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

- project-template:
name: ansible-collection-kubernetes-molecule-noble
check:
jobs:
- ansible-collection-kubernetes-molecule-noble-aio-1-26
- ansible-collection-kubernetes-molecule-noble-aio-1-27
- ansible-collection-kubernetes-molecule-noble-aio-1-28
gate:
jobs:
- ansible-collection-kubernetes-molecule-noble-aio-1-26
- ansible-collection-kubernetes-molecule-noble-aio-1-27
- ansible-collection-kubernetes-molecule-noble-aio-1-28
1 change: 1 addition & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
templates:
- ansible-collection-kubernetes-molecule-focal
- ansible-collection-kubernetes-molecule-jammy
- ansible-collection-kubernetes-molecule-noble
- ansible-collection-kubernetes-molecule-rockylinux9