File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1- image-v7.4 .0
1+ image-v8.1 .0
Original file line number Diff line number Diff line change 1- 2400affc32091b707df9f1d3045b049f0c11628c
1+ 08840ef8db8330487f85dcfd74935ef3c2d7a940
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ parameters:
3030 required : true
3131 - name : LOG_BUCKET
3232 value : ' osde2e-logs'
33+ - name : USE_EXISTING_CLUSTER
34+ value : ' TRUE'
35+ - name : CAD_PAGERDUTY_ROUTING_KEY
36+ required : false
3337objects :
3438 - apiVersion : batch/v1
3539 kind : Job
@@ -78,5 +82,7 @@ objects:
7882 value : ${GCP_CREDS_JSON}
7983 - name : LOG_BUCKET
8084 value : ${LOG_BUCKET}
85+ - name : USE_EXISTING_CLUSTER
86+ value : ${USE_EXISTING_CLUSTER}
8187 - name : CAD_PAGERDUTY_ROUTING_KEY
8288 value : ${CAD_PAGERDUTY_ROUTING_KEY}
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ OPERATOR_NAME_CAMEL_CASE=${OPERATOR_PROPER_NAME// /}
2121
2222mkdir -p " ${E2E_SUITE_DIRECTORY} "
2323
24- E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-8 -release-golang-1.23 -openshift-4.19
24+ E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9 -release-golang-1.24 -openshift-4.20
2525if [[ -n ${KONFLUX_BUILDS} ]]; then
26- E2E_SUITE_BUILDER_IMAGE=" brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.23 "
26+ E2E_SUITE_BUILDER_IMAGE=" brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 "
2727fi
2828
2929echo " syncing ${E2E_SUITE_DIRECTORY} /Dockerfile"
@@ -109,4 +109,4 @@ sed -e "s/\${OPERATOR_NAME}/${OPERATOR_NAME}/" $(dirname $0)/e2e-template.yml >"
109109# todo: remove after file is renamed in ALL consumer repos
110110if [ -f " ${E2E_SUITE_DIRECTORY} /test-harness-template.yml" ]; then
111111 rm -f " ${E2E_SUITE_DIRECTORY} /test-harness-template.yml"
112- fi
112+ fi
Original file line number Diff line number Diff line change 11# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
2- FROM registry.ci.openshift.org/openshift/release:rhel-8 -release-golang-1.23 -openshift-4.19 as builder
2+ FROM registry.ci.openshift.org/openshift/release:rhel-9 -release-golang-1.24 -openshift-4.20 as builder
33WORKDIR /go/src/github.com/openshift/validation-webhook/
44COPY . .
55RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e.test
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ parameters:
3030 required : true
3131 - name : LOG_BUCKET
3232 value : ' osde2e-logs'
33+ - name : USE_EXISTING_CLUSTER
34+ value : ' TRUE'
35+ - name : CAD_PAGERDUTY_ROUTING_KEY
36+ required : false
3337objects :
3438 - apiVersion : batch/v1
3539 kind : Job
@@ -78,5 +82,7 @@ objects:
7882 value : ${GCP_CREDS_JSON}
7983 - name : LOG_BUCKET
8084 value : ${LOG_BUCKET}
85+ - name : USE_EXISTING_CLUSTER
86+ value : ${USE_EXISTING_CLUSTER}
8187 - name : CAD_PAGERDUTY_ROUTING_KEY
8288 value : ${CAD_PAGERDUTY_ROUTING_KEY}
You can’t perform that action at this time.
0 commit comments