Skip to content

Commit

Permalink
Merge pull request #2698 from flatcar/tormath1/openstack
Browse files Browse the repository at this point in the history
testing/openstack: clean everything before testing
  • Loading branch information
tormath1 authored Feb 27, 2025
2 parents 18f9e72 + d7f8e23 commit 9d0a356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-automation/vendor-testing/openstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ secret_to_file config_file "${OPENSTACK_CREDS}"
openstack_keyfile=''
secret_to_file openstack_keyfile "${OPENSTACK_KEYFILE}"

# Make sure that everything is cleaned up before starting.
ore --config-file "${config_file}" openstack gc --duration 1s

# Upload the image on OpenStack dev instance.
IMAGE_ID=$(ore openstack create-image \
--name=flatcar-"${CIA_VERNUM}" \
Expand Down

0 comments on commit 9d0a356

Please sign in to comment.