Skip to content

Commit 320d321

Browse files
committed
Test
1 parent efeea5f commit 320d321

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_test_ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
LINODE_CONTROL_PLANE_MACHINE_TYPE: g6-standard-2
191191
LINODE_MACHINE_TYPE: g6-standard-2
192192
CLUSTERCTL_CONFIG: /home/runner/work/cluster-api-provider-linode/cluster-api-provider-linode/e2e/clusterctl-config.yaml
193+
E2E_SELECTOR: '--selector k3s'
193194

194195
- name: Copy logs
195196
if: ${{ always() }}

e2e/k3s-capl-cluster/assert-child-cluster-resources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
cluster.x-k8s.io/cluster-name: ($cluster)
77
spec:
8-
region: us-ord
8+
region: (env('LINODE_REGION'))
99
type: g6-standard-2
1010
status:
1111
ready: true

0 commit comments

Comments
 (0)