Skip to content

docs: new syntax for docs conf (#4012) #587

docs: new syntax for docs conf (#4012)

docs: new syntax for docs conf (#4012) #587

GitHub Actions / Published E2E Test Results succeeded Dec 18, 2024 in 0s

7 fail, 7 skipped, 99 pass in 3h 14m 5s

  4 files    4 suites   3h 14m 5s ⏱️
113 tests  99 ✅  7 💤 7 ❌
460 runs  424 ✅ 28 💤 8 ❌

Results for commit 8a800a8.

Annotations

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestFunctionalSuite/TestRolloutRestart (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 1m 37s]
Raw output
Failed
=== RUN   TestFunctionalSuite/TestRolloutRestart
time="2024-12-18T16:48:19Z" level=info msg="Deleting e2e-test-name=TestRolloutRestart"
time="2024-12-18T16:48:19Z" level=info msg="rollout.argoproj.io/rollout-restart created\n" rollout=rollout-restart
time="2024-12-18T16:48:19Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-restart
time="2024-12-18T16:48:26Z" level=info msg="Condition 'status=Healthy' met after 6s" rollout=rollout-restart
time="2024-12-18T16:48:26Z" level=info msg="Updated rollout pod spec: 2024-12-18T16:48:26.207588962Z" rollout=rollout-restart
time="2024-12-18T16:48:26Z" level=info msg="Waiting for condition: status=Paused" rollout=rollout-restart
    when.go:467: timeout after 1m30s waiting for condition status=Paused
Name:            rollout-restart
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         more replicas need to be updated
Strategy:        Canary
  Step:          0/2
  SetWeight:     25
  ActualWeight:  20
Images:          nginx:1.19-alpine (�[33mcanary�[0m, �[32mstable�[0m)
Replicas:
  Desired:       4
  Current:       5
  Updated:       1
  Ready:         5
  Available:     5

NAME                                         KIND        STATUS         AGE  INFO
⟳ rollout-restart                            Rollout     �[94m◌�[0m Progressing  97s  
├──# revision:2                                                              
│  └──⧉ �[33mrollout-restart-744c58cc8f�[0m           ReplicaSet  �[32m✔�[0m Healthy      90s  �[33mcanary�[0m
│     └──□ rollout-restart-744c58cc8f-hs2dl  Pod         �[32m✔�[0m Running      90s  ready:1/1
└──# revision:1                                                              
   └──⧉ �[32mrollout-restart-6c8f5d6bcb�[0m           ReplicaSet  �[32m✔�[0m Healthy      97s  �[32mstable�[0m
      ├──□ rollout-restart-6c8f5d6bcb-k7vfz  Pod         �[32m✔�[0m Running      97s  ready:1/1
      ├──□ rollout-restart-6c8f5d6bcb-rpsjq  Pod         �[32m✔�[0m Running      97s  ready:1/1
      └──□ rollout-restart-6c8f5d6bcb-sq6qb  Pod         �[32m✔�[0m Running      97s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-12-18T16:48:19Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestRolloutRestart
  name: rollout-restart
  namespace: default
  resourceVersion: "14529"
  uid: 1c1e2e6a-4f42-449c-bef8-ed0621337588
spec:
  replicas: 4
  selector:
    matchLabels:
      app: rollout-restart
  strategy:
    canary:
      maxUnavailable: 75%
      steps:
      - setWeight: 25
      - pause: {}
  template:
    metadata:
      annotations:
        update: "2024-12-18T16:48:26.207588962Z"
      creationTimestamp: null
      labels:
        app: rollout-restart
    spec:
      containers:
      - image: nginx:1.19-alpine
        lifecycle:
          postStart:
            exec:
              command:
              - sleep
              - "5"
          preStop:
            exec:
              command:
              - sleep
              - "5"
        name: rollout-restart
        resources:
          requests:
            cpu: 1m
            memory: 16Mi
status:
  HPAReplicas: 5
  availableReplicas: 5
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2024-12-18T16:48:26Z"
    lastUpdateTime: "2024-12-18T16:48:26Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-12-18T16:48:26Z"
    lastUpdateTime: "2024-12-18T16:48:26Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-12-18T16:48:26Z"
    lastUpdateTime: "2024-12-18T16:48:26Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2024-12-18T16:48:19Z"
    lastUpdateTime: "2024-12-18T16:48:32Z"
    message: ReplicaSet "rollout-restart-744c58cc8f" is progressing.
    reason: ReplicaSetUpdated
    status: "True"
    type: Progressing
  currentPodHash: 744c58cc8f
  currentStepHash: 77b4b4f4c6
  currentStepIndex: 0
  message: more replicas need to be updated
  observedGeneration: "2"
  phase: Progressing
  readyReplicas: 5
  replicas: 5
  selector: app=rollout-restart
  stableRS: 6c8f5d6bcb
  updatedReplicas: 1

2024-12-18T16:48:19Z         Normal    RolloutAddedToInformer    Rollout resource added to informer: default/rollout-restart
2024-12-18T16:48:19Z         Normal    RolloutUpdated            Rollout updated to revision 1
2024-12-18T16:48:19Z         Normal    NewReplicaSetCreated      Created ReplicaSet rollout-restart-6c8f5d6bcb (revision 1)
2024-12-18T16:48:19Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (6c8f5d6bcb)
2024-12-18T16:48:19Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet rollout-restart-6c8f5d6bcb (revision 1) from 0 to 4
2024-12-18T16:48:19Z         Normal    RolloutCompleted          Rollout completed update to revision 1 (6c8f5d6bcb): Initial deploy
2024-12-18T16:48:26Z         Normal    RolloutUpdated            Rollout updated to revision 2
2024-12-18T16:48:26Z         Normal    NewReplicaSetCreated      Created ReplicaSet rollout-restart-744c58cc8f (revision 2)
2024-12-18T16:48:26Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (744c58cc8f)
2024-12-18T16:48:26Z (x2)    Normal    ScalingReplicaSet         Scaled down ReplicaSet rollout-restart-6c8f5d6bcb (revision 1) from 4 to 3
2024-12-18T16:48:26Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet rollout-restart-744c58cc8f (revision 2) from 0 to 1

time="2024-12-18T16:49:56Z" level=info msg="Deleting e2e-test-name=TestRolloutRestart"
    --- FAIL: TestFunctionalSuite/TestRolloutRestart (97.26s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

2 out of 6 runs failed: TestFunctionalSuite (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 7m 7s]
artifacts/E2E Test Results (k8s 1.30)/junit-e2e-test.xml [took 6m 35s]
Raw output
Failed
=== RUN   TestFunctionalSuite
time="2024-12-18T16:43:33Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (427.81s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.30)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN   TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
time="2024-12-18T16:33:02Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
time="2024-12-18T16:33:03Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-multi-ingress-1 created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-multi-ingress-2 created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2024-12-18T16:33:03Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2024-12-18T16:33:04Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=alb-rollout
time="2024-12-18T16:33:04Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2024-12-18T16:33:04Z" level=info msg="Updated rollout pod spec: 2024-12-18T16:33:04.570445225Z" rollout=alb-rollout
time="2024-12-18T16:33:04Z" level=info msg="Sleeping 10s" rollout=alb-rollout
    require.go:72: 
        	Error Trace:	/home/runner/go/pkg/mod/github.com/tj/[email protected]/require.go:72
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:365
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:29
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:354
        	Error:      	Not equal: 
        	            	expected: "{\"Type\":\"forward\",\"ForwardConfig\":{\"TargetGroups\":[{\"ServiceName\":\"alb-rollout-canary\",\"ServicePort\":\"80\",\"Weight\":0},{\"ServiceName\":\"\",\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"\",\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"alb-rollout-stable\",\"ServicePort\":\"80\",\"Weight\":60}]}}"
        	            	actual  : "{\"Type\":\"forward\",\"ForwardConfig\":{\"TargetGroups\":[{\"ServiceName\":\"alb-rollout-canary\",\"ServicePort\":\"80\",\"Weight\":0},{\"ServicePort\":\"80\",\"Weight\":20},{\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"alb-rollout-stable\",\"ServicePort\":\"80\",\"Weight\":60}]}}"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-{"Type":"forward","ForwardConfig":{"TargetGroups":[{"ServiceName":"alb-rollout-canary","ServicePort":"80","Weight":0},{"ServiceName":"","ServicePort":"80","Weight":20},{"ServiceName":"","ServicePort":"80","Weight":20},{"ServiceName":"alb-rollout-stable","ServicePort":"80","Weight":60}]}}
        	            	+{"Type":"forward","ForwardConfig":{"TargetGroups":[{"ServiceName":"alb-rollout-canary","ServicePort":"80","Weight":0},{"ServicePort":"80","Weight":20},{"ServicePort":"80","Weight":20},{"ServiceName":"alb-rollout-stable","ServicePort":"80","Weight":60}]}}
        	Test:       	TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
Name:            alb-rollout
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         more replicas need to be updated
Strategy:        Canary
  Step:          0/1
  SetWeight:     0
  ActualWeight:  0
Images:          nginx:1.19-alpine (�[32mstable�[0m, �[0mΣ:experiment-alb-canary�[0m, �[0mΣ:experiment-alb-stable�[0m)
Replicas:
  Desired:       1
  Current:       1
  Updated:       0
  Ready:         1
  Available:     1

NAME                                                                  KIND        STATUS         AGE  INFO
⟳ alb-rollout                                                         Rollout     �[94m◌�[0m Progressing  11s  
├──# revision:2                                                                                       
│  ├──⧉ �[33malb-rollout-65bbbbbb5f�[0m                                        ReplicaSet  �[0m•�[0m ScaledDown   10s  �[33mcanary�[0m
│  └──Σ �[94malb-rollout-65bbbbbb5f-2-0�[0m                                    Experiment  �[94m◌�[0m Running      10s  
│     ├──⧉ alb-rollout-65bbbbbb5f-2-0-experiment-alb-canary           ReplicaSet  �[32m✔�[0m Healthy      10s  
│     │  └──□ alb-rollout-65bbbbbb5f-2-0-experiment-alb-canary-wggft  Pod         �[32m✔�[0m Running      10s  ready:1/1
│     └──⧉ alb-rollout-65bbbbbb5f-2-0-experiment-alb-stable           ReplicaSet  �[32m✔�[0m Healthy      10s  
│        └──□ alb-rollout-65bbbbbb5f-2-0-experiment-alb-stable-xl2tb  Pod         �[32m✔�[0m Running      10s  ready:1/1
└──# revision:1                                                                                       
   └──⧉ �[32malb-rollout-d6f4fdcdc�[0m                                         ReplicaSet  �[32m✔�[0m Healthy      11s  �[32mstable�[0m
      └──□ alb-rollout-d6f4fdcdc-cjmgd                                Pod         �[32m✔�[0m Running      11s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-12-18T16:33:03Z"
  generation: 4
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestALBExperimentStepNoSetWeightMultiIngress
  name: alb-rollout
  namespace: default
  resourceVersion: "4228"
  uid: 501ac585-eb18-4b74-932f-86762b7a70b0
spec:
  replicas: 1
  selector:
    matchLabels:
      app: alb-rollout
  strategy:
    canary:
      canaryService: alb-rollout-canary
      stableService: alb-rollout-stable
      steps:
      - experiment:
          analysisRunMetadata: {}
          duration: 15s
          templates:
          - metadata: {}
            name: experiment-alb-canary
            specRef: canary
            weight: 20
          - metadata: {}
            name: experiment-alb-stable
            specRef: stable
            weight: 20
      trafficRouting:
        alb:
          ingresses:
          - alb-rollout-multi-ingress-1
          - alb-rollout-multi-ingress-2
          rootService: alb-rollout-root
          servicePort: 80
  template:
    metadata:
      annotations:
        update: "2024-12-18T16:33:04.570445225Z"
      creationTimestamp: null
      labels:
        app: alb-rollout
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: alb-rollout
        ports:
        - containerPort: 80
          name: http
          protocol: TCP
        resources:
          requests:
            cpu: 5m
            memory: 16Mi
status:
  HPAReplicas: 1
  availableReplicas: 1
  blueGreen: {}
  canary:
    currentExperiment: alb-rollout-65bbbbbb5f-2-0
    weights:
      additional:
      - weight: 20
      - weight: 20
      canary:
        podTemplateHash: 65bbbbbb5f
        serviceName: alb-rollout-canary
        weight: 0
      stable:
        podTemplateHash: d6f4fdcdc
        serviceName: alb-rollout-stable
        weight: 60
  conditions:
  - lastTransitionTime: "2024-12-18T16:33:04Z"
    lastUpdateTime: "2024-12-18T16:33:04Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-12-18T16:33:04Z"
    lastUpdateTime: "2024-12-18T16:33:04Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-12-18T16:33:03Z"
    lastUpdateTime: "2024-12-18T16:33:04Z"
    message: ReplicaSet "alb-rollout-65bbbbbb5f" is progressing.
    reason: ReplicaSetUpdated
    status: "True"
    type: Progressing
  - lastTransitionTime: "2024-12-18T16:33:04Z"
    lastUpdateTime: "2024-12-18T16:33:04Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  currentPodHash: 65bbbbbb5f
  currentStepHash: 8b59978
  currentStepIndex: 0
  message: more replicas need to be updated
  observedGeneration: "4"
  phase: Progressing
  readyReplicas: 1
  replicas: 1
  selector: app=alb-rollout
  stableRS: d6f4fdcdc

2024-12-18T16:33:03Z         Normal    RolloutAddedToInformer    Rollout resource added to informer: default/alb-rollout
2024-12-18T16:33:03Z         Normal    RolloutUpdated            Rollout updated to revision 1
2024-12-18T16:33:03Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2024-12-18T16:33:03Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (d6f4fdcdc)
2024-12-18T16:33:05Z (x2)    Normal    PatchingALBIngress        Updating Ingress `alb-rollout-multi-ingress-1` to desiredWeight '0'
2024-12-18T16:33:05Z (x2)    Normal    PatchingALBIngress        Updating Ingress `alb-rollout-multi-ingress-2` to desiredWeight '0'
2024-12-18T16:33:03Z         Normal    TrafficWeightUpdated      Traffic weight updated to 0
2024-12-18T16:33:03Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2024-12-18T16:33:03Z         Normal    RolloutCompleted          Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2024-12-18T16:33:04Z (x2)    Normal    TrafficWeightUpdated      Traffic weight updated 
2024-12-18T16:33:04Z         Normal    SwitchService             Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2024-12-18T16:33:04Z         Normal    SwitchService             Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2024-12-18T16:33:04Z         Normal    RolloutUpdated            Rollout updated to revision 2
2024-12-18T16:33:04Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-65bbbbbb5f (revision 2)
2024-12-18T16:33:04Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (65bbbbbb5f)
2024-12-18T16:33:04Z         Normal    ExperimentCreated         Created Experiment 'alb-rollout-65bbbbbb5f-2-0'
2024-12-18T16:33:05Z         Normal    TrafficWeightUpdated      Traffic weight updated additional: [{20  } {20  }]

time="2024-12-18T16:33:14Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
    --- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress (12.14s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestAWSSuite (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.30)/junit-e2e-test.xml [took 1m 50s]
Raw output
Failed
=== RUN   TestAWSSuite
--- FAIL: TestAWSSuite (110.93s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 3s]
Raw output
Failed
=== RUN   TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate
time="2024-12-18T16:40:53Z" level=info msg="Deleting e2e-test-name=TestRolloutWithMaxSurgeScalingDuringUpdate"
time="2024-12-18T16:40:54Z" level=info msg="rollout.argoproj.io/updatescaling created\n" rollout=updatescaling
time="2024-12-18T16:40:54Z" level=info msg="Waiting for condition: status=Healthy" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=updatescaling
W1218 16:40:55.758652   27102 warnings.go:70] unknown field "spec.template.metadata.creationTimestamp"
time="2024-12-18T16:40:55Z" level=info msg="Patched rollout: {\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"updatescaling\",\"resources\":{\"requests\":{\"cpu\":\"2m\",\"memory\":\"16Mi\"}}}]}}}}" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Waiting for condition: status.replicas=7" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Condition 'status.replicas=7' met after 0s" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Pod expectation 'canary pod count == 4' met" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Pod expectation 'stable pod count == 3' met" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Scaled rollout to 8" rollout=updatescaling
time="2024-12-18T16:40:55Z" level=info msg="Waiting for condition: status.replicas=11" rollout=updatescaling
time="2024-12-18T16:40:56Z" level=info msg="Condition 'status.replicas=11' met after 0s" rollout=updatescaling
time="2024-12-18T16:40:56Z" level=info msg="Pod expectation 'canary pod count == 8' met" rollout=updatescaling
time="2024-12-18T16:40:56Z" level=info msg="Pod expectation 'stable pod count == 3' met" rollout=updatescaling
time="2024-12-18T16:40:56Z" level=info msg="Scaled rollout to 4" rollout=updatescaling
time="2024-12-18T16:40:56Z" level=info msg="Waiting for condition: status.replicas=7" rollout=updatescaling
time="2024-12-18T16:40:57Z" level=info msg="Condition 'status.replicas=7' met after 0s" rollout=updatescaling
time="2024-12-18T16:40:57Z" level=info msg="Pod expectation 'canary pod count == 4' met" rollout=updatescaling
time="2024-12-18T16:40:57Z" level=warning msg="unexpected stable (hash 54d546d75c) pod count: expected 3, saw: 2" rollout=updatescaling
time="2024-12-18T16:40:57Z" level=error msg="Pod expectation 'stable pod count == 3' failed" rollout=updatescaling
Name:            updatescaling
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         old replicas are pending termination
Strategy:        Canary
  Step:          
  SetWeight:     100
  ActualWeight:  100
Images:          nginx:1.19-alpine (�[33mcanary�[0m, �[32mstable�[0m)
Replicas:
  Desired:       4
  Current:       7
  Updated:       4
  Ready:         4
  Available:     4

NAME                                       KIND        STATUS               AGE  INFO
⟳ updatescaling                            Rollout     �[94m◌�[0m Progressing        3s   
├──# revision:2                                                                  
│  └──⧉ �[33mupdatescaling-79b6b5f5d4�[0m           ReplicaSet  �[94m◌�[0m Progressing        2s   �[33mcanary�[0m
│     ├──□ updatescaling-79b6b5f5d4-82ng5  Pod         �[94m◌�[0m ContainerCreating  2s   ready:0/1
│     ├──□ updatescaling-79b6b5f5d4-kk5rw  Pod         �[32m✔�[0m Running            2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-nm2bn  Pod         �[94m◌�[0m Terminating        2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-pmtxn  Pod         �[94m◌�[0m ContainerCreating  2s   ready:0/1
│     ├──□ updatescaling-79b6b5f5d4-vzlrn  Pod         �[94m◌�[0m ContainerCreating  2s   ready:0/1
│     ├──□ updatescaling-79b6b5f5d4-fssgq  Pod         �[94m◌�[0m Terminating        1s   ready:0/1
│     ├──□ updatescaling-79b6b5f5d4-glrjc  Pod         �[94m◌�[0m Terminating        1s   ready:0/1
│     └──□ updatescaling-79b6b5f5d4-hdjbt  Pod         �[94m◌�[0m Terminating        1s   ready:0/1
└──# revision:1                                                                  
   └──⧉ �[32mupdatescaling-54d546d75c�[0m           ReplicaSet  �[32m✔�[0m Healthy            3s   �[32mstable�[0m
      ├──□ updatescaling-54d546d75c-6jkkb  Pod         �[94m◌�[0m Terminating        3s   ready:0/1
      ├──□ updatescaling-54d546d75c-jdjbw  Pod         �[32m✔�[0m Running            3s   ready:1/1
      ├──□ updatescaling-54d546d75c-n7f7j  Pod         �[94m◌�[0m Terminating        3s   ready:0/1
      └──□ updatescaling-54d546d75c-wkmfx  Pod         �[32m✔�[0m Running            3s   ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-12-18T16:40:54Z"
  generation: 4
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestRolloutWithMaxSurgeScalingDuringUpdate
  name: updatescaling
  namespace: default
  resourceVersion: "10107"
  uid: b90a9d5c-f3ac-469d-87b9-e691cecfb5d4
spec:
  replicas: 4
  selector:
    matchLabels:
      app: updatescaling
  strategy:
    canary:
      maxSurge: 100%
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: updatescaling
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: updatescaling
        resources:
          requests:
            cpu: 2m
            memory: 16Mi
status:
  HPAReplicas: 7
  availableReplicas: 4
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2024-12-18T16:40:55Z"
    lastUpdateTime: "2024-12-18T16:40:55Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-12-18T16:40:55Z"
    lastUpdateTime: "2024-12-18T16:40:55Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2024-12-18T16:40:56Z"
    lastUpdateTime: "2024-12-18T16:40:56Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-12-18T16:40:54Z"
    lastUpdateTime: "2024-12-18T16:40:57Z"
    message: ReplicaSet "updatescaling-79b6b5f5d4" is progressing.
    reason: ReplicaSetUpdated
    status: "True"
    type: Progressing
  currentPodHash: 79b6b5f5d4
  currentStepHash: 5ffbfbbd64
  message: old replicas are pending termination
  observedGeneration: "4"
  phase: Progressing
  readyReplicas: 4
  replicas: 7
  selector: app=updatescaling
  stableRS: 54d546d75c
  updatedReplicas: 4

2024-12-18T16:40:54Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/updatescaling
2024-12-18T16:40:54Z    Normal    RolloutUpdated            Rollout updated to revision 1
2024-12-18T16:40:54Z    Normal    NewReplicaSetCreated      Created ReplicaSet updatescaling-54d546d75c (revision 1)
2024-12-18T16:40:54Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (54d546d75c)
2024-12-18T16:40:54Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-54d546d75c (revision 1) from 0 to 4
2024-12-18T16:40:54Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (54d546d75c): Initial deploy
2024-12-18T16:40:55Z    Normal    RolloutUpdated            Rollout updated to revision 2
2024-12-18T16:40:55Z    Normal    NewReplicaSetCreated      Created ReplicaSet updatescaling-79b6b5f5d4 (revision 2)
2024-12-18T16:40:55Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (79b6b5f5d4)
2024-12-18T16:40:55Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-54d546d75c (revision 1) from 4 to 3
2024-12-18T16:40:55Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 0 to 4
2024-12-18T16:40:55Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 4 to 8
2024-12-18T16:40:56Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 8 to 4
2024-12-18T16:40:56Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-54d546d75c (revision 1) from 3 to 2

time="2024-12-18T16:40:57Z" level=info msg="Deleting e2e-test-name=TestRolloutWithMaxSurgeScalingDuringUpdate"
time="2024-12-18T16:40:57Z" level=info msg="Deleting e2e-test-name"
    --- FAIL: TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate (3.66s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestCanarySuite (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 4m 52s]
Raw output
Failed
=== RUN   TestCanarySuite
time="2024-12-18T16:36:05Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (292.60s)

Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

1 out of 5 runs failed: TestFunctionalSuite/TestScaleDownOnSuccess (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.30)/junit-e2e-test.xml [took 1m 2s]
Raw output
Failed
=== RUN   TestFunctionalSuite/TestScaleDownOnSuccess
time="2024-12-18T16:48:23Z" level=info msg="Deleting e2e-test-name=TestScaleDownOnSuccess"
time="2024-12-18T16:48:23Z" level=info msg="service/rollout-bluegreen-active created\n" rollout=rollout-ref-deployment
time="2024-12-18T16:48:23Z" level=info msg="rollout.argoproj.io/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2024-12-18T16:48:23Z" level=info msg="deployment.apps/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2024-12-18T16:48:23Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-ref-deployment
time="2024-12-18T16:48:25Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=rollout-ref-deployment
time="2024-12-18T16:48:25Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:30Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:35Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:40Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:45Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:50Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:48:55Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:00Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:05Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:10Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:15Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:20Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:25Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:25Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-12-18T16:49:25Z" level=error msg="Failed to meet deployment replicas count expectation 'The deployment has been scaled to 0 replicas'" rollout=rollout-ref-deployment
Name:            rollout-ref-deployment
Namespace:       default
Status:          �[32m✔�[0m Healthy
Strategy:        BlueGreen
Images:          argoproj/rollouts-demo:green (�[32mstable�[0m, �[32mactive�[0m)
Replicas:
  Desired:       2
  Current:       2
  Updated:       2
  Ready:         2
  Available:     2

NAME                                                KIND        STATUS     AGE  INFO
⟳ rollout-ref-deployment                            Rollout     �[32m✔�[0m Healthy  62s  
└──# revision:1                                                                 
   └──⧉ �[32m�[32mrollout-ref-deployment-6d6d5f59f9�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy  62s  �[32mstable�[0m,�[32mactive�[0m
      ├──□ rollout-ref-deployment-6d6d5f59f9-4xxfv  Pod         �[32m✔�[0m Running  61s  ready:1/1
      └──□ rollout-ref-deployment-6d6d5f59f9-xx7kc  Pod         �[32m✔�[0m Running  61s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
    rollout.argoproj.io/workload-generation: "1"
  creationTimestamp: "2024-12-18T16:48:23Z"
  generation: 1
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestScaleDownOnSuccess
  name: rollout-ref-deployment
  namespace: default
  resourceVersion: "14571"
  uid: ad3d97f5-ace6-4a6f-a250-0f587f8ac8aa
spec:
  replicas: 2
  selector: null
  strategy:
    blueGreen:
      activeService: rollout-bluegreen-active
  template:
    metadata:
      creationTimestamp: null
    spec:
      containers: null
  workloadRef:
    apiVersion: apps/v1
    kind: Deployment
    name: rollout-ref-deployment
    scaleDown: onsuccess
status:
  HPAReplicas: 2
  availableReplicas: 2
  blueGreen:
    activeSelector: 6d6d5f59f9
  canary: {}
  conditions:
  - lastTransitionTime: "2024-12-18T16:48:24Z"
    lastUpdateTime: "2024-12-18T16:48:24Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2024-12-18T16:48:25Z"
    lastUpdateTime: "2024-12-18T16:48:25Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2024-12-18T16:48:24Z"
    lastUpdateTime: "2024-12-18T16:48:25Z"
    message: ReplicaSet "rollout-ref-deployment-6d6d5f59f9" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2024-12-18T16:48:25Z"
    lastUpdateTime: "2024-12-18T16:48:25Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 6d6d5f59f9
  observedGeneration: "1"
  phase: Healthy
  readyReplicas: 2
  replicas: 2
  selector: app=rollout-ref-deployment,rollouts-pod-template-hash=6d6d5f59f9
  stableRS: 6d6d5f59f9
  updatedReplicas: 2
  workloadObservedGeneration: "1"

2024-12-18T16:48:23Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/rollout-ref-deployment
2024-12-18T16:48:24Z    Normal    RolloutUpdated            Rollout updated to revision 1
2024-12-18T16:48:24Z    Normal    NewReplicaSetCreated      Created ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1)
2024-12-18T16:48:24Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1) from 0 to 2
2024-12-18T16:48:24Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (6d6d5f59f9): Initial deploy
2024-12-18T16:48:25Z    Normal    SwitchService             Switched selector for service 'rollout-bluegreen-active' from '' to '6d6d5f59f9'

time="2024-12-18T16:49:25Z" level=info msg="Deleting e2e-test-name=TestScaleDownOnSuccess"
    --- FAIL: TestFunctionalSuite/TestScaleDownOnSuccess (62.26s)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

7 skipped tests found

There are 7 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAppMeshSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMIIngressSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMISuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestStepPluginSuite

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Published E2E Test Results

113 tests found

There are 113 tests, see "Raw output" for the full list of tests.
Raw output
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite/TestAPISIXCanarySetHeaderStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite/TestAPISIXCanaryStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepNoSetWeight
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBMesh_PingPong_StableCanary_Update
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBPingPongUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBPingPongUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestAlbHeaderRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestAlbHeaderRouteMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestAnalysisWithArgs
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestAnalysisWithSecret
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBackgroundAnalysisWithArgs
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenAbortAndUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenKitchenSink
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenPostPromotionFail
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenPrePromotionFail
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryBackgroundAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryFailInlineMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryInlineAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryInlineMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAppMeshSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenPreviewReplicaCount
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithoutPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestEphemeralMetadata
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryDynamicStableScale
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryDynamicStableScaleRollbackToStable
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryProgressDeadlineExceededWithPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownDelayWithProgressDeadline
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownOnAbortNoTrafficRouting
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanarySetCanaryScale
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryUnScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryWithPausedRollout
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestEphemeralMetadata
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestReduceWeightAndHonorMaxUnavailable
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutScalingDuringUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutScalingWhenPaused
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithDryRunMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithMeasurementRetentionMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithMultiportServiceAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithServiceAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithServiceNameAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestRolloutWithExperimentAndAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenExceedProgressDeadlineAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenPreviewReplicaCountPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenToCanary
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestCanaryPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestCompleteRolloutRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestContainerResourceFormats
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestControllerMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestFixInvalidSpec
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestKubectlWaitForCompleted
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestKubectlWaitForPaused
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestMalformedRollout
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestMalformedRolloutEphemeralCtr
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestNeverScaleDown
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutAbortRetryPromote
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToBadUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToGoodSetWeightUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToGoodUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutGoodToBadUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPDBRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPauseDurationGreaterThanProgressDeadlineSeconds
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPodVolumesItemsSpec
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestScaleDownOnSuccess
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestScaleDownProgressively
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestSpecAndReplicaChangeSameTime
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestWorkloadRef
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestWorkloadRefTemplate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestHeaderRoutingSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestHeaderRoutingSuite/TestIstioHostHeaderRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioAbortUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioAbortUpdateDeleteAllCanaryPods
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplit
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplitExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplitOnlyTls
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioPingPongUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplit
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitInStableDownscaleAfterCanaryAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitSingleRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioUpdateInMiddleZeroCanaryReplicas
github.com/argoproj/argo-rollouts/test/e2e ‑ TestMirrorRouteSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestMirrorRouteSuite/TestIstioHostMirrorRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite/TestRollbackAnalysisOutsideWindow
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite/TestRollbackAnalysisWithinWindow
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMIIngressSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMISuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestStepPluginSuite