Skip to content
Snippets Groups Projects
Commit 885c29e2 authored by František Dvořák's avatar František Dvořák
Browse files

CI: cleanup IP cache

parent 46ee0932
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ test-single:
- ssh -o PreferredAuthentications=publickey deployadm@$ip "sudo -u debian sh -c 'cd; ~deployadm/terraform/image/tests/run-tests.sh'"
- terraform destroy $args
- openstack floating ip delete $ip
- rm -fv ip.txt
rules:
- if: '$JOB =~ /all|test-single/'
artifacts: &artifacts
......@@ -84,6 +85,7 @@ test-cluster:
- ssh -o PreferredAuthentications=publickey deployadm@$ip "sudo -u debian sh -c 'cd; ~deployadm/terraform/image/tests/run-tests.sh'"
- terraform destroy $args
- openstack floating ip delete $ip
- rm -fv ip.txt
rules:
- if: '$JOB =~ /all|test-cluster/'
artifacts: *artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment