771c2bbe12
Read the ``network_driver`` cluster template option and pass it through to the helm chart as ``addons.cni.type`` so users can select between calico (default) and cilium per template. Assisted-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Change-Id: Iab25356b704fd531aca5ef9593126848e49e2eeb Signed-off-by: Sam Morrison <sorrison@gmail.com> Signed-off-by: Matt Crees <mattc@stackhpc.com>
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
---
|
|
- job:
|
|
name: magnum-capi-helm-tests-cluster-calico-v1-35
|
|
parent: magnum-capi-helm-tests-cluster-calico
|
|
vars:
|
|
kube_version: "v1.35.5"
|
|
kube_version_dir: "2026.05-6"
|
|
|
|
- job:
|
|
name: magnum-capi-helm-tests-cluster-cilium-v1-35
|
|
parent: magnum-capi-helm-tests-cluster-cilium
|
|
vars:
|
|
kube_version: "v1.35.5"
|
|
kube_version_dir: "2026.05-6"
|
|
|
|
- job:
|
|
name: magnum-capi-helm-tests-cluster-calico-v1-35-2025-1
|
|
parent: magnum-capi-helm-tests-cluster-calico-v1-35
|
|
required-projects:
|
|
- name: openstack/magnum
|
|
override-checkout: stable/2025.1
|
|
|
|
- job:
|
|
name: magnum-capi-helm-tests-cluster-calico-v1-35-2025-2
|
|
parent: magnum-capi-helm-tests-cluster-calico-v1-35
|
|
required-projects:
|
|
- name: openstack/magnum
|
|
override-checkout: stable/2025.2
|
|
|
|
- job:
|
|
name: magnum-capi-helm-tests-cluster-calico-v1-35-2026-1
|
|
parent: magnum-capi-helm-tests-cluster-calico-v1-35
|
|
required-projects:
|
|
- name: openstack/magnum
|
|
override-checkout: stable/2026.1
|