Skip to content

Commit 6d97997

Browse files
committed
TEST/MEDIUM: fix missing regular e2e run
1 parent 5449f90 commit 6d97997

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,24 +224,22 @@ e2e_k8s_31:
224224
extends: .kind_deployment_schedules
225225
rules:
226226
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TYPE == 'weekly' && $SCHEDULE_DAY == 'tuesday'
227-
e2e_k8s_32:
228-
stage: e2e_k8s_32
227+
e2e_crd_v1:
228+
stage: e2e_crd_versions
229229
needs: ["docker-build"]
230230
variables:
231231
K8S_VERSION: v1.32.0
232232
KUBEADM_VER: v1beta3
233233
KUBECTL: v1.31.0
234-
extends: .kind_deployment
234+
CRD_VERSION: v1
235+
extends: .kind_deployment_schedules
235236
rules:
236237
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TYPE == 'weekly' && $SCHEDULE_DAY == 'wednesday'
237-
e2e_crd_v1:
238-
stage: e2e_crd_versions
238+
e2e_k8s_32:
239+
stage: e2e_k8s_32
239240
needs: ["docker-build"]
240241
variables:
241242
K8S_VERSION: v1.32.0
242243
KUBEADM_VER: v1beta3
243244
KUBECTL: v1.31.0
244-
CRD_VERSION: v1
245-
extends: .kind_deployment_schedules
246-
rules:
247-
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TYPE == 'weekly' && $SCHEDULE_DAY == 'thursday'
245+
extends: .kind_deployment

0 commit comments

Comments
 (0)