osmith submitted this change.
jobs/osmocom-obs: build binary packages earlier
We have recently noticed that with current settings the nightly arm
packages have still not finished the next morning. Schedule nightly OBS
packages 2-3 hours earlier to avoid this.
Change-Id: Ief55cab9308503d582fcfe0c602c75bb48be7dae
---
M jobs/README.md
M jobs/osmocom-obs.yml
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jobs/README.md b/jobs/README.md
index 1997d33..bdc7993 100644
--- a/jobs/README.md
+++ b/jobs/README.md
@@ -153,10 +153,10 @@
```
18:00 - 21:00 OBS related
+ 18:00 osmocom-obs (new nightly binary packages start building on OBS!)
18:XX osmocom-obs-sync (sync Debian:12 etc. with openSUSE OBS)
19:XX osmocom-obs-check-new-distros
19:XX osmocom-obs-wireshark
- 20:XX osmocom-obs (new binary packages start building on OBS!)
22:00 - 01:00 Jobs that don't need binary packages
22:XX coverity
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index fd0c1fe..1abcbfc 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -71,7 +71,7 @@
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
triggers:
- - timed: "H 20 * * *"
+ - timed: "00 18 * * *"
publishers:
- email:
To view, visit change 41286. To unsubscribe, or for help writing mail filters, visit settings.