summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-03-24 18:37:25 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-03-24 19:16:02 +0000
commit8bbf4b46193c52e58c8e90c26b2b65d8ab14f7ff (patch)
tree9bb2620bf3b14b7c817ceb8b577602967118363e
parente238fc8f8afd0f9c87a2f1316449198b128ad6b3 (diff)
jtreg/mauve: update paths for LAVA changes
Change-Id: I79951f18a71a93cafbf5a932f1ba2b883348dd8d Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--openembedded/jtreg-hotspot-compiler.yaml4
-rw-r--r--openembedded/jtreg-hotspot-gc.yaml4
-rw-r--r--openembedded/jtreg-hotspot-runtime.yaml4
-rw-r--r--openembedded/jtreg-hotspot-sanity.yaml4
-rw-r--r--openembedded/jtreg-hotspot-serviceability.yaml4
-rw-r--r--openembedded/jtreg-hotspot-testlibrary.yaml4
-rw-r--r--openembedded/jtreg-jdk_beans.yaml4
-rw-r--r--openembedded/jtreg-jdk_io.yaml4
-rw-r--r--openembedded/jtreg-jdk_lang.yaml4
-rw-r--r--openembedded/jtreg-jdk_math.yaml4
-rw-r--r--openembedded/jtreg-jdk_net.yaml4
-rw-r--r--openembedded/jtreg-jdk_other.yaml4
-rw-r--r--openembedded/jtreg-jdk_security1.yaml4
-rw-r--r--openembedded/jtreg-jdk_text.yaml4
-rw-r--r--openembedded/jtreg-jdk_time.yaml4
-rw-r--r--openembedded/jtreg-jdk_util.yaml4
-rw-r--r--openembedded/mauve-setup.yaml4
17 files changed, 34 insertions, 34 deletions
diff --git a/openembedded/jtreg-hotspot-compiler.yaml b/openembedded/jtreg-hotspot-compiler.yaml
index 077ee86..50893fc 100644
--- a/openembedded/jtreg-hotspot-compiler.yaml
+++ b/openembedded/jtreg-hotspot-compiler.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - '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'
parse:
diff --git a/openembedded/jtreg-hotspot-gc.yaml b/openembedded/jtreg-hotspot-gc.yaml
index 14ccd2d..70eb6a5 100644
--- a/openembedded/jtreg-hotspot-gc.yaml
+++ b/openembedded/jtreg-hotspot-gc.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t hotspot-gc -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/gc'
parse:
diff --git a/openembedded/jtreg-hotspot-runtime.yaml b/openembedded/jtreg-hotspot-runtime.yaml
index 2ba4841..008dc27 100644
--- a/openembedded/jtreg-hotspot-runtime.yaml
+++ b/openembedded/jtreg-hotspot-runtime.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t hotspot-runtime -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/runtime'
parse:
diff --git a/openembedded/jtreg-hotspot-sanity.yaml b/openembedded/jtreg-hotspot-sanity.yaml
index ef816fa..c9a4b6d 100644
--- a/openembedded/jtreg-hotspot-sanity.yaml
+++ b/openembedded/jtreg-hotspot-sanity.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - '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'
parse:
diff --git a/openembedded/jtreg-hotspot-serviceability.yaml b/openembedded/jtreg-hotspot-serviceability.yaml
index 38057d2..75108d1 100644
--- a/openembedded/jtreg-hotspot-serviceability.yaml
+++ b/openembedded/jtreg-hotspot-serviceability.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t hotspot-serviceability -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/serviceability'
parse:
diff --git a/openembedded/jtreg-hotspot-testlibrary.yaml b/openembedded/jtreg-hotspot-testlibrary.yaml
index 478a6ac..621ffb5 100644
--- a/openembedded/jtreg-hotspot-testlibrary.yaml
+++ b/openembedded/jtreg-hotspot-testlibrary.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t hotspot-testlibrary -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/testlibrary'
parse:
diff --git a/openembedded/jtreg-jdk_beans.yaml b/openembedded/jtreg-jdk_beans.yaml
index aff270c..37813e6 100644
--- a/openembedded/jtreg-jdk_beans.yaml
+++ b/openembedded/jtreg-jdk_beans.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_beans -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/beans'
parse:
diff --git a/openembedded/jtreg-jdk_io.yaml b/openembedded/jtreg-jdk_io.yaml
index f3ebee5..71d9771 100644
--- a/openembedded/jtreg-jdk_io.yaml
+++ b/openembedded/jtreg-jdk_io.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_io -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/io'
parse:
diff --git a/openembedded/jtreg-jdk_lang.yaml b/openembedded/jtreg-jdk_lang.yaml
index 259f414..4404bcb 100644
--- a/openembedded/jtreg-jdk_lang.yaml
+++ b/openembedded/jtreg-jdk_lang.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_lang -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/lang'
parse:
diff --git a/openembedded/jtreg-jdk_math.yaml b/openembedded/jtreg-jdk_math.yaml
index ef03e80..f719772 100644
--- a/openembedded/jtreg-jdk_math.yaml
+++ b/openembedded/jtreg-jdk_math.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_math -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/math'
parse:
diff --git a/openembedded/jtreg-jdk_net.yaml b/openembedded/jtreg-jdk_net.yaml
index 7318ada..d734acf 100644
--- a/openembedded/jtreg-jdk_net.yaml
+++ b/openembedded/jtreg-jdk_net.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_net -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/net'
parse:
diff --git a/openembedded/jtreg-jdk_other.yaml b/openembedded/jtreg-jdk_other.yaml
index acbc204..53b8f3d 100644
--- a/openembedded/jtreg-jdk_other.yaml
+++ b/openembedded/jtreg-jdk_other.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_other -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/other'
parse:
diff --git a/openembedded/jtreg-jdk_security1.yaml b/openembedded/jtreg-jdk_security1.yaml
index a0a20ec..ccc458f 100644
--- a/openembedded/jtreg-jdk_security1.yaml
+++ b/openembedded/jtreg-jdk_security1.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_security1 -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/security1'
parse:
diff --git a/openembedded/jtreg-jdk_text.yaml b/openembedded/jtreg-jdk_text.yaml
index c056b29..5b82fc1 100644
--- a/openembedded/jtreg-jdk_text.yaml
+++ b/openembedded/jtreg-jdk_text.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_text -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/text'
parse:
diff --git a/openembedded/jtreg-jdk_time.yaml b/openembedded/jtreg-jdk_time.yaml
index 1771361..cafbe5a 100644
--- a/openembedded/jtreg-jdk_time.yaml
+++ b/openembedded/jtreg-jdk_time.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_time -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/time'
parse:
diff --git a/openembedded/jtreg-jdk_util.yaml b/openembedded/jtreg-jdk_util.yaml
index 5517e58..fff01e0 100644
--- a/openembedded/jtreg-jdk_util.yaml
+++ b/openembedded/jtreg-jdk_util.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014 Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -37,7 +37,7 @@ install:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
run:
steps:
- - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
+ - 'PATH=$PWD/jtreg-bin/jtreg/linux/bin:$PATH'
- 'cd openembedded/scripts'
- './jtreg-test -t jdk_util -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/jdk/test/java/util'
parse:
diff --git a/openembedded/mauve-setup.yaml b/openembedded/mauve-setup.yaml
index 7466551..717d0d8 100644
--- a/openembedded/mauve-setup.yaml
+++ b/openembedded/mauve-setup.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2013, 2014, Linaro Limited.
metadata:
name: mauve-setup
@@ -18,5 +18,5 @@ install:
- git://git.linaro.org/leg/openjdk/mauve.git
run:
steps:
- - 'mv /lava/tests/$TESTRUN_ID/mauve $HOME'
+ - 'mv mauve $HOME'
- 'lava-test-case mauve-setup --result pass'