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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user