forked from adoptium/aqa-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move example_functional test to sanity level (adoptium#5194)
- Reenable `example_functional` test to run in docker for all linux except ppc64le_linux - Reduced packages list in `test.properties` based on other external tests - Disabled `example_functional` test on ppc64le_linux - Removed criu_version from `test.properties` related: adoptium#5132 Signed-off-by: Anna Babu Palathingal <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
<target name="build"> | ||
<antcall target="dist" inheritall="true" /> | ||
</target> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
github_url="https://github.com/adoptium/aqa-tests.git" | ||
test_results="testResults" | ||
gradle_version="5.1" | ||
environment_variable="MODE=java CC=gcc CXX=g++" | ||
ubuntu_packages="ant ant-contrib autoconf build-essential ca-certificates cmake cpio curl file gcc g++ gdb git libasound2-dev libcups2-dev libdwarf-dev libelf-dev libexpat1-dev libffi-dev libfontconfig libfontconfig1-dev libfreetype6-dev libnuma-dev libssl-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libxt-dev libxtst-dev make nasm openssh-client openssh-server perl pkg-config ssh systemtap-sdt-dev unzip wget xvfb zip zlib1g-dev asciidoc iproute2 libaio-dev libbsd-dev libcap-dev libnet1-dev libnftables-dev libnl-3-dev libprotobuf-dev libprotobuf-c-dev nftables protobuf-c-compiler protobuf-compiler python3-protobuf python3-distutils python3-future xmlto" | ||
criu_version="latest" | ||
environment_variable="MODE=java CC=gcc-7 CXX=g++-7" | ||
ubuntu_packages="ant-contrib build-essential git asciidoc" |