ci: Update OpenSSL versions in the CI target names

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
(cherry picked from commit 6d34718f89)
This commit is contained in:
Jakub Jelen
2023-01-10 11:35:32 +01:00
committed by Andreas Schneider
parent 8a5bdc3a21
commit f1c5888553

View File

@@ -312,7 +312,7 @@ fedora/csbuild/mbedtls:
###############################################################################
# Ubuntu builds #
###############################################################################
ubuntu/openssl_1.1.x/x86_64:
ubuntu/openssl_3.0.x/x86_64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD
extends: .tests
@@ -320,7 +320,7 @@ ubuntu/openssl_1.1.x/x86_64:
###############################################################################
# Alpine builds #
###############################################################################
alpine/musl:
alpine/openssl_3.0.x/musl:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$ALPINE_BUILD
extends: .tests
script:
@@ -405,7 +405,7 @@ tumbleweed/static-analysis:
###############################################################################
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
freebsd/x86_64:
freebsd/openssl_1.1.1/x86_64:
image:
extends: .tests
before_script: