From 5ed3e208878898fc1c167bbb212a063b1faabfa8 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Tue, 14 Apr 2026 16:30:43 +0200 Subject: [PATCH] remove e2e tests for kcp <0.29, add tests for kcp >0.29 On-behalf-of: @SAP christoph.mewes@sap.com --- .prow.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index b4cdb1f..fabbf46 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -88,7 +88,7 @@ presubmits: memory: 4Gi cpu: 2 - - name: pull-api-syncagent-test-e2e-kcp-0.27 + - name: pull-api-syncagent-test-e2e-kcp-0.29 always_run: true decorate: true clone_uri: "https://github.com/kcp-dev/api-syncagent" @@ -101,13 +101,13 @@ presubmits: - hack/ci/run-e2e-tests.sh env: - name: KCP_VERSION - value: "0.27.1" + value: "0.29.3" resources: requests: memory: 4Gi cpu: 2 - - name: pull-api-syncagent-test-e2e-kcp-0.28 + - name: pull-api-syncagent-test-e2e-kcp-0.30 always_run: true decorate: true clone_uri: "https://github.com/kcp-dev/api-syncagent" @@ -120,13 +120,13 @@ presubmits: - hack/ci/run-e2e-tests.sh env: - name: KCP_VERSION - value: "0.28.1" + value: "0.30.3" resources: requests: memory: 4Gi cpu: 2 - - name: pull-api-syncagent-test-e2e-kcp-0.29 + - name: pull-api-syncagent-test-e2e-kcp-0.31 always_run: true decorate: true clone_uri: "https://github.com/kcp-dev/api-syncagent" @@ -139,7 +139,7 @@ presubmits: - hack/ci/run-e2e-tests.sh env: - name: KCP_VERSION - value: "0.29.0" + value: "0.31.0" resources: requests: memory: 4Gi