Change in ...osmo-ci[master]: jobs: upload to OBS before debian-install test

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
Fri Jul 26 06:55:40 UTC 2019


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


Change subject: jobs: upload to OBS before debian-install test
......................................................................

jobs: upload to OBS before debian-install test

Make sure that we don't test yesterday's packages. Adjust timers to run
the OBS job around 1 o'clock, and the debian-install test around 4
o'clock. Use the H (hash) symbol for minute to spread the load.

Change-Id: I503058018172d50e9585d4804dfec1b4ece7644a
---
M jobs/osmocom-debian-install.yml
M jobs/osmocom-obs.yml
2 files changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
index 1f6c62a..26b7fa0 100644
--- a/jobs/osmocom-debian-install.yml
+++ b/jobs/osmocom-debian-install.yml
@@ -35,7 +35,7 @@
           git-config-name: 'Jenkins Builder'
           git-config-email: 'jenkins at osmocom.org'
     triggers:
-      - timed: "@midnight"
+      - timed: "H 04 * * *" # run after osmocom-obs.yml
     publishers:
       - email:
           notify-every-unstable-build: true
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 023ab0c..fe03f86 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -35,7 +35,7 @@
           git-config-name: 'Jenkins Builder'
           git-config-email: 'jenkins at osmocom.org'
     triggers:
-      - timed: "@midnight"
+      - timed: "H 01 * * *" # run before osmocom-debian-install.yml
 
     publishers:
       - email:

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I503058018172d50e9585d4804dfec1b4ece7644a
Gerrit-Change-Number: 14959
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/20190726/346d609b/attachment.htm>


More information about the gerrit-log mailing list