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

Commit

Permalink
Disable the native-image smoke test for cassandra (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Feb 2, 2021
1 parent 13f3c31 commit 032df1c
Showing 1 changed file with 8 additions and 7 deletions.
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

0 comments on commit 032df1c

Please sign in to comment.