Skip to content

Commit

Permalink
ci/airgap: remove test on alpha version of Rancher
Browse files Browse the repository at this point in the history
Because at the very early beginning of the alpha release the test will
fail. But we can still manually specify a Rancher version if we know
that the release is good and can be tested.

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Dec 16, 2024
1 parent bb17cc0 commit 4d9348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-airgap-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.30.4+k3s1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.30.4+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","alpha"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
credentials: ${{ secrets.GCP_CREDENTIALS }}
Expand Down

0 comments on commit 4d9348f

Please sign in to comment.