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

chore: remove obsolete job params and scripts #215

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

wallyworld
Copy link
Member

The ci test jobs do not need BOOTSTRAP_SERIES params. If we want to test a controller on a specific Juju version that will be in a bespoke test.

We also don't need the params bloat in passing around GOVERSION all over the place - just detect it from the commit sha where needed using the existing script and export it.

Also delete obsolete windows and centos scripts.

@wallyworld wallyworld force-pushed the remove-bootstrap-series branch from fd201be to f24b239 Compare February 25, 2025 03:48
Copy link
Member

@hpidcock hpidcock left a comment

Choose a reason for hiding this comment

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

As we discussed, we should keep GOVERSION in the package source and use that value every time we pull the source from s3.

builders:
- wait-for-cloud-init
- install-common-tools
- apt-install:
packages: gcc squashfuse
- detect-commit-go-version
Copy link
Member

Choose a reason for hiding this comment

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

instead of using github api, move get-s3-source-payload up to here, then install go

builders:
- wait-for-cloud-init
- install-common-tools
- apt-install:
packages: gcc squashfuse
- detect-commit-go-version
Copy link
Member

Choose a reason for hiding this comment

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

same here

@wallyworld wallyworld force-pushed the remove-bootstrap-series branch 2 times, most recently from 5f12200 to 29261d4 Compare February 26, 2025 02:25
@wallyworld wallyworld force-pushed the remove-bootstrap-series branch from 29261d4 to bd99347 Compare February 26, 2025 03:24
@wallyworld wallyworld merged commit 6d6077c into juju:main Feb 26, 2025
1 of 2 checks passed
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