summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-sanity.yaml
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-10-21 22:26:42 +1100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-04-23 10:08:22 +0000
commit16d6ad884e216726a6f72b1fa5760d0c805c2a56 (patch)
tree17b5e4e83b44af9d35bc93010ec6cab558c855be /openembedded/jtreg-hotspot-sanity.yaml
parent3eba837417f5a40d4dc4258cd192ce70c5636c65 (diff)
jtreg-test: Remove jtreg test suite from repository
This test is now removed from the repository. LEG has its own repository and environment for such test. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Iffd3ecc1ba81949594e0122ba822f6feb12ccae3
Diffstat (limited to 'openembedded/jtreg-hotspot-sanity.yaml')
-rw-r--r--openembedded/jtreg-hotspot-sanity.yaml42
1 files changed, 0 insertions, 42 deletions
diff --git a/openembedded/jtreg-hotspot-sanity.yaml b/openembedded/jtreg-hotspot-sanity.yaml
deleted file mode 100644
index 5934b85..0000000
--- a/openembedded/jtreg-hotspot-sanity.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright (C) 2013, 2014 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-sanity
- 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
-params:
- JAVA_VM: -server
- JTREG_VERBOSE: -v1
- JTREG_CONC: -conc:1
- JTREG_TIMEOUT: -timeout:3
- JTREG_EXCLUDE_FILE: ../jtreg/exclude.txt
- PRODUCT_HOME: /usr/lib/jvm/java-8-openjdk
-install:
- git-repos:
- - git://git.linaro.org/leg/openjdk/jtreg-bin.git
-run:
- steps:
- - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- - 'cd openembedded/scripts'
- - './jtreg-test -t hotspot-sanity -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/sanity || true'