Skip to content

Commit 089150a

Browse files
committed
disable flatcar test for now
1 parent 225a8d1 commit 089150a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ metadata:
55
creationTimestamp: null
66
name: flatcar-capl-cluster
77
# Labels to allow the test to be triggered based on selector flag
8-
labels:
9-
all:
10-
kubeadm-flatcar:
11-
flavors:
8+
# TODO: re-enable this test once flatcar provisioning is working again
9+
# labels:
10+
# all:
11+
# kubeadm-flatcar:
12+
# flavors:
1213
spec:
1314
catch:
1415
- script:
@@ -22,7 +23,7 @@ spec:
2223
- name: LINODE_REGION
2324
value: (env('LINODE_REGION'))
2425
content: |
25-
set -ex
26+
set -e
2627
# Get the latest version on Alpha channel.
2728
# NOTE: This can be changed to Beta or Stable when Akamai support will come on these channels.
2829
IMAGE_ID=$(cat image-id)
@@ -238,7 +239,7 @@ spec:
238239
- name: LINODE_REGION
239240
value: (env('LINODE_REGION'))
240241
content: |
241-
set -ex
242+
set -e
242243
# Get the latest version on Alpha channel.
243244
# NOTE: This can be changed to Beta or Stable when Akamai support will come on these channels.
244245
IMAGE_ID=$(cat image-id)

0 commit comments

Comments
 (0)