Skip to content

Commit

Permalink
Compatibility verification against release 1.3.0 (#15080)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhioncbr authored Feb 18, 2025
1 parent 6d5159b commit bfd511a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pinot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
matrix:
test_suite: [ "compatibility-verifier/sample-test-suite" ]
old_commit: [
"release-1.0.0", "release-1.2.0", "master"
"release-1.0.0", "release-1.3.0", "master"
]
name: Pinot Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }}
steps:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
matrix:
test_suite: [ "compatibility-verifier/multi-stage-query-engine-test-suite" ]
old_commit: [
"release-1.2.0", "master"
"release-1.2.0", "release-1.3.0", "master"
]
name: Pinot Multi-Stage Query Engine Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }}
steps:
Expand Down

0 comments on commit bfd511a

Please sign in to comment.