Skip to content

Commit

Permalink
Temporary enables 10 CI runs to test cache behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Oct 16, 2023
1 parent ce2eedb commit c6b70e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- main
- 1.*
- 2.*
- DarshitChanpura:reenable-gradle-build-cache
pull_request:
workflow_dispatch:
workflow_run:

env:
GRADLE_OPTS: -Dhttp.keepAlive=false
Expand Down Expand Up @@ -41,6 +44,7 @@ jobs:
gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }}
platform: [windows-latest, ubuntu-latest]
jdk: [11, 17]
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -86,8 +90,9 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11, 17]
jdk: [17]
platform: [ubuntu-latest] # Removed windows https://github.com/opensearch-project/security/issues/3423
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit c6b70e2

Please sign in to comment.