File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 9898 yq_*
9999
100100KCP = _tools/kcp
101- KCP_VERSION = 0.28.1
101+ KCP_VERSION ? = 0.28.1
102102
103103.PHONY : $(KCP )
104104$(KCP ) :
You can’t perform that action at this time.
0 commit comments