Skip to content

Tests for dynamic volume subPath + mountPath

Replace terminationGracePeriodSeconds with more specific settings:

podTerminationGracePeriodSeconds - applied as a property of the job pod cleanupGracePeriodSeconds - used when cleaning up the pod

For backwards compatibility, if terminationGracePeriodSeconds is specified, it will override any of the more specific settings.

Fixes gitlab-org/gitlab-runner#25668 (closed).

Merge request reports