Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed Jun 26, 2024
1 parent 58dcddc commit 7c8b14a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ jobs:
- name: Metrics
group: METRICS

- name: Upgrade
group: UPGRADE

steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions build/run_integration_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ test_group_standalone() {
mvn_run_integration_test "$@" -DintegrationTestSuiteFile=pulsar-standalone.xml -DintegrationTests
}

test_group_upgrade() {
mvn_run_integration_test "$@" -DintegrationTestSuiteFile=pulsar-upgrade.xml -DintegrationTests
}

test_group_transaction() {
mvn_run_integration_test "$@" -DintegrationTestSuiteFile=pulsar-transaction.xml -DintegrationTests
}
Expand Down

0 comments on commit 7c8b14a

Please sign in to comment.