osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/40141?usp=email )
Change subject: jobs: free up runners from 01:00 - 03:00
......................................................................
jobs: free up runners from 01:00 - 03:00
When looking at grafana, the build hosts (build4 and build5) are not
busy during 00:00 and 03:00. Binary packages seem to be finished at
00:00 already. Shorten the time for "Jobs that don't need binary
packages" by two hours to make room for running ttcn3-bts-test with less
load in a follow-up patch.
Change-Id: Iebfa58aca28bc8e575983aae9f4d34396a487a7e
---
M jobs/README.md
M jobs/osmocom-build-tags-against-master.yml
M jobs/osmocom-list-commits.yml
M jobs/registry-rebuild-upload-fpga-build.yml
M jobs/registry-triggers.yml
M jobs/simtester-sanitize.yml
6 files changed, 11 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/41/40141/1
diff --git a/jobs/README.md b/jobs/README.md
index 653978a..bc3b1c6 100644
--- a/jobs/README.md
+++ b/jobs/README.md
@@ -158,19 +158,19 @@
19:XX osmocom-obs-wireshark
20:XX osmocom-obs (new binary packages start building on OBS!)
-22:00 - 03:00 Jobs that don't need binary packages
+22:00 - 01:00 Jobs that don't need binary packages
22:XX coverity
22:XX octsim_osmo-ccid-firmware
22:XX osmo-gsm-tester-runner (virtual)
23:XX build-kernels-testenv
23:XX master-builds-dahdi
00:XX osmocom-api
+ 00:XX osmocom-build-tags-against-master
+ 00:XX osmocom-list-commits
+ 00:XX registry-rebuild-upload-fpga-build (weekly)
+ 00:XX registry-triggers
00:XX registry-update-base-images
- 01:XX osmocom-build-tags-against-master
- 01:XX osmocom-list-commits
- 01:XX simtester-sanitize
- 02:XX registry-triggers
- 02:XX registry-rebuild-upload-fpga-build (weekly)
+ 00:XX simtester-sanitize
03:00 - 18:00 Jobs that need binary packages
03:00 - 08:00 ttcn3-testsuites
diff --git a/jobs/osmocom-build-tags-against-master.yml
b/jobs/osmocom-build-tags-against-master.yml
index 6953dfd..39d4b2b 100644
--- a/jobs/osmocom-build-tags-against-master.yml
+++ b/jobs/osmocom-build-tags-against-master.yml
@@ -46,7 +46,7 @@
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins(a)osmocom.org'
triggers:
- - timed: "H 01 * * *"
+ - timed: "H 00 * * *"
publishers:
- archive:
allow-empty: false
diff --git a/jobs/osmocom-list-commits.yml b/jobs/osmocom-list-commits.yml
index d367499..5084879 100644
--- a/jobs/osmocom-list-commits.yml
+++ b/jobs/osmocom-list-commits.yml
@@ -34,7 +34,7 @@
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins(a)osmocom.org'
triggers:
- - timed: "H 01 * * *"
+ - timed: "H 00 * * *"
publishers:
- archive:
allow-empty: false
diff --git a/jobs/registry-rebuild-upload-fpga-build.yml
b/jobs/registry-rebuild-upload-fpga-build.yml
index 1846e49..9efa0ce 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: "H 02 * * H"
+ - timed: "H 00 * * H"
publishers:
- email:
diff --git a/jobs/registry-triggers.yml b/jobs/registry-triggers.yml
index da7d402..8154ff6 100644
--- a/jobs/registry-triggers.yml
+++ b/jobs/registry-triggers.yml
@@ -27,7 +27,7 @@
- pollscm:
cron: "H/5 * * * *"
ignore-post-commit-hooks: false
- - timed: "H 02 * * *"
+ - timed: "H 00 * * *"
publishers:
- trigger:
project: '{obj:trigger}'
diff --git a/jobs/simtester-sanitize.yml b/jobs/simtester-sanitize.yml
index 7cb7f26..fce678a 100644
--- a/jobs/simtester-sanitize.yml
+++ b/jobs/simtester-sanitize.yml
@@ -33,7 +33,7 @@
branches:
- '$BRANCH'
triggers:
- - timed: "H 01 * * *"
+ - timed: "H 00 * * *"
publishers:
- email:
recipients: '$EMAIL_NOTIFICATIONS'
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40141?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iebfa58aca28bc8e575983aae9f4d34396a487a7e
Gerrit-Change-Number: 40141
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>