-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.11.0
-
None
-
Moderate
-
None
-
False
-
Description of problem:
Copied from https://bugzilla.redhat.com/show_bug.cgi?id=2118514 to meet openshift-ci bot requirement ----------------- +++ This bug was initially created as a clone of Bug #2104337 +++ Various CI steps use the upi-installer container for it's access to the aws cli tools among other things. However, most of those steps also curl yq directly from GitHub. We can save ourselves some headaches when GitHub is down by just embedding the binary in the image already. Whenever GitHub has issues or throttles us, YQ hash mismatch error out. The hash mismatch error is because github is probably returning an error page, although our scripts hide it. --- Additional comment from Johnny Liu on 2022-08-16 02:37:17 UTC --- The PR get merged, and test jobs get passed.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- is depended on by
-
OCPBUGS-784 [4.10] Remove `yq` curls from CI steps
- Closed