Skip to content

Commit 16efd42

Browse files
committed
Run all flavors
1 parent 0e4a9ff commit 16efd42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
LINODE_CONTROL_PLANE_MACHINE_TYPE: g6-standard-2
143143
LINODE_MACHINE_TYPE: g6-standard-2
144144
CLUSTERCTL_CONFIG: /home/runner/work/cluster-api-provider-linode/cluster-api-provider-linode/e2e/clusterctl-config.yaml
145-
E2E_SELECTOR: '--selector k3s'
145+
E2E_SELECTOR: '--selector flavors'
146146

147147
- name: Copy logs
148148
if: ${{ always() }}

e2e/default-CAPL-cluster/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
set -e
3737
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
3838
--kubernetes-version v1.29.1 \
39-
--infrastructure linode:v0.0.0 \
39+
--infrastructure local-linode:v0.0.0 \
4040
--control-plane-machine-count 1 --worker-machine-count 1 \
4141
--config $CLUSTERCTL_CONFIG > default-cluster.yaml
4242
check:

e2e/rke2-capl-cluster/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
set -e
3737
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
3838
--flavor rke2 --kubernetes-version v1.29.1+rke2r1 \
39-
--infrastructure linode:v0.0.0 \
39+
--infrastructure local-linode:v0.0.0 \
4040
--control-plane-machine-count 1 --worker-machine-count 1 > rke2-cluster.yaml
4141
check:
4242
($error == null): true

0 commit comments

Comments
 (0)