From 15fde3eb6adcdd7b6b9c0f8be6029414033f432a Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: May 12 2023 10:42:25 +0000 Subject: Switch highstate test to 15.4 We mostly use 15.4 based machines now. Signed-off-by: Georg Pfuetzenreuter --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c5965d..e1ea946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,10 @@ validate: tags: - docker -leap15.3_show_highstate: +leap15.4_show_highstate: stage: validate before_script: - - bin/prepare_test_env.sh -i opensuse -g -o Leap,15,3 + - bin/prepare_test_env.sh -i opensuse -g -o Leap,15,4 - bin/get_formulas.py -c -d /srv/formula -s --clone-from 'https://gitlab.infra.opensuse.org/saltstack-formulas' --clone-branch production script: bin/test_show_highstate.sh tags: