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

ci: update base os image during update dependencies workflow #349

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

austinvazquez
Copy link
Member

@austinvazquez austinvazquez commented Jun 26, 2024

Issue #, if available:
Base OS image updates have been manual by maintainers.

Description of changes:
This change adds update base os image to the update dependencies workflow.

Testing done:
Locally tested regex to validate it produced the same result as the last update:

macedonv@localhost:/Volumes/workplace/finch-core$ aws s3 ls s3://*** --recursive | grep -E 'Fedora-Cloud-Base-.*\.aarch64-[0-9]+\.qcow2$$' | tail -n 1 | sort | awk '{print $4}'
Fedora-Cloud-Base-40-1.14.aarch64-20240626221713.qcow2
macedonv@localhost:/Volumes/workplace/finch-core$ 
  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@austinvazquez austinvazquez marked this pull request as ready for review June 27, 2024 00:57
@austinvazquez austinvazquez force-pushed the update-base-os-image branch from 8443f06 to 598856d Compare July 1, 2024 15:00
@austinvazquez austinvazquez marked this pull request as draft July 1, 2024 22:10
@austinvazquez
Copy link
Member Author

Placing in draft. I need to update the workflow to publish base OS SHASUM to deps.runfinch.com to enable this update automation.

@austinvazquez austinvazquez marked this pull request as ready for review July 15, 2024 15:25
@austinvazquez
Copy link
Member Author

I have updated the runbooks for building the base OS image to upload the shasum to https://deps.runfinch.com along with the image, but also shoutout to @Shubhranshu153 for scripting the image build step!

This change adds update base os image to the update dependencies
workflow.

Signed-off-by: Austin Vazquez <[email protected]>
@austinvazquez austinvazquez force-pushed the update-base-os-image branch from d709fb2 to c4ff37a Compare July 15, 2024 17:14
@austinvazquez austinvazquez merged commit c059f8d into runfinch:main Jul 22, 2024
12 checks passed
@austinvazquez austinvazquez deleted the update-base-os-image branch July 22, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants