This is an automated email from the ASF dual-hosted git repository.
gortiz 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 3a536f30403 remove compatibility verifier for 1.3.0 (#17649)
3a536f30403 is described below
commit 3a536f304038e5069c7acaa3f88197b4b7935950
Author: Gonzalo Ortiz Jaureguizar <[email protected]>
AuthorDate: Mon Feb 9 14:24:44 2026 +0100
remove compatibility verifier for 1.3.0 (#17649)
---
.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 ec64fd65915..bef09eb9106 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -484,7 +484,7 @@ jobs:
matrix:
test_suite: [ "compatibility-verifier/sample-test-suite" ]
old_commit: [
- "release-1.3.0", "release-1.4.0", "master"
+ "release-1.4.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]