Bug 2047799
| Summary: | release-openshift-ocp-installer-e2e-aws-upi-4.9 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Scott Dodson <sdodson> |
| Component: | Installer | Assignee: | Nobody <nobody> |
| Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | anarayan, sippy |
| Version: | 4.9 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
job=release-openshift-ocp-installer-e2e-aws-upi-4.9=all
|
|
| Last Closed: | 2022-08-23 19:39:39 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: | |||
|
Description
Scott Dodson
2022-01-28 15:18:16 UTC
The offending line seems to have been introduced here though I don't know the proper quoting. https://github.com/openshift/release/commit/3c29ef1ea4988141d8c97cd0db55e8dad554ba09#diff-ba2cb3cdc0f179f886cf0bf9167c1251e87209e78d18f8bff73cec1463afd02aR1314 (In reply to Scott Dodson from comment #1) > The offending line seems to have been introduced here though I don't know > the proper quoting. > > https://github.com/openshift/release/commit/ > 3c29ef1ea4988141d8c97cd0db55e8dad554ba09#diff- > ba2cb3cdc0f179f886cf0bf9167c1251e87209e78d18f8bff73cec1463afd02aR1314 The AWS_REGION environment variable needs to be passed in via the --arg flag to jq. (In reply to Scott Dodson from comment #1) > The offending line seems to have been introduced here though I don't know > the proper quoting. > > https://github.com/openshift/release/commit/ > 3c29ef1ea4988141d8c97cd0db55e8dad554ba09#diff- > ba2cb3cdc0f179f886cf0bf9167c1251e87209e78d18f8bff73cec1463afd02aR1314 Thanks for spotting this. Its a quoting error. Quoting issue in the jq command caused CI failure. Successful e2e-aws-upi-4.9 job was seen in the latest test, such as: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-upi-4.9/1492185789256175616 Move this bug as 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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/RHSA-2022:5069 |