Skip to content

feat!: add optional k3s-cuda base image flavors #156

feat!: add optional k3s-cuda base image flavors

feat!: add optional k3s-cuda base image flavors #156

Workflow file for this run

name: Test UDS Capability
on:
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
- "CODEOWNERS"
jobs:
test-clean-install:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
k3s_image_repository: ["rancher/k3s"]
k3s_image_version:
["v1.28.8-k3s1", "v1.29.8-k3s1", "v1.30.4-k3s1", "v1.31.0-k3s1"]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Setup UDS
uses: defenseunicorns/uds-common/.github/actions/setup@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create and deploy the uds-k3d package
run: uds run --set K3S_IMAGE_VERSION=${{matrix.k3s_image_version}} --set K3S_IMAGE_REPOSITORY=${{matrix.k3s_image_repository}} --no-progress
- name: Validate uds-k3d package
run: uds run validate --no-progress