Skip to content

Commit

Permalink
PE-38815 workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronShannon committed Aug 23, 2024
1 parent 31ca6ea commit 78a7c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-add-replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
--modulepath spec/fixtures/modules \
provider=provision_service \
image=${{ matrix.image }} \
architecture=${{ matrix.architecture }}
architecture=${{ matrix.architecture }}-with-dr-and-spare-replica
echo ::endgroup::
echo ::group::info:request
Expand All @@ -106,7 +106,8 @@ jobs:
bundle exec bolt plan run peadm_spec::add_replica -v \
--inventoryfile spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
--stream
--stream \
replica_host=spare-replica
- name: 'Wait as long as the file ${HOME}/pause file is present'
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}
Expand Down
3 changes: 3 additions & 0 deletions spec/acceptance/peadm_spec/plans/provision_test_cluster.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
'standard-with-dr': {
['primary', 'replica']
}
'standard-with-dr-and-spare-replica': {
['primary', 'replica', 'spare-replica']
}
'large': {
['primary', 'compiler']
}
Expand Down

0 comments on commit 78a7c9c

Please sign in to comment.