This job is failing 100% of the time since early January. job: release-openshift-ocp-installer-e2e-aws-upi-4.9 is failing frequently in CI, see testgrid results: https://testgrid.k8s.io/redhat-openshift-ocp-release-4.9-informing#release-openshift-ocp-installer-e2e-aws-upi-4.9 Example jobs: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-upi-4.9/1468514022625120256 https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-upi-4.9/1486882767735099392 https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-upi-4.9/1487046711007252480 level=info msg=Ignition-Configs created in: /tmp/artifacts/installer and /tmp/artifacts/installer/auth jq: error: syntax error, unexpected INVALID_CHARACTER (Unix shell quoting issues?) at <top-level>, line 1: .architectures.x86_64.images.aws.regions[\"${AWS_REGION}\"].image jq: 1 compile error
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