Skip to content

Commit

Permalink
Narrow down jobs that contribute to report
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Nov 8, 2023
1 parent de157ef commit e35cbe1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }}
platform: [windows-latest, ubuntu-latest]
jdk: [11, 17, 21]
exclude:
- platform: windows-lastest
include:
- jdk: 17
gradle_task: ciSecurityIntegrationTest
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -70,6 +75,7 @@ jobs:
report-coverage:
needs:
- "test"
- "integration-tests"
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -111,6 +117,8 @@ jobs:
matrix:
jdk: [11, 17, 21]
platform: [ubuntu-latest] # Removed windows https://github.com/opensearch-project/security/issues/3423
include:
- jdk: 17
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit e35cbe1

Please sign in to comment.