Skip to content

Commit

Permalink
Improved CircleCI workflow dependencies - don't build multi-arch unti…
Browse files Browse the repository at this point in the history
…l tested non-MySQL databases.
  • Loading branch information
cer committed Aug 9, 2022
1 parent ec42ecd commit 5cbd33f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ workflows:
requires:
- build-and-test-intel
- build-and-test-arm
- build-and-test-mssql
- build-and-test-postgres
- build-and-test-activemq
- build-and-test/build-and-test:
name: test-multi-arch-intel
script: ./build-and-test-all-mysql-kafka.sh
Expand Down Expand Up @@ -140,16 +143,10 @@ workflows:
requires:
- test-multi-arch-intel
- test-multi-arch-arm
- build-and-test-mssql
- build-and-test-postgres
- build-and-test-activemq
script: ./deploy-artifacts.sh
- deploy-multi-arch:
context:
- publish
requires:
- test-multi-arch-intel
- test-multi-arch-arm
- build-and-test-mssql
- build-and-test-postgres
- build-and-test-activemq

0 comments on commit 5cbd33f

Please sign in to comment.