summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-compiler.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/jtreg-hotspot-compiler.yaml')
-rw-r--r--openembedded/jtreg-hotspot-compiler.yaml42
1 files changed, 0 insertions, 42 deletions
diff --git a/openembedded/jtreg-hotspot-compiler.yaml b/openembedded/jtreg-hotspot-compiler.yaml
deleted file mode 100644
index 4c8d8ce..0000000
--- a/openembedded/jtreg-hotspot-compiler.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-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
-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-compiler -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/compiler || true'