aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-07-26 08:49:43 +0200
committerOliver Smith <osmith@sysmocom.de>2019-07-26 08:55:21 +0200
commitef81fd660afc09f62367026b63322fe1d0353095 (patch)
treec667e41552f70aa723a0128e43159b4df7b577ba
parentb86cf865c1bfbe24c2b7dc68c988fb865b5b6217 (diff)
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
-rw-r--r--jobs/osmocom-debian-install.yml2
-rw-r--r--jobs/osmocom-obs.yml2
2 files changed, 2 insertions, 2 deletions
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@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@osmocom.org'
triggers:
- - timed: "@midnight"
+ - timed: "H 01 * * *" # run before osmocom-debian-install.yml
publishers:
- email: