Skip to main content

Bake Time

Stable

Type: DEVRAMPS:APPROVAL:BAKE

Category: approval

Version: 1.0.0


Description

Wait for a specified duration before proceeding (soak test).

Pauses pipeline execution for a specified duration to allow time for issues to surface after a deployment (soak testing). During this time, teams can monitor metrics, logs, and alerts. The pipeline automatically proceeds after the bake time completes, or can be manually approved earlier.

Parameters

Required Parameters

ParameterTypeDescription
duration_minutesintegerDuration to wait in minutes before auto-approving.

Example Usage

- type: DEVRAMPS:APPROVAL:BAKE
name: Production Bake Time
params:
duration_minutes: 30