File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22 -openshift-4.17 as builder
2
- WORKDIR /go/src/github.com/openshift/managed-cluster-validating-webhooks
1
+ FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23 -openshift-4.19 as builder
2
+ WORKDIR /go/src/github.com/openshift/configure-alertmanager-operator/
3
3
COPY . .
4
- RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /harness .test
4
+ RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e .test
5
5
6
6
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
7
- COPY --from=builder ./harness .test harness .test
8
- ENTRYPOINT [ "/harness .test" ]
7
+ COPY --from=builder ./e2e .test e2e .test
8
+ ENTRYPOINT [ "/e2e .test" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: template.openshift.io/v1
2
2
kind : Template
3
3
metadata :
4
4
name : osde2e-focused-tests
5
-
6
5
parameters :
7
6
- name : OSDE2E_CONFIGS
8
7
required : true
@@ -32,7 +31,7 @@ objects:
32
31
- apiVersion : batch/v1
33
32
kind : Job
34
33
metadata :
35
- name : validation-webhook -${IMAGE_TAG}-${JOBID}
34
+ name : osde2e-configure-alertmanager-operator -${IMAGE_TAG}-${JOBID}
36
35
spec :
37
36
backoffLimit : 0
38
37
template :
@@ -45,6 +44,7 @@ objects:
45
44
- /osde2e
46
45
args :
47
46
- test
47
+ - --only-health-check-nodes
48
48
- --configs
49
49
- ${OSDE2E_CONFIGS}
50
50
securityContext :
You can’t perform that action at this time.
0 commit comments