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

@@ -2,15 +2,12 @@
.kubevirt:
extends: .job-moderated
interruptible: true
before_script:
- ./tests/scripts/rebase.sh
- mkdir -p cluster-dump
script:
- ansible-playbook tests/cloud_playbooks/create-kubevirt.yml
-c local -e @"tests/files/${TESTCASE}.yml"
- ./tests/scripts/testcases_run.sh
variables:
ANSIBLE_TIMEOUT: "120"
CI_PLATFORM: packet
SSH_USER: kubespray
tags:
- ffci
needs: