mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-13 17:30:40 +00:00
test: choose compat runner cli args by version (#8376)
* test: use legacy rpc args in compat runner Signed-off-by: discord9 <discord9@163.com> * test: detect compat runner grpc cli args Signed-off-by: discord9 <discord9@163.com> * ci: run compat on ready pr open Signed-off-by: discord9 <discord9@163.com> * test: choose compat cli args by version Signed-off-by: discord9 <discord9@163.com> * test: address compat arg test review Signed-off-by: discord9 <discord9@163.com> * test: fix compat runner comment typo Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@@ -1020,7 +1020,7 @@ jobs:
|
||||
artifact-name: bins
|
||||
|
||||
compat:
|
||||
if: ${{ github.repository == 'GreptimeTeam/greptimedb' && (github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'pull_request' && github.event.action == 'ready_for_review')) }}
|
||||
if: ${{ github.repository == 'GreptimeTeam/greptimedb' && (github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'pull_request' && (github.event.action == 'ready_for_review' || (github.event.action == 'opened' && github.event.pull_request.draft == false)))) }}
|
||||
name: Compatibility Test (recent releases)
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user