github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaplane.numaproj.io/PipelineRollout/actions/action_test.yaml (about) 1 actionTests: 2 - action: pause 3 inputPath: testdata/PipelineRollout/rollout.yaml 4 expectedOutputPath: testdata/PipelineRollout/rollout-paused.yaml 5 - action: unpause-gradual 6 inputPath: testdata/PipelineRollout/rollout-paused.yaml 7 expectedOutputPath: testdata/PipelineRollout/rollout-running-gradual.yaml 8 - action: unpause-fast 9 inputPath: testdata/PipelineRollout/rollout-paused.yaml 10 expectedOutputPath: testdata/PipelineRollout/rollout-running-fast.yaml 11 - action: allow-data-loss 12 inputPath: testdata/PipelineRollout/rollout-in-ppnd.yaml 13 expectedOutputPath: testdata/PipelineRollout/rollout-allowing-data-loss.yaml 14 - action: disallow-data-loss 15 inputPath: testdata/PipelineRollout/rollout-allowing-data-loss.yaml 16 expectedOutputPath: testdata/PipelineRollout/rollout-disallowing-data-loss.yaml