Skip to content

Commit

Permalink
Using gradle wrapper defined by spring project (#3530)
Browse files Browse the repository at this point in the history
Disable project with jdk17

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Apr 6, 2022
1 parent 4b33dc8 commit bde273b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions external/spring/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TKG/playlist.xsd">
<test>
<testCaseName>spring_test</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/3505#issuecomment-1086270612</comment>
<version>17</version>
</disable>
</disables>
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir spring --reportdst $(REPORTDIR) --docker_args "$(EXTRA_DOCKER_ARGS)" ; \
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir spring
Expand Down
3 changes: 1 addition & 2 deletions external/spring/test.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
github_url="https://github.com/spring-projects/spring-boot.git"
test_results="testResults"
gradle_version="5.1"
ubuntu_packages="git wget unzip"
tag_version="v2.6.4"
tag_version="v2.6.6"

0 comments on commit bde273b

Please sign in to comment.