File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 77#
88
99include :
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-
2115variables :
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
550552smoke 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
710718export on amd64 :
You can’t perform that action at this time.
0 commit comments