]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
crontabs: Run freebsd-master only three times per week
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 27 Jun 2018 13:39:29 +0000 (14:39 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 2 Jul 2018 16:12:11 +0000 (17:12 +0100)
freebsd master seems to update very frequently and our tests are
pretty minimal.  Right now having a permanent freebsd build test going
is probably not a very good use of our resources.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
cr-for-branches
crontab

index 1c84c96f39dc91ab0f36571fc6d107541f5f95b6..6f544379278cd91977fe1958c13bda890a8f4bb8 100755 (executable)
@@ -31,7 +31,7 @@ scriptoptions="$1"; shift
 LOGFILE=tmp/cr-for-branches.log
 export LOGFILE
 
-: ${BRANCHES:=osstest xen-4.0-testing xen-4.1-testing xen-4.2-testing xen-4.3-testing xen-4.4-testing xen-4.5-testing xen-4.6-testing xen-4.7-testing xen-4.8-testing xen-4.9-testing xen-4.10-testing xen-4.11-testing xen-unstable qemu-mainline qemu-upstream-unstable qemu-upstream-4.2-testing qemu-upstream-4.3-testing qemu-upstream-4.4-testing qemu-upstream-4.5-testing qemu-upstream-4.6-testing qemu-upstream-4.7-testing qemu-upstream-4.8-testing qemu-upstream-4.9-testing qemu-upstream-4.10-testing qemu-upstream-4.11-testing linux-linus linux-4.14 linux-4.9 linux-4.1 linux-3.18 linux-3.16 linux-3.14 linux-3.10 linux-3.4 linux-arm-xen seabios ovmf xtf freebsd-master ${EXTRA_BRANCHES}}
+: ${BRANCHES:=osstest xen-4.0-testing xen-4.1-testing xen-4.2-testing xen-4.3-testing xen-4.4-testing xen-4.5-testing xen-4.6-testing xen-4.7-testing xen-4.8-testing xen-4.9-testing xen-4.10-testing xen-4.11-testing xen-unstable qemu-mainline qemu-upstream-unstable qemu-upstream-4.2-testing qemu-upstream-4.3-testing qemu-upstream-4.4-testing qemu-upstream-4.5-testing qemu-upstream-4.6-testing qemu-upstream-4.7-testing qemu-upstream-4.8-testing qemu-upstream-4.9-testing qemu-upstream-4.10-testing qemu-upstream-4.11-testing linux-linus linux-4.14 linux-4.9 linux-4.1 linux-3.18 linux-3.16 linux-3.14 linux-3.10 linux-3.4 linux-arm-xen seabios ovmf xtf ${EXTRA_BRANCHES}}
 export BRANCHES
 
 fetchwlem=$wlem
diff --git a/crontab b/crontab
index e7f2ad33048fd0baed09169de8a9d54f087ef966..e1e798a5feafd31f3993b7bf07f1eb763745d11a 100755 (executable)
--- a/crontab
+++ b/crontab
@@ -11,11 +11,11 @@ MAILTO=osstest-admin@xenproject.org
 49             1       * * *           cd testing.git && BRANCHES_ALWAYS=xen-unstable  ./cr-for-branches branches -w "./cr-daily-branch --real"
 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           ./cr-for-branches branches -w "./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"
 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 rumprun' ./cr-for-branches branches -w "./cr-daily-branch --real"
-6-59/15        *       * * *           cd testing.git && EXTRA_BRANCHES='xen-unstable-smoke linux-3.0 rumprun libvirt' ./cr-for-branches bisects -w "./cr-try-bisect --real"
+6-59/15        *       * * *           cd testing.git && EXTRA_BRANCHES='xen-unstable-smoke linux-3.0 rumprun libvirt freebsd-master' ./cr-for-branches bisects -w "./cr-try-bisect --real"
 #8-59/5                *       * * *           cd bisects/adhoc.git && with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?"
 22             8       * * *           cd testing.git && BRANCHES=maintjobs            ./cr-for-branches . -w ./cr-all-branch-statuses ''
 3              4       * * *           savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null