Skip to content

add a k8s install test for pr workflow #896

add a k8s install test for pr workflow

add a k8s install test for pr workflow #896

Workflow file for this run

name: Pr
on: [pull_request]
concurrency:
group: pr-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
issues: read
checks: write
jobs:
k8s:
name: k8s install test
uses: ./.github/workflows/build.yaml
strategy:
matrix:
flavor: [k3s, kubeadm, rke2]
with:
cleanup: true
target: build-provider-images
branch: ${{ github.head_ref }}
envs: |
TARGET=install-k8s-test
K8S_DISTRIBUTION=${{ matrix.flavor }}
ARCH=amd64