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.
This commit is contained in:
2025-10-19 08:57:19 -05:00
parent bcfe7cc699
commit ea1253c9b8

View File

@@ -36,9 +36,7 @@ def call(rw_limit, stages) {
'jenkins-cfgmgmt', 'jenkins-cfgmgmt',
'jenkins-sudo-sshkey', 'jenkins-sudo-sshkey',
]) { ]) {
stageRemountRW(rw_limit)
generateStages(stages) generateStages(stages)
stageRemountRO(rw_limit)
} }
} catch (err) { } catch (err) {
postFailure(err) postFailure(err)