canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #51858
[Merge] ~pieq/hwcert-jenkins-jobs:kivu-run-3-times-a-week into hwcert-jenkins-jobs:master
Pierre Equoy has proposed merging ~pieq/hwcert-jenkins-jobs:kivu-run-3-times-a-week into hwcert-jenkins-jobs:master.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~pieq/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/434908
It's not possible to retrieve snap info from a branch, because they are hidden by default. So we cannot trigger a test only when a new version of Chromium is available in the hwacc channel.
However, daily tests are not really useful.
Changing to running the tests 3 times a week instead (Mon, Wed, Fri).
Used info from this article:
https://www.cloudbees.com/blog/how-to-schedule-a-jenkins-job
--
Your team hwcert-jenkins is requested to review the proposed merge of ~pieq/hwcert-jenkins-jobs:kivu-run-3-times-a-week into hwcert-jenkins-jobs:master.
diff --git a/jobs/kivu/kivu-template.yaml b/jobs/kivu/kivu-template.yaml
index 0fb5285..c361a74 100644
--- a/jobs/kivu/kivu-template.yaml
+++ b/jobs/kivu/kivu-template.yaml
@@ -5,7 +5,8 @@
description: |
Run Kivu tests
triggers:
- - timed: '@daily'
+ - timed: # Every Monday, Wednesday, Friday
+ 'H H * * 1,3,5'
wrappers:
- timeout:
timeout: 400
Follow ups