File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " run-aqa build with push to master"
22on :
3- push :
4-
3+ pull_request :
54
65jobs :
76 hotspot :
@@ -13,15 +12,15 @@ jobs:
1312 javaToBuild : [jdk16u]
1413 steps :
1514 - uses : actions/checkout@v1
16- - uses : sophia-guo/build-openj9@PR
17- id : buildJDK
18- with :
19- version : 16
20- usePersonalRepo : true
21- openj9Repo : sophia-guo/openj9:demo
22- - run : ${{ steps.buildJDK.outputs.BuildJDKDir }}/bin/java -version
23- - uses : actions/upload-artifact@v2
24- if : failure()
15+ - run : |
16+ echo "test ${GITHUB_ACTOR}"
17+ echo " tests ${GITHUB_SERVER_URL}/${GITHUB_SERVER_URL}"
18+ - name : AQA smoke
19+ uses : smlambert/run-aqa@vendorRepos
2520 with :
26- name : logfilet
27- path : ./**/config.log/
21+ build_list : ' functional/buildAndPackage'
22+ target : ' _extended.functional'
23+ version : ${{ matrix.version }}
24+ vendor_testRepos : " ${{ github.event.pull_request.head.repo.full_name }}"
25+ vendor_testBranches : " ${{ github.head_ref }}"
26+ vendor_testDirs : " /test/functional"
You can’t perform that action at this time.
0 commit comments