• Alessio Caiazza's avatar
    Add timed incremental rollout to Auto DevOps · 94fc0619
    Alessio Caiazza authored
    Auto DevOps deployment strategies now supports timed incremental
    rollout. We are deprecating the usage of INCREMENTAL_ROLLOUT_ENABLED
    environment variable in Auto DevOps template.
    
    The new behavior will be driven by the INCREMENTAL_ROLLOUT_MODE variable
    that can either be manual (same as INCREMENTAL_ROLLOUT_ENABLED) or
    timed.
    
    Rollout deployments will be executed using a 5 minute delay between each
    job.
    94fc0619