Skip to content

Commit

Permalink
Run all flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 26, 2024
1 parent 0e4a9ff commit 16efd42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
LINODE_CONTROL_PLANE_MACHINE_TYPE: g6-standard-2
LINODE_MACHINE_TYPE: g6-standard-2
CLUSTERCTL_CONFIG: /home/runner/work/cluster-api-provider-linode/cluster-api-provider-linode/e2e/clusterctl-config.yaml
E2E_SELECTOR: '--selector k3s'
E2E_SELECTOR: '--selector flavors'

- name: Copy logs
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion e2e/default-CAPL-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
set -e
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
--kubernetes-version v1.29.1 \
--infrastructure linode:v0.0.0 \
--infrastructure local-linode:v0.0.0 \
--control-plane-machine-count 1 --worker-machine-count 1 \
--config $CLUSTERCTL_CONFIG > default-cluster.yaml
check:
Expand Down
2 changes: 1 addition & 1 deletion e2e/rke2-capl-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
set -e
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
--flavor rke2 --kubernetes-version v1.29.1+rke2r1 \
--infrastructure linode:v0.0.0 \
--infrastructure local-linode:v0.0.0 \
--control-plane-machine-count 1 --worker-machine-count 1 > rke2-cluster.yaml
check:
($error == null): true
Expand Down

0 comments on commit 16efd42

Please sign in to comment.