Change in osmo-ci[master]: jobs/repo-install-test: run a few hours later

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/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Jan 21 09:47:37 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/22354 )


Change subject: jobs/repo-install-test: run a few hours later
......................................................................

jobs/repo-install-test: run a few hours later

Give OBS more time to build the repository, before verifying that we can
install all packages from the repository. Apparently, OBS publishes the
repository in WIP state, before all packages for a distribution have
been built.

This leads to problems in the "nightly" and "next" repositories. In
contrary to "latest", we do not bump soname versions when doing ABI
changes, so we require the user to have all installed Osmocom packages
built from the same timestamp. With recent changes in the OBS scripts,
we enforce this by having all packages built from the same timestamp
depend on the exact version of a dummy package with that timestamp as
version.

The repo-install-test installs all packages from the binary repository,
and so it fails, as it should, if the repository is in an inconsistent
state with some packages built today and some packages built yesterday.

Related: OS#4733
Change-Id: I8df9b449d6213b5dca6fd9bf5c06b5c96d468f66
---
M jobs/repo-install-test.yml
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/54/22354/1

diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml
index d16b852..2c26490 100644
--- a/jobs/repo-install-test.yml
+++ b/jobs/repo-install-test.yml
@@ -59,7 +59,7 @@
           git-config-name: 'Jenkins Builder'
           git-config-email: 'jenkins at osmocom.org'
     triggers:
-      - timed: "H 04 * * *" # run after osmocom-obs.yml
+      - timed: "H 10 * * *" # run after osmocom-obs.yml
 
     publishers:
       - email:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22354
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8df9b449d6213b5dca6fd9bf5c06b5c96d468f66
Gerrit-Change-Number: 22354
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210121/5029ff8d/attachment.htm>


More information about the gerrit-log mailing list