Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaja Omer committed Apr 26, 2024
1 parent efeea5f commit 320d321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,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'

- name: Copy logs
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion e2e/k3s-capl-cluster/assert-child-cluster-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
cluster.x-k8s.io/cluster-name: ($cluster)
spec:
region: us-ord
region: (env('LINODE_REGION'))
type: g6-standard-2
status:
ready: true
Expand Down

0 comments on commit 320d321

Please sign in to comment.