Use named Kubernetes versions in GHAs

This ensures consistent job names that don't change when Kubernetes
versions change.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2025-07-07 13:18:41 -04:00
committed by Thomas Pantelis
parent 46f2d92442
commit 8740c33847
+2 -2
View File
@@ -19,11 +19,11 @@ jobs:
cable_driver: ['libreswan', 'wireguard', 'vxlan'] cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet'] globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version # Run most tests against the latest K8s version
k8s_version: ['1.32'] k8s_version: ['k8s-latest']
lighthouse: ['', 'lighthouse'] lighthouse: ['', 'lighthouse']
include: include:
# Bottom of supported K8s version range # Bottom of supported K8s version range
- k8s_version: '1.29' - k8s_version: 'k8s-oldest-supported'
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683