Skip to content

Commit a9ecbd4

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

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,25 @@ on:
44

55

66
jobs:
7-
installJDK: # make sure build/ci work properly
7+
Jep334Tests: # 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'
2217
targets: 'JDK_15'
23-
impl: 'openj9'
18+
#impl: 'openj9'
2419
source: 'nightly'
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'
3227
build_list: 'functional'
33-
target: '_testSCCMLTests1_openj9'
28+
target: '_Jep334Tests'

0 commit comments

Comments
 (0)