Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Disable the native-image smoke test for cassandra #528

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,14 @@ workflows:
- build-operator
- build-sbt-images
- build-postgres-native-image
- native-image-smoke-test:
name: Native-image Cassandra smoke test
proxy-store: Cassandra
requires:
- build-operator
- build-sbt-images
- build-cassandra-native-image
# Disabled. See https://github.com/cloudstateio/cloudstate/issues/527
# - native-image-smoke-test:
# name: Native-image Cassandra smoke test
# proxy-store: Cassandra
# requires:
# - build-operator
# - build-sbt-images
# - build-cassandra-native-image
- publish-native-images:
name: Publish native images to docker hub
requires:
Expand Down