Skip to content
Snippets Groups Projects
Commit 12823743 authored by ale's avatar ale
Browse files

Remove unnecessary float_debian_dist overrides

parent ca261afb
No related branches found
No related tags found
No related merge requests found
Pipeline #84127 passed
......@@ -55,14 +55,12 @@ base_test:
<<: *base_test
variables:
VM_IMAGE: "bookworm"
CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm"
TEST_DIR: "test/base.ref"
full_test:
<<: *base_test
variables:
VM_IMAGE: "bookworm"
CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm"
TEST_DIR: "test/full.ref"
rules:
- if: $CI_MERGE_REQUEST_ID == ''
......@@ -73,7 +71,7 @@ full_test_review:
- with-ssh-key ./test-driver cleanup --no-vagrant $BUILD_DIR
variables:
VM_IMAGE: "bookworm"
CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm -e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3"
CREATE_ENV_VARS: "-e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3"
FLOATUP_ARGS: "--state-file .vmine_group_review_$CI_MERGE_REQUEST_ID --ttl 6h --env deploy.env --dashboard-url https://vm.investici.org"
TEST_DIR: "test/full.ref"
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment