summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-any-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/jtreg-any-test.yaml')
-rw-r--r--openembedded/jtreg-any-test.yaml44
1 files changed, 0 insertions, 44 deletions
diff --git a/openembedded/jtreg-any-test.yaml b/openembedded/jtreg-any-test.yaml
deleted file mode 100644
index fd30fa6..0000000
--- a/openembedded/jtreg-any-test.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (C) 2013, Linaro Limited.
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-# This file has been auto-generated from:
-#
-# make-yaml-files.sh
-#
-# which can be found in the following repo:
-#
-# git://git.linaro.org/leg/openjdk/jtreg-lava-scripts
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-metadata:
- name: hotspot-compiler
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Regression tests for the OpenJDK platform"
- version: 1.0
- maintainer:
- - andrew.mcdermott@linaro.org
- os:
- - openembedded
- scope:
- - test
- devices:
- - rtsm_ve-armv8
-install:
- git-repos:
- - git://git.linaro.org/leg/openjdk/jtreg-bin.git
- - git://git.linaro.org/qa/test-definitions.git
-params:
- - 'JAVA_VM=-client'
- - 'JTREG_VERBOSE=-v1'
- - 'JTREG_CONC=-conc:1'
- - 'JTREG_TIMEOUT=-timeout:3'
- - 'JTREG_EXCLUDE_FILE=../jtreg/exclude.txt'
- - 'TEST_CASE=/usr/lib/jvm/java-8-openjdk/jtreg/hotspot/test/sanity/WhiteBox.java'
-run:
- steps:
- - 'source $HOME/jtreg-setup.env'
- - 'cd $JTREG_TESTRUN_ID/test-definitions/openembedded/scripts'
- - 'tc=$(basename $TEST_CASE)'
- - './jtreg-test -t $tc -j $JAVA_VM -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $TEST_CASE'