aboutsummaryrefslogtreecommitdiff
path: root/jtreg-build.yaml
AgeCommit message (Collapse)Author
2017-11-13jdk: jtreg locate asm-6.0 properlyStuart Monteith
asm-6.0 is located under the jtreg directory, and not at the top level of the workspace. Change-Id: I32d3b01bb3f291e1406fd0f97b894ea9e3d7c310
2017-11-13jdk: Fix up jtreg to take and build jcovStuart Monteith
JTReg was updated recently, and so doesn't build. Change-Id: I55ac5c3576c90d6c73982a315dd27f79154e76ec
2017-10-11jdk: Remove javahelp from jtreg build.Stuart Monteith
It is no longer necessary. Having javahelp breaks the build as a build step has been added to extract the certificates from the jar file. As the jar we download from maven doesn't have the certificates, the build fails. Change-Id: I41226449cddeec4c40b6acd8e2f885302a2aa115
2017-06-23jdk: Fix jtreg build - javahelp home locationStuart Monteith
Was specifying the wrong location to get jh.jar. Change-Id: I003b2d41ffc3766247e14e8b50a03f3c0ad522f1
2017-06-22jdk: Fix jtreg jcommander setupStuart Monteith
It is better to set JCOMMANDER_JAR than copy it after the build. In future, we'll be able to run tests. Also update version downloaded. Change-Id: I852cb0c7854482b613cc7c79e3055a3f67cb6408
2017-06-22jdk: Fix jtreg builds by adding javahelpStuart Monteith
Need to pull down javahelp separately, as it is no longer in jtharness as of version 5.0. Change-Id: Iaecfecdceadf3f9aae8f4e9745055ed274694a6d
2017-06-21jdk: Update JTHarness URL for JTRegStuart Monteith
The adoptopenjdk group updated the jtharness URL from: https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/ artifact/jtharness-4.6.tar.gz to: https://adopt-openjdk.ci.cloudbees.com/job/jtharness/lastSuccessfulBuild/ artifact/jtharness-5.0.tar.gz so builds were failing. Arguable we should build it ourselves. Change-Id: If8f327bcbf756ed8f80d27620e6978dcbac7bc44
2017-02-24jdk: Update jtreg jtharness dependency to 4.6Stuart Monteith
There is a compilation error building against jtharness 4.4. Update our dependency to jtharness 4.6. This is the correct version of this dependency. Change-Id: Ia30240a17a39f72328522368a7ed813a8d00d548
2017-02-09jdk: bump versions of JTreg dependenciesStuart Monteith
We're getting compilation failures in jtreg-build. Bump versions of jcommander and testng to match recommended versions. Change-Id: I56001af874148709348c914d5c9ea1c1999c3684
2017-01-13jdk: Include asmtools.jar in classpath for jtregStuart Monteith
The ant build.xml file doesn't include asmtools.jar in the manifest classpath for jtreg. This results in "jasm" and "jcoder" not being found, even when asmtools.jar is included. This changes the build to use the makefile build instead of the ant build. Change-Id: I055ab2e82dc38d3f87e1cf9eec7ae8a4b91bab8f
2017-01-12jdk: Specify location of asmtools correctlyStuart Monteith
Pass location of asmtools on command line, rather than in envvar. asmtools.jar will then be included in the jtreg package. Change-Id: Ic90c740fa018000f3464914414fb397af15cb9b7
2017-01-12jdk: jtreg-build - enable multiple scmsStuart Monteith
When specifying multiple scms, we need to include an additional part in the job itself. Change-Id: I67f4f421784b17681e9e34b2bf28382ed89c65c2
2017-01-12jdk: Make jtreg workspace visibleStuart Monteith
It will be useful to be able to examine the workspace in the jtreg. Enable workspace visibility to openjdk-members. Change-Id: I541a05f39d3fa7235548dfed3fb37c005b32d806
2017-01-11jdk: Add asmtools to jtreg buildStuart Monteith
There are tests failing in jtreg because jasm and jcoder are missing. This adds asmtools.jar to the jtreg build. Change-Id: Ia747b892f546b86070acdadc39c2d65d852fe1a7
2016-08-31jdk: Fix jtreg build - missing sed syntaxStuart Monteith
Fix issues with regular expressions. Change-Id: If3a4cbd65235dcb5c6fa4347ce7ba376731035f8
2016-08-31jdk: Make jtreg tar version pick up tagged version.Stuart Monteith
Take the major and minor package version from the mercurial tag. Change-Id: I16467ce0a1aa4b8e90a19c56f8830988b747ac32
2016-08-31jdk: Allow openjdk-members to build jtregStuart Monteith
Allow openjdk-members to build the jtreg package. Change-Id: I432ce43b9fda10b2906632898a31626ad2966cb5
2016-08-31jdk: Fix jtreg build to use tag for version numberStuart Monteith
The version number in the repository has been changed to b03. Rather than update this manually, change build script to pull out version number from mercurial tags and pass it to ant. Change-Id: I785918d4152615b2e491a49924ff8bbf9e5797bb
2016-06-17jdk: remove Ed from mail notificationsFathi Boudra
Change-Id: I3482b6f86016be6156ec06e8d4c23c57e31d5881 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-13jtreg-build: add trigger on commitFathi Boudra
Change-Id: I392837e637429f666ac5cf76a5552e3ec7087c86 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-12jtreg-build: use Aarch64 build nodeFathi Boudra
Change-Id: I5b49337ecc8a4a185a6da212d2ac46cdc21245c8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-12jtreg-build: fix syntax of -target and -source commandFathi Boudra
Change-Id: I4655b78a3ffc038f8ed0c031bc633c1fa923418c Signed-off-by: Edward Nevill <edward.nevill@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-12jtreg-build: set build.number to b02Fathi Boudra
Change-Id: I180ff9c944ed1bff350ac3a4dcff804f7a934812 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-11jtreg-build: add email notificationFathi Boudra
Change-Id: Id2a644e2a4743f49264d7af9ab0e8db8222733b1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jtreg-build: set build version/number to 4.2 b01Fathi Boudra
Change-Id: I60397690e5ef756e4fa86499950f2790580388af Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jtreg-build: testng 6.8.5 is recommendedFathi Boudra
Change-Id: I64e357628fc5222404b8845321f147c9e0269f48 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jtreg-build: simplify artifacts downloadFathi Boudra
use only wget instead of cd/wget/mv/cd Change-Id: Ia8f8b13687df98b4846360cd227e939dbbc44588 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-08jtreg-build: update testng to 6.9.10Fathi Boudra
Change-Id: I4c119fa25dfdda8bad948f7f3ba3a84f0f984ae6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-26jtreg-build: new OpenJDK CI jobFathi Boudra
Change-Id: I06e9aec061c1c8538f4eadb5a10bd4c5b7439a3a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>