aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/registry-rebuild-upload-fpga-build.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-09-13 11:57:53 +0200
committerlaforge <laforge@osmocom.org>2023-09-13 16:11:29 +0000
commit03cb83374624abb1474f595b97aaf44120e1ab22 (patch)
tree36b817fd8cd33ee0f1f0a746b1e703e39ccd3369 /jobs/registry-rebuild-upload-fpga-build.yml
parent757d58710b5113aaa2d35c49609a6f039171f2d4 (diff)
jobs: update trigger timers
Ensure we trigger building new OBS packages first, then wait plenty of time until the binary packages are available (and run jobs in the meantime that don't need them), and only after that we run the jobs that need the binary packages. Otherwise TTCN3 jobs may test the packages from the previous day, and some jobs may fail completely due to packages not being completely built yet. For example, yesterday the new Osmocom CNI releases were tagged, which means the :latest packages also need to be rebuilt (-> building all OBS packages takes longer). The osmocom-release-manuals and -tarballs jobs failed, because the new binary packages were not available yet when they ran. Change all timers to the format "H 20 * * *" to have a deterministic hour and semi-random minute based on the job name. Change-Id: Ib68f9a78bae27a63706a8c95715bf6a244b7bf1d
Diffstat (limited to 'jobs/registry-rebuild-upload-fpga-build.yml')
-rw-r--r--jobs/registry-rebuild-upload-fpga-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/registry-rebuild-upload-fpga-build.yml b/jobs/registry-rebuild-upload-fpga-build.yml
index c4b750a..1846e49 100644
--- a/jobs/registry-rebuild-upload-fpga-build.yml
+++ b/jobs/registry-rebuild-upload-fpga-build.yml
@@ -29,7 +29,7 @@
docker push $REGISTRY/$USER/fpga-build
cd ..
triggers:
- - timed: "@weekly"
+ - timed: "H 02 * * H"
publishers:
- email: