[ci] Move Cassandra to end of build chain

This commit is contained in:
Chris Cranford 2024-03-04 10:54:39 -05:00 committed by GitHub
parent 6473fe72c0
commit 00c1fdf2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,7 +271,7 @@ jobs:
# Approx 25m
build_cassandra:
name: "Cassandra"
needs: [ check_style, build_storage ]
needs: [ check_style, build_debezium_server ]
runs-on: ubuntu-latest
steps:
- name: Checkout Action (Debezium Core)
@ -358,7 +358,7 @@ jobs:
# Approx 20m
build_vitess:
name: "Vitess"
needs: [ check_style, build_cassandra ]
needs: [ check_style, build_storage ]
runs-on: ubuntu-latest
steps:
- name: Checkout Action (Debezium Core)
@ -469,4 +469,4 @@ jobs:
- uses: ./core/.github/actions/build-debezium-server
with:
path-core: core
path-server: server
path-server: server