Skip to content

Commit 24a2008

Browse files
committed
PR testing
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
1 parent 4a2fc1e commit 24a2008

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "run-aqa build with push to master"
22
on:
3-
push:
4-
3+
pull_request:
54

65
jobs:
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"

0 commit comments

Comments
 (0)