CI: cleanup terraform + deduplicate and simplify

This commit is contained in:
Max Gautier
2025-03-14 17:44:04 +01:00
parent 43fceebdd3
commit b9e251ac7a
10 changed files with 38 additions and 170 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/bash
set -euxo pipefail
cd ..
terraform -chdir="contrib/terraform/$PROVIDER" apply -auto-approve -parallelism=1

View File

@@ -1,5 +0,0 @@
#!/bin/bash
set -euxo pipefail
cd ..
terraform -chdir="contrib/terraform/$PROVIDER" destroy -auto-approve

View File

@@ -16,8 +16,6 @@ fi
export ANSIBLE_BECOME=true
export ANSIBLE_BECOME_USER=root
make -C tests create-${CI_PLATFORM} -s
# Test collection build and install by installing our collection, emptying our repository, adding
# cluster.yml, reset.yml, and remote-node.yml files that simply point to our collection's playbooks, and then
# running the same tests as before