-
Notifications
You must be signed in to change notification settings - Fork 23
2023.1: zed merge #951
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
Merged
Merged
2023.1: zed merge #951
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
markgoddard
commented
Feb 20, 2024
- Add a note about network interfaces changes
- Bump seed Pulp to 3.43.1
- CI: Fail aio job when Terraform reaches max attempts
- Reduce Elasticsearch/OpenSearch heap size to 200m in ci-aio env
- Disable Heat in ci-aio env
- Reduce aio flavor to en1.medium
- CI: Add tags to aio VMs
- CI: Add a workflow to clean up stale instances
- CI: Use skc-ci-aio user for aio jobs
- Ubuntu Focal to Jammy migration support (Ubuntu Focal to Jammy migration support #902)
- Stop warning about invalid group name characters
- CI: Clean up instances in BUILD state, list by ID
- CI: Use correct URL for upper constraints
- bumping ansible vault
- docs: Update network interface note to mention group_vars
- Enable AiO jobs to be cancelled even if they're underway.
- CI: Add cancellation support to check-tags job
Previously the script exited 0 at the end of the loop, then failed in a later step.
zed: yoga merge
CI: Fail aio job when Terraform reaches max attempts
This should free up some memory, allowing us to use a smaller flavor.
This should free up some memory, allowing us to use a smaller flavor.
This flavor has 8G memory and is cheaper than en1.large.
This will make it easier to identify them.
Sometimes we can end up with aio instances left running indefinitely. This can lead to unnecessary cloud costs. This change adds a periodic workflow that runs every 2 hours and deletes instances with the skc-ci-aio tag that are over 3 hours old.
This user only has read-only access to the package and container repositories, so is safer than using the release-train-ci user which has read/write permissions. For the container image build job we can use the skc-ci-aio user to access the package repositories, but must use the release-train-ci user to push container images.
Add playbook to upgrade ubuntu focal hosts Co-authored-by: Alex-Welsh <[email protected]>
This should silence the following Ansible warning [1]: [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [1] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#transform-invalid-group-chars
This URL should not be affected by branch names etc.
CI: Reduce aio flavor to en1.medium (8G)
Stop warning about invalid group name characters
CI: Add tags to aio VMs, periodically clean up stale aio instances (yoga)
bumping ansible vault
Add a note about network interfaces changes
Bump seed Pulp to version 3.43.1
Allow aio jobs to be cancelled (yoga)
CI: Use skc-ci-aio user for aio jobs
This feature is useful in Yoga only, so no need to announce it.
zed: yoga merge
Alex-Welsh
approved these changes
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.