Skip to content

Commit 761211d

Browse files
committed
Cleanup
1 parent 8866d81 commit 761211d

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

templates/test/ci/cluster-template-prow-azl3.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-azl3.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-azl3/patches/azuremachinetemplate-azl3-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
computeGallery:
1010
gallery: ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019
1111
name: capi-azurelinux-3
12-
version: ${AZL3_VERSION:="1.33.2"}
12+
version: ${AZL3_VERSION}
1313
---
1414
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
1515
kind: AzureMachineTemplate
@@ -22,4 +22,4 @@ spec:
2222
computeGallery:
2323
gallery: ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019
2424
name: capi-azurelinux-3
25-
version: ${AZL3_VERSION:="1.33.2"}
25+
version: ${AZL3_VERSION}

test/e2e/azure_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,14 @@ var _ = Describe("Workload cluster creation", func() {
110110

111111
CheckTestBeforeCleanup()
112112

113-
// Skip cleanup for Azure Linux 3 test for debugging purposes
114-
localSkipCleanup := skipCleanup || (clusterName != "" && strings.Contains(clusterName, "azl3"))
115-
116113
cleanInput := cleanupInput{
117114
SpecName: specName,
118115
Cluster: result.Cluster,
119116
ClusterProxy: bootstrapClusterProxy,
120117
Namespace: namespace,
121118
CancelWatches: cancelWatches,
122119
IntervalsGetter: e2eConfig.GetIntervals,
123-
SkipCleanup: localSkipCleanup,
120+
SkipCleanup: skipCleanup,
124121
SkipLogCollection: skipLogCollection,
125122
AdditionalCleanup: additionalCleanup,
126123
ArtifactFolder: artifactFolder,

0 commit comments

Comments
 (0)