Skip to content

Commit f93e1a7

Browse files
committed
CDSAdaptorTest
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
1 parent 2d7799f commit f93e1a7

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ on:
44

55

66
jobs:
7-
installJDK: # make sure build/ci work properly
7+
CDSAdaptorTest_j9: # make sure build/ci work properly
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [macos-latest] #[ubuntu-latest, macos-latest, windows-2016]
12+
os: [ubuntu-latest, windows-2016] #[ubuntu-latest, macos-latest, windows-2016]
1313
steps:
14-
- uses: actions/checkout@v1
15-
- run: |
16-
sudo sysctl kern.sysv.shmmax
17-
sudo sysctl -w kern.sysv.shmall=655360
18-
sudo sysctl -w kern.sysv.shmmax=125839605760
1914
- uses: AdoptOpenJDK/install-jdk@v1
2015
with:
2116
version: '15'
@@ -25,9 +20,10 @@ jobs:
2520
#source: 'https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2020-12-02-12-32/OpenJDK8U-jdk_x64_linux_hotspot_2020-12-02-12-32.tar.gz'
2621
#sourceType: 'url'
2722
- name: AQA
28-
uses: sophia-guo/run-aqa@SPEC
23+
uses: AdoptOpenJDK/run-aqa@v1
2924
with:
3025
version: '15'
3126
jdksource: 'install-jdk'
32-
build_list: 'functional'
33-
target: '_testSCCMLTests1_openj9'
27+
build_list: 'functional/cmdline_options_tester,functional/cmdLineTests/CDSAdaptorTest'
28+
target: '_CDSAdaptorTest'
29+
# openjdk_testRepo: 'sophia-guo/openjdk-tests:exclude'

0 commit comments

Comments
 (0)