diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 533f48d30e30a1a7acfc8f9e49d6e420309f2597..f28a0c2609eed6ce8d35e89e654f605ab5b973d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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