Skip to content

Commit 95fab04

Browse files
Merge pull request #360 from anispate/bp_update
Bp update
2 parents e075677 + 09496e4 commit 95fab04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.23 AS builder
22

33
RUN mkdir -p /workdir
44
WORKDIR /workdir
@@ -8,7 +8,7 @@ COPY . .
88
RUN make build
99

1010
####
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=webhooks

test/e2e/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 as builder
1+
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19 as builder
22
WORKDIR /go/src/github.com/openshift/managed-cluster-validating-webhooks
33
COPY . .
44
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /harness.test
55

66
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
77
COPY --from=builder ./harness.test harness.test
8-
ENTRYPOINT [ "/harness.test" ]
8+
ENTRYPOINT [ "/harness.test" ]

test/e2e/test-harness-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: template.openshift.io/v1
22
kind: Template
33
metadata:
44
name: osde2e-focused-tests
5-
65
parameters:
76
- name: OSDE2E_CONFIGS
87
required: true
@@ -45,6 +44,7 @@ objects:
4544
- /osde2e
4645
args:
4746
- test
47+
- --only-health-check-nodes
4848
- --configs
4949
- ${OSDE2E_CONFIGS}
5050
securityContext:

0 commit comments

Comments
 (0)