Bug 1830160
| Summary: | e2e-gcp-op: backport makefile fail fast | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Kirsten Garrison <kgarriso> | |
| Component: | Machine Config Operator | Assignee: | Kirsten Garrison <kgarriso> | |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.4 | CC: | miabbott | |
| Target Milestone: | --- | |||
| Target Release: | 4.4.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1837574 (view as bug list) | Environment: | ||
| Last Closed: | 2020-06-29 15:33:54 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1837574 | |||
| Bug Blocks: | ||||
|
Description
Kirsten Garrison
2020-04-30 23:50:04 UTC
This is a fix to the CI job itself, so there is nothing to verify in the MCO code itself. Picking out a recent PR to the `release-4.4` branch - https://github.com/openshift/machine-config-operator/pull/1844 The `gcp-op` job - https://deck-ci.apps.ci.l2s4.p1.openshiftapps.com/view/gcs/origin-ci-test/pr-logs/pull/openshift_machine-config-operator/1844/pull-ci-openshift-machine-config-operator-master-e2e-gcp-op/1273866582988165120 Checking the invocation of the job: ``` $ curl -sL https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_machine-config-operator/1844/pull-ci-openshift-machine-config-operator-master-e2e-gcp-op/1273866582988165120/artifacts/e2e-gcp-op/container-logs/test.log | grep failfast go test -failfast -timeout 120m -v${WHAT:+ -run="$WHAT"} ./test/e2e/ ``` The `failfast` flag is there, so marking VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2713 |