Skip to content

Commit

Permalink
Fix race condition
Browse files Browse the repository at this point in the history
We need cloud-connector first now
  • Loading branch information
skarekrow authored Sep 9, 2024
1 parent dc01c5c commit 1948c0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ EXTRA_DEPLOY_ARGS="--set-image-tag ${IMAGE_DISPATCHER}=${IMAGE_TAG} --set-templa
# Deploy to an ephemeral environment
source $CICD_ROOT/deploy_ephemeral_env.sh

# Run Playbook Dispatcher isolated tests
IQE_PLUGINS="playbook-dispatcher"
IQE_MARKER_EXPRESSION="smoke"
source $CICD_ROOT/cji_smoke_test.sh

# Re-deploy Playbook Dispatcher to an ephemeral environment, this time enabling the communication with Cloud Connector
# The connect image template is overridden to make use of the connect.yaml file from before managed kafka was put in place
bonfire deploy playbook-dispatcher cloud-connector \
Expand All @@ -54,6 +49,11 @@ bonfire deploy playbook-dispatcher cloud-connector \
--timeout ${DEPLOY_TIMEOUT} \
--set-parameter playbook-dispatcher/CLOUD_CONNECTOR_IMPL=impl

# Run Playbook Dispatcher isolated tests
IQE_PLUGINS="playbook-dispatcher"
IQE_MARKER_EXPRESSION="smoke"
source $CICD_ROOT/cji_smoke_test.sh

# Run RHC Contract integration tests
COMPONENT_NAME="cloud-connector"
IQE_PLUGINS="rhc-contract"
Expand Down

0 comments on commit 1948c0c

Please sign in to comment.