Skip to content

Commit ec77522

Browse files
committed
fixup! 👷 ci: remove unused/broken workflows, add e2e full & docker cleanup worklows
1 parent ed7891c commit ec77522

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

‎test/e2e/config/outscale.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ variables:
9090
EXP_MACHINE_POOL: "true"
9191
CLUSTER_TOPOLOGY: "true"
9292
EXP_RUNTIME_SDK: "true"
93-
ETCD_VERSION_UPGRADE_TO: "3.5.10-0"
94-
COREDNS_VERSION_UPGRADE_TO: "v1.10.1"
93+
ETCD_VERSION_UPGRADE_TO: "3.6.4-0"
94+
COREDNS_VERSION_UPGRADE_TO: "v1.12.1"
9595
IP_FAMILY: "IPv4"
9696
KUBERNETES_VERSION_MANAGEMENT: "v1.30.14"
9797
KUBERNETES_VERSION: "v1.30.14"

‎test/e2e/scale_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
var _ = Describe("[e2e][all] Scaling a cluster", func() {
2424
var (
2525
ctx = context.TODO()
26-
specName = "e2e"
26+
specName = "scaling"
2727
namespace *corev1.Namespace
2828
cancelWatches context.CancelFunc
2929
result *clusterctl.ApplyClusterTemplateAndWaitResult

‎test/e2e/upgrade_test.go‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
. "github.com/onsi/ginkgo/v2"
77
. "github.com/onsi/gomega"
88

9-
"k8s.io/utils/ptr"
109
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
1110
)
1211

@@ -36,20 +35,4 @@ var _ = Describe("[upgrade][all] Running the Cluster API upgrade tests", func()
3635
}
3736
})
3837
})
39-
40-
Context("Running KCP upgrade in a HA cluster", func() {
41-
capi_e2e.ClusterUpgradeConformanceSpec(ctx, func() capi_e2e.ClusterUpgradeConformanceSpecInput {
42-
return capi_e2e.ClusterUpgradeConformanceSpecInput{
43-
E2EConfig: e2eConfig,
44-
ClusterctlConfigPath: clusterctlConfigPath,
45-
InfrastructureProvider: &infraProvider,
46-
BootstrapClusterProxy: bootstrapClusterProxy,
47-
ArtifactFolder: artifactFolder,
48-
ControlPlaneMachineCount: ptr.To[int64](3),
49-
WorkerMachineCount: ptr.To[int64](1),
50-
SkipCleanup: skipCleanup,
51-
SkipConformanceTests: true,
52-
}
53-
})
54-
})
5538
})

0 commit comments

Comments
 (0)