From d6304be174c1ff993196fe3a62554273aff735ea Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Fri, 9 Aug 2024 15:21:31 -0400 Subject: [PATCH] Make bwc test point to specific version instead of current branch Signed-off-by: Darshit Chanpura --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcfaf273f9..5f93bddafe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,9 +189,10 @@ jobs: uses: actions/checkout@v4 - id: build-previous + name: Run BWC suite uses: ./.github/actions/run-bwc-suite with: - plugin-previous-branch: "2.x" + plugin-previous-branch: "2.16" plugin-next-branch: "current_branch" report-artifact-name: bwc-${{ matrix.platform }}-jdk${{ matrix.jdk }} username: admin