Skip to content

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 34 commits into from
Feb 21, 2024
Merged

2023.1: zed merge #951

merged 34 commits into from
Feb 21, 2024

Conversation

markgoddard
Copy link
Contributor

  • 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

priteau and others added 30 commits December 5, 2023 22:21
Previously the script exited 0 at the end of the loop, then failed in a later step.
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)
Add a note about network interfaces changes
Allow aio jobs to be cancelled (yoga)
CI: Use skc-ci-aio user for aio jobs
@markgoddard markgoddard requested a review from a team as a code owner February 20, 2024 14:48
@markgoddard markgoddard self-assigned this Feb 20, 2024
@markgoddard markgoddard merged commit 4259854 into stackhpc/2023.1 Feb 21, 2024
@markgoddard markgoddard deleted the 2023.1-zed-merge branch February 21, 2024 09:16
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.

7 participants