Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): make oc update more resilient #1419

Merged
merged 3 commits into from
Jul 18, 2024
Merged

feat(ci): make oc update more resilient #1419

merged 3 commits into from
Jul 18, 2024

Conversation

DerekRoberts
Copy link
Member

@DerekRoberts DerekRoberts commented Jul 18, 2024

Description

The ETL job requires a specific version of oc. Using curl doesn't consistently work, so this swaps to wget, adds contiuing partial downloads, a retry and continuing on error (w/ GitHub default oc).

Changelog

New

  • Resume downloads
  • Retry
  • Continue on error

Changed

  • Swapped curl for wget

How was this tested?

  • 🧠 Not needed
  • 👀 Eyeball
  • 🤖 Added tests (uses existing test)

What gif/image best describes this PR or how it makes you feel?


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@DerekRoberts DerekRoberts self-assigned this Jul 18, 2024
@DerekRoberts DerekRoberts added bug Something isn't working devops devops related task labels Jul 18, 2024
Copy link

@webgismd webgismd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@DerekRoberts DerekRoberts marked this pull request as ready for review July 18, 2024 17:21
@DerekRoberts DerekRoberts merged commit 666655c into main Jul 18, 2024
35 checks passed
@DerekRoberts DerekRoberts deleted the chore/ci/wgetETL branch July 18, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devops devops related task
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants