File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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:
1213spec :
1314 catch :
1415 - script :
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)
You can’t perform that action at this time.
0 commit comments