Skip to content

Commit 6e49109

Browse files
authored
made tag generic to all CI generated multinodes
1 parent f0688f3 commit 6e49109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
result=0
8282
changes_before=$(date -Imin -d -12hours)
8383
for status in ACTIVE BUILD ERROR SHUTOFF; do
84-
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
84+
for instance in $(openstack server list --tags gh-actions-multinode --os-compute-api-version 2.66 --format value --column ID --changes-before $changes_before --status $status); do
8585
echo "Cleaning up $status instance $instance"
8686
openstack server show $instance
8787
if ! openstack server delete $instance; then

0 commit comments

Comments
 (0)