Skip to content

Commit

Permalink
PR testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Jun 11, 2021
1 parent 4a2fc1e commit 24a2008
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "run-aqa build with push to master"
on:
push:

pull_request:

jobs:
hotspot:
Expand All @@ -13,15 +12,15 @@ jobs:
javaToBuild: [jdk16u]
steps:
- uses: actions/checkout@v1
- uses: sophia-guo/build-openj9@PR
id: buildJDK
with:
version: 16
usePersonalRepo: true
openj9Repo: sophia-guo/openj9:demo
- run: ${{ steps.buildJDK.outputs.BuildJDKDir }}/bin/java -version
- uses: actions/upload-artifact@v2
if: failure()
- run: |
echo "test ${GITHUB_ACTOR}"
echo " tests ${GITHUB_SERVER_URL}/${GITHUB_SERVER_URL}"
- name: AQA smoke
uses: smlambert/run-aqa@vendorRepos
with:
name: logfilet
path: ./**/config.log/
build_list: 'functional/buildAndPackage'
target: '_extended.functional'
version: ${{ matrix.version }}
vendor_testRepos: "${{ github.event.pull_request.head.repo.full_name }}"
vendor_testBranches: "${{ github.head_ref }}"
vendor_testDirs: "/test/functional"

0 comments on commit 24a2008

Please sign in to comment.