From d1cddfe84319cadb356e38110474ad194b3b58f8 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Oct 29 2021 14:50:30 +0000 Subject: Merge branch 'new_machines' into 'production' use Leap 15.3 as default (same as for the docker container itself) See merge request infra/salt!511 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 101e210..4a7e7ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ validate: leap15.2_show_highstate: stage: validate before_script: - - bin/prepare_test_env.sh -i opensuse -g -o Leap,15,2 + - bin/prepare_test_env.sh -i opensuse -g -o Leap,15,3 - 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: