]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
coverity: disable flight from crontab
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 21 Feb 2022 09:46:38 +0000 (10:46 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 24 Feb 2022 08:33:08 +0000 (09:33 +0100)
We are currently doing the Coverity Scans using a github workflow.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
crontab

diff --git a/crontab b/crontab
index 8d9b31f1d86f3363744d62d2ca0dc95df43762b2..f43e8bc5b38835823e3baa7022785fae2f1e7fc7 100755 (executable)
--- a/crontab
+++ b/crontab
@@ -12,7 +12,7 @@ MAILTO=osstest-admin@xenproject.org
 0              *       * * *           cd testing.git && BRANCHES=xen-unstable-smoke   ./cr-for-branches branches -q "./cr-daily-branch --real"
 4-59/30                *       * * *           cd testing.git &&                               ./cr-for-branches branches -q "./cr-daily-branch --real"
 18             9       * * 1,3,5       cd testing.git && BRANCHES='linux-next freebsd-master'  ./cr-for-branches branches -w "./cr-daily-branch --real"
-18             9       * * 3,7         cd testing.git && BRANCHES=xen-unstable-coverity ./cr-for-branches branches -w "./cr-daily-branch --real"
+#18            9       * * 3,7         cd testing.git && BRANCHES=xen-unstable-coverity ./cr-for-branches branches -w "./cr-daily-branch --real"
 34             15      23 * *          cd testing.git && BRANCHES=examine              ./cr-for-branches branches -w "./cr-daily-branch --real"
 18             4       * * *           cd testing.git && BRANCHES='linux-3.0 libvirt' ./cr-for-branches branches -w "./cr-daily-branch --real"
 6-59/15        *       * * *           cd testing.git && EXTRA_BRANCHES='xen-unstable-smoke linux-3.0 libvirt freebsd-master' ./cr-for-branches bisects -w "./cr-try-bisect --real"