We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7715a98 commit 7d973daCopy full SHA for 7d973da
.github/workflows/test-failover.yaml
@@ -175,7 +175,7 @@ jobs:
175
176
- name: 'Swap primary and replica nodes in inventory'
177
run: |
178
- sed -i .sedbak 's/role: primary$/role: failed/;s/primary/__tmp__/;s/spare-replica/__tmp2__/;s/replica/primary/;s/__tmp__/replica/;s/__tmp2__/replica/' \
+ sed -i.sedbak 's/role: primary$/role: failed/;s/primary/__tmp__/;s/spare-replica/__tmp2__/;s/replica/primary/;s/__tmp__/replica/;s/__tmp2__/replica/' \
179
spec/fixtures/litmus_inventory.yaml
180
181
- name: 'Upgrade PE on test cluster'
0 commit comments