Skip to content

Commit d55693f

Browse files
asaezpercodebot
authored andcommitted
ci: add a job to check new ubuntu versions
1 parent 13f00a7 commit d55693f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.gitlab/ci/build.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@
77
#
88

99
include:
10-
- project: softwareradiosystems/ci/tools
11-
ref: "14"
12-
file: .gitlab/ci-shared/setup/all.yml
1310
- project: softwareradiosystems/ci/srsran_project_packaging
14-
ref: "1"
11+
ref: "2"
1512
file: .gitlab/ci-shared/package.yml
1613
- local: .gitlab/ci/src_cache.yml
1714

18-
stages:
19-
- build and unit tests
20-
2115
variables:
2216
AMD64_TAG: amd64
2317
AMD64_AVX2_TAG: amd64-avx2
@@ -545,6 +539,14 @@ valgrind changed tests:
545539
# Nightly #
546540
###########
547541

542+
check builders ubuntu versions:
543+
extends: .check image exists for all supported ubuntu versions
544+
stage: static
545+
rules:
546+
- if: $CI_DESCRIPTION =~ /Nightly/
547+
script:
548+
- check_if_image_exists ${CR_REGISTRY_URI}/srsgnb/builder-ubuntu- :${DOCKER_BUILDER_VERSION}
549+
548550
# Update cache for MR jobs
549551

550552
smoke release update cache:
@@ -705,6 +707,12 @@ install-package:
705707
needs:
706708
- package
707709

710+
check package ubuntu versions:
711+
extends: .check packaging ubuntu images
712+
stage: static
713+
rules:
714+
- if: $CI_DESCRIPTION =~ /Nightly/
715+
708716
# Validate export on, enabled for test vector generation
709717

710718
export on amd64:

0 commit comments

Comments
 (0)