From ea1253c9b8e36f39042c55fcd0c5dc94c216501c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 19 Oct 2025 08:57:19 -0500 Subject: [PATCH] ci: Remove remount RO/RW stages None of the extant servers have read-only root filesystems any more, so these stages are no longer necessary. --- vars/applyConfigPolicy.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/vars/applyConfigPolicy.groovy b/vars/applyConfigPolicy.groovy index 5ef33d6..3b05d34 100644 --- a/vars/applyConfigPolicy.groovy +++ b/vars/applyConfigPolicy.groovy @@ -36,9 +36,7 @@ def call(rw_limit, stages) { 'jenkins-cfgmgmt', 'jenkins-sudo-sshkey', ]) { - stageRemountRW(rw_limit) generateStages(stages) - stageRemountRO(rw_limit) } } catch (err) { postFailure(err)