This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/21578 )
Change subject: jobs: repo-install-test: Use centos8 as distro name
......................................................................
jobs: repo-install-test: Use centos8 as distro name
We use centos8 instead of centos in all docker-playground.git setups and
the infrastructure there expects that kind of naming.
Related: OS#4888
Change-Id: Idfbb2c4fc1ca10741406c8ab8930dabe8ce632ee
---
M jobs/repo-install-test.yml
M scripts/repo-install-test/run-inside-docker.sh
2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/78/21578/1
diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml
index f386eab..d16b852 100644
--- a/jobs/repo-install-test.yml
+++ b/jobs/repo-install-test.yml
@@ -6,7 +6,7 @@
distro:
- debian:
feeds: !!python/tuple [nightly, latest]
- - centos:
+ - centos8:
feeds: !!python/tuple [next, nightly]
- job-template:
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index e0f07c2..450a754 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -59,7 +59,7 @@
apt-get update
}
-configure_osmocom_repo_centos() {
+configure_osmocom_repo_centos8() {
echo "Configuring Osmocom repository"
# Generate this file, based on the feed:
# https://download.opensuse.org/repositories/network:osmocom:latest/CentOS_8_Stream/network:osmocom:latest.repo
@@ -87,7 +87,7 @@
> /etc/apt/apt.conf.d/01keep-debs
}
-configure_keep_cache_centos() {
+configure_keep_cache_centos8() {
if [ -z "$KEEP_CACHE" ]; then
return
fi
@@ -118,7 +118,7 @@
apt install -y $(cat osmocom_packages.txt)
}
-install_repo_packages_centos() {
+install_repo_packages_centos8() {
echo "Installing all repository packages"
# Get a list of all packages from the repository
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/21578
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Idfbb2c4fc1ca10741406c8ab8930dabe8ce632ee
Gerrit-Change-Number: 21578
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201207/31d272fa/attachment.htm>