File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55
66jobs :
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 '
You can’t perform that action at this time.
0 commit comments