Skip to content

Commit 7b5b337

Browse files
authored
PE-40380 Phase 2 (CI) migrate to large, no DR (#568)
* add large and large with DR architectures to test migration workflow * changing part of a plan that wasn't showing errors correctly
1 parent 389ce6c commit 7b5b337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/test-migration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
architecture:
4040
- standard
4141
- standard-with-dr
42-
# - large
42+
- large
4343
# - extra-large
44-
# - large-with-dr
44+
- large-with-dr
4545
# - extra-large-with-dr
4646
version: [2021.7.9, 2023.8.2, 2025.2.0]
4747
image: [almalinux-cloud/almalinux-8]

Diff for: plans/add_replica.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# probably gets "starting", but fails out because that's not "running".
124124
# Can remove flag when that issue is fixed.
125125
legacy => false,
126-
# _catch_errors => true, # testing
126+
_catch_errors => true,
127127
)
128128

129129
# start puppet service

0 commit comments

Comments
 (0)