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

jackie 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 848fe9c4ac Added PR compatability test against release 1.1.0 (#12921)
848fe9c4ac is described below

commit 848fe9c4ac18b9e670bf947aba21db59d629e9f9
Author: Abhishek Sharma <[email protected]>
AuthorDate: Mon Apr 15 01:59:20 2024 -0400

    Added PR compatability test against release 1.1.0 (#12921)
---
 .github/workflows/pinot_tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pinot_tests.yml 
b/.github/workflows/pinot_tests.yml
index 2b97445d2b..ce170f3190 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -267,7 +267,7 @@ jobs:
       matrix:
         test_suite: [ "compatibility-verifier/sample-test-suite" ]
         old_commit: [
-          "release-0.12.1", "release-1.0.0", "master"
+          "release-0.12.1", "release-1.0.0", "release-1.1.0", "master"
         ]
     name: Pinot 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