From 82633f21ea4207bf6cba6d9e560b947b69d56512 Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Fri, 6 May 2016 15:14:25 -0700 Subject: [PATCH] Add daily test --- ci.hocon | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ci.hocon b/ci.hocon index d5cf84ac38..bc83226e04 100644 --- a/ci.hocon +++ b/ci.hocon @@ -63,6 +63,18 @@ pkgtest: ${common} ${java8Downloads} { ] } +# tests a (default) number of packages known to install correctly +pkgtestDaily: ${common} ${java8Downloads} { + timelimit : "3:00:00" + setup : [ + ["git", "clone", "--depth", "1", ${repoBase}"gnur.git", "../gnur"] + ] + run : [ + ["mx", "-v", "--dynamicimport", "gnur", "build", "--serial"] + ["mx", "--dynamicimport", "gnur", "pkgtest", "--print-ok-installs", "--count-daily", "100"] + ] +} + # tries to install a (default) number of packages previously known not to install pkginstall: ${common} ${java8Downloads} { timelimit : "6:00:00" @@ -76,6 +88,7 @@ builds = [ ${gateTest} {capabilities : [linux, amd64, gate, post-merge], name: "gate-test-linux-amd64"} ${gateStyle} {capabilities : [linux, amd64, gate, post-merge], name: "gate-style-linux-amd64"} # ${gateTest} {capabilities : [linux, sparcv9, gate, post-merge], name: "gate-test-linux-sparcv9"} - ${pkgtest} {capabilities : [linux, amd64, gate], name: "pkgtest-test-linux-amd64"} -# ${pkginstall} {capabilities : [linux, amd64, gate], name: "pkginstall-test-linux-amd64"} +# ${pkgtest} {capabilities : [linux, amd64, gate], name: "pkgtest-linux-amd64"} + ${pkgtestDaily} {capabilities : [linux, amd64, gate], name: "pkgtest-daily-linux-amd64"} +# ${pkginstall} {capabilities : [linux, amd64, gate], name: "pkginstall-linux-amd64"} ] -- GitLab