Skip to content

Commit

Permalink
Use Capsule deploy workflow from conf/capsule.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
synkd committed Jan 16, 2025
1 parent 68e1b98 commit a4782bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/new_upgrades/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def shared_checkout(shared_name):

def shared_cap_checkout(shared_name):
cap_inst = Broker(
workflow=settings.SERVER.deploy_workflows.capsule,
workflow=settings.CAPSULE.deploy_workflows.product,
deploy_sat_version=settings.UPGRADE.FROM_VERSION,
host_class=Capsule,
upgrade_group=f'{shared_name}_shared_checkout',
Expand Down

0 comments on commit a4782bb

Please sign in to comment.