Skip to content

Commit

Permalink
Experimental copying of results outside of container
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Apr 5, 2024
1 parent 2133e23 commit 4f5d9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/jtreg-buffer/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd">
<test>
<testCaseName>jtreg-buffer-test</testCaseName>
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir jtreg-buffer --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir jtreg-buffer --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" --reportsrc /testResults ; \
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir jtreg-buffer
</command>
Expand Down
2 changes: 1 addition & 1 deletion external/jtreg-buffer/test.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github_url="https://github.com/rh-openjdk/jtreg-buffer.git"
test_results=""
test_results="testResults"
tag_version="main"
ubuntu_packages="git wget tar"
maven_version="3.9.6"
1 change: 1 addition & 0 deletions external/jtreg-buffer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ printenv
set -ex

bash run.sh $JAVA_HOME
cp *.tar.gz /testResults/
set +e

0 comments on commit 4f5d9cb

Please sign in to comment.