From 1c71df21e2674c7e0061d278e0d5b1e9330bb341 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Oct 2024 18:36:09 +0100 Subject: [PATCH] Remove duplicate bookworm_test --- .gitlab-ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 574293bf..2bbc8006 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,14 +47,14 @@ base_test: <<: *base_test 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 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 -e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3" + CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm" TEST_DIR: "test/full.ref" rules: - if: $CI_MERGE_REQUEST_ID == '' @@ -103,13 +103,6 @@ stop_full_test_review: # CREATE_ENV_VARS: "--additional-config test/backup.ref/config-backup.yml --playbook test/backup.ref/site.yml" # TEST_DIR: "test/backup.ref" -bookworm_test: - <<: *base_test - variables: - VM_IMAGE: "bookworm" - CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm" - TEST_DIR: "test/full.ref" - docker_build_and_release_tests: stage: docker_build image: quay.io/podman/stable -- GitLab