From 98322c479327ce5c094b7e846958d9199a41d376 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Mon, 16 Oct 2023 10:43:37 -0400 Subject: [PATCH] Temporary enables 10 CI runs to test cache behavior Signed-off-by: Darshit Chanpura --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a0a15838c..ba8f455ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - main - 1.* - 2.* + - DarshitChanpura:reenable-gradle-build-cache pull_request: env: @@ -41,6 +42,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: @@ -86,8 +88,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: