Skip to content

ci fix - hardcode kustomize download to bypass github api rate limits#1170

Closed
trdoyle81 wants to merge 1 commit into
redhat-developer:v1.14from
trdoyle81:CI-fix-v1.14
Closed

ci fix - hardcode kustomize download to bypass github api rate limits#1170
trdoyle81 wants to merge 1 commit into
redhat-developer:v1.14from
trdoyle81:CI-fix-v1.14

Conversation

@trdoyle81

Copy link
Copy Markdown
Member

What type of PR is this?
/kind failing-test

What does this PR do / why we need it:
Fixes flaky OpenShift CI images job failures.

The install_kustomize.sh script queries the GitHub API to find the Kustomize release version. Due to shared CI IPs, GitHub frequently blocks this with a 403 API Rate Limit Exceeded error. The download silently fails, causing the tar command to crash the build. This PR replaces the script with a direct curl | tar download of the release tarball (matching how we install kubectl and argocd). This bypasses the GitHub API entirely and makes the CI build stable.

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:
Fixes # N/A

Test acceptance criteria:

  • Unit Test
  • E2E Test

How to test changes / Special notes to the reviewer:
podman build -t ci-test .
podman run --rm ci-test kustomize version

Signed-off-by: Triona Doyle <tekton@example.com>
@openshift-ci openshift-ci Bot added the kind/failing-test Categorizes issue or PR as related to a frequently failing test. label Jun 8, 2026
@openshift-ci openshift-ci Bot requested review from keithchong and mitchharpur June 8, 2026 15:01
@openshift-ci

openshift-ci Bot commented Jun 8, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wtam2018 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: cc59b9db-1a70-4bb0-b37a-f999dc4fcb36

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@trdoyle81 trdoyle81 requested a review from varshab1210 June 8, 2026 15:03
@trdoyle81 trdoyle81 closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/failing-test Categorizes issue or PR as related to a frequently failing test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant