Skip to content

Commit

Permalink
make e2e-harness-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqinZhang committed Oct 29, 2024
1 parent 26168b4 commit e8e9b96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osde2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
FROM registry.ci.openshift.org/openshift/release:golang-1.21 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 as builder
WORKDIR /go/src/github.com/openshift/cloud-ingress-operator/
COPY . .
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./osde2e -v -c --tags=osde2e -o /harness.test
Expand Down
3 changes: 2 additions & 1 deletion osde2e/cloud_ingress_operator_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ const (
func TestCloudIngressOperator(t *testing.T) {
RegisterFailHandler(Fail)
suiteConfig, reporterConfig := GinkgoConfiguration()
if _, ok := os.LookupEnv("DISABLE_JUNIT_REPORT"); !ok {
if _, ok := os.LookupEnv("DISABLE_JUNIT_REPORT"); !ok {
reporterConfig.JUnitReport = filepath.Join(testResultsDirectory, jUnitOutputFilename)
}
RunSpecs(t, "Cloud Ingress Operator", suiteConfig, reporterConfig)

}

4 changes: 2 additions & 2 deletions osde2e/test-harness-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ objects:
restartPolicy: Never
containers:
- name: osde2e
image: quay.io/app-sre/osde2e:latest
image: quay.io/redhat-services-prod/osde2e-cicada-tenant/osde2e:latest
command:
- /osde2e
args:
Expand Down Expand Up @@ -71,4 +71,4 @@ objects:
- name: GCP_CREDS_JSON
value: ${GCP_CREDS_JSON}
- name: LOG_BUCKET
value: ${LOG_BUCKET}
value: ${LOG_BUCKET}

0 comments on commit e8e9b96

Please sign in to comment.