Skip to content

Commit 935601d

Browse files
committed
have one e2e job per kcp release
On-behalf-of: @SAP [email protected]
1 parent e544f3e commit 935601d

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.prow.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ presubmits:
8888
memory: 4Gi
8989
cpu: 2
9090

91-
- name: pull-api-syncagent-test-e2e
91+
- name: pull-api-syncagent-test-e2e-kcp-0.27
9292
always_run: true
9393
decorate: true
9494
clone_uri: "https://github.com/kcp-dev/api-syncagent"
@@ -99,6 +99,31 @@ presubmits:
9999
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102+
env:
103+
- name: KCP_TAG
104+
value: '0.27.1'
105+
resources:
106+
requests:
107+
memory: 4Gi
108+
cpu: 2
109+
# docker-in-docker needs privileged mode
110+
securityContext:
111+
privileged: true
112+
113+
- name: pull-api-syncagent-test-e2e-kcp-0.28
114+
always_run: true
115+
decorate: true
116+
clone_uri: "https://github.com/kcp-dev/api-syncagent"
117+
labels:
118+
preset-goproxy: "true"
119+
spec:
120+
containers:
121+
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
122+
command:
123+
- hack/ci/run-e2e-tests.sh
124+
env:
125+
- name: KCP_TAG
126+
value: '0.28.1'
102127
resources:
103128
requests:
104129
memory: 4Gi

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $(YQ):
9898
yq_*
9999

100100
KCP = _tools/kcp
101-
KCP_VERSION = 0.28.1
101+
KCP_VERSION ?= 0.28.1
102102

103103
.PHONY: $(KCP)
104104
$(KCP):

0 commit comments

Comments
 (0)