This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a commit to branch yashmayya-patch-1 in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 4612ee10c55bacdbe9fe8c65f4e6f6004dc08e3d Author: Yash Mayya <[email protected]> AuthorDate: Fri Oct 24 22:55:34 2025 +0530 Compatibility verification against release 1.4.0 --- .github/workflows/pinot_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml index dcdc5a57a12..7bc739fc790 100644 --- a/.github/workflows/pinot_tests.yml +++ b/.github/workflows/pinot_tests.yml @@ -362,7 +362,7 @@ jobs: matrix: test_suite: [ "compatibility-verifier/sample-test-suite" ] old_commit: [ - "release-1.2.0", "release-1.3.0", "master" + "release-1.3.0", "release-1.4.0", "master" ] name: Pinot Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }} steps: @@ -418,7 +418,7 @@ jobs: matrix: test_suite: [ "compatibility-verifier/multi-stage-query-engine-test-suite" ] old_commit: [ - "release-1.2.0", "release-1.3.0", "master" + "release-1.3.0", "release-1.4.0", "master" ] name: Pinot Multi-Stage Query Engine Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
