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