Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
1. Updates dependencies
2. Update action output description
3. Update workflow files
4. Delete old workflow files

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Nov 18, 2020
1 parent 84b7288 commit 272e4c8
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 186 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/NightlyJDK14BuildAndTest.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/NightlyJDK8BuildAndTest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
###############################################################################
name: "nightly build-openj9 jdk 11"
name: "nightly build-openj9"
on:
schedule:
- cron: '30 21 * * 1-5'
Expand All @@ -31,20 +31,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, macos-10.15, windows-2016]
version: [8, 11, 15]
exclude:
# excludes jdk 8 on Mac( not valid), jdk8 on windows( not enabled), jdk11 on windows( issue opened)
- os: macos-10.15
version: 8
- os: windows-2016
version: 8
- os: windows-2016
version: 11 #https://github.com/eclipse/build-openj9/issues/2
steps:
- uses: actions/checkout@v1
- uses: eclipse/build-openj9@v1
id: buildJDK
with:
version: 11
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
env:
TEST_JDK_HOME: ${{ steps.buildJDK.outputs.BuildJDKDir }}
with:
build_list: 'functional'
target: '_sanity'
- uses: actions/upload-artifact@v2
if: failure()
with:
name: test_output
path: ./**/test_output_*/
version: ${{ matrix.version }}
- run: ${{ steps.buildJDK.outputs.BuildJDKDir }}/bin/java -version
40 changes: 0 additions & 40 deletions .github/workflows/test.yml

This file was deleted.

3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ inputs:
required: false
default: false
outputs:
BuildJDKDir: # build jdk images directory
BuildJDKDir:
description: 'build jdk images directory'
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 272e4c8

Please sign in to comment.