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: Clean up periodic multinode instances on CI hosting cloud #1295

Open
wants to merge 1 commit into
base: stackhpc/2024.1
Choose a base branch
from

Conversation

markgoddard
Copy link
Contributor

Uses the same workflow that is used to clean up aio instances.

Uses the same workflow that is used to clean up aio instances.
@markgoddard markgoddard requested a review from a team as a code owner September 19, 2024 10:18
@markgoddard markgoddard self-assigned this Sep 19, 2024
result=0
changes_before=$(date -Imin -d -12hours)
for status in ACTIVE BUILD ERROR SHUTOFF; do
for instance in $(openstack server list --tags skc-multinode-periodic --os-compute-api-version 2.66 --format value --column ID --changes-before $changes_before --status $status); do
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: add this tag to multinode instances.

Copy link
Member

Choose a reason for hiding this comment

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

Do you want to add this before merging this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I doubt I'll have time

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But probably better to keep this open as a reminder to do it

@Alex-Welsh Alex-Welsh added stackhpc-ci Automated action performed by stackhpc-ci Caracal Targets the Caracal OpenStack release labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Caracal Targets the Caracal OpenStack release stackhpc-ci Automated action performed by stackhpc-ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants