This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d8e4eec1fe Compatibility verification against release 1.4.0 (#17073)
0d8e4eec1fe is described below

commit 0d8e4eec1fea5c260fdf1a745cd5cb548d5b9e02
Author: Yash Mayya <[email protected]>
AuthorDate: Mon Oct 27 10:27:27 2025 -0700

    Compatibility verification against release 1.4.0 (#17073)
---
 .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 eceaae87e64..23949e33c74 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -386,7 +386,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:
@@ -442,7 +442,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]

Reply via email to