From aeb97b53878740abd05de1f21f59c781b17de705 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Thu, 5 May 2022 22:03:52 +0530 Subject: [PATCH] Add back Debian bullseye image for omnibus specs Signed-off-by: Balasankar "Balu" C --- .gitlab/ci/custom.images.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 95e8b7a..2713522 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -59,6 +59,8 @@ omnibus-gitlab-stretch test: extends: .test_build omnibus-gitlab-buster test: extends: .test_build +omnibus-gitlab-bullseye test: + extends: .test_build omnibus-gitlab-xenial test: extends: .test_build omnibus-gitlab-focal test: @@ -165,6 +167,9 @@ omnibus-gitlab-stretch push: omnibus-gitlab-buster push: extends: .build_and_deploy needs: ["omnibus-gitlab-buster test"] +omnibus-gitlab-bullseye push: + extends: .build_and_deploy + needs: ["omnibus-gitlab-bullseye test"] omnibus-gitlab-xenial push: extends: .build_and_deploy needs: ["omnibus-gitlab-xenial test"]