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 6536c8d commit de974b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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 @@ -88,6 +89,7 @@ jobs:
matrix:
jdk: [11, 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 All @@ -114,6 +116,7 @@ jobs:
matrix:
jdk: [17]
platform: [ubuntu-latest]
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -155,6 +158,7 @@ jobs:
matrix:
jdk: [11, 17]
platform: [ubuntu-latest, windows-latest]
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit de974b1

Please sign in to comment.