Skip to content

Commit b645f2c

Browse files
(PE-42079) Add timeout for puppet run on db targets
1 parent 94cf2ac commit b645f2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-upgrade-matrix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
exclude:
4545
- version: 2021.7.9
4646
version_to_upgrade: 2021.7.9
47+
- version: 2021.7.9
48+
version_to_upgrade: 2025.6.0
4749
- version: 2023.8.6
4850
version_to_upgrade: 2021.7.9
4951
- version: 2023.8.6

plans/subplans/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
run_task('peadm::puppet_runonce', $target)
430430
}
431431

432-
wait([$bg_db_run])
432+
wait([$bg_db_run], 1200, _catch_errors => true)
433433

434434
# The puppetserver might be in the middle of a restart after the Puppet run,
435435
# so we check the status by calling the api and ensuring the puppetserver is

0 commit comments

Comments
 (0)