osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29156 )
Change subject: repo-install-test: don't use next repository ......................................................................
repo-install-test: don't use next repository
For the conflict test, don't attempt to install packages from the next feed for centos8. This was useful when we didn't have binary packages for centos8 for latest yet, but we have them now. The next feed existed temporarily and isn't updated anymore for a long time. We did not add it to obs.osmocom.org.
This is in preparation for adjusting repo-install-test to use packages from obs.osmocom.org, where we don't have a next feed.
Change-Id: I73a6c051c423eb30ddeab1688fc78fe959e60cf4 --- M scripts/repo-install-test.sh 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve neels: Looks good to me, approved
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh index 6b14cf2..d34cf6e 100755 --- a/scripts/repo-install-test.sh +++ b/scripts/repo-install-test.sh @@ -50,10 +50,6 @@ ;; nightly) PROJ_CONFLICT="network:osmocom:latest" - if [ "$DISTRO" = "centos8" ]; then - # Doesn't have packages built for "latest" yet - PROJ_CONFLICT="network:osmocom:next" - fi ;; next) PROJ_CONFLICT="network:osmocom:nightly"
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.