Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: New Prometheus metric: build_info #3591

Merged
merged 5 commits into from
Dec 6, 2024

Merge branch 'master' into feat/build-info

ce4da39
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: New Prometheus metric: build_info #3591

Merge branch 'master' into feat/build-info
ce4da39
Select commit
Loading
Failed to load commit list.
GitHub Actions / Published E2E Test Results succeeded Nov 15, 2024 in 0s

5 fail, 7 skipped, 101 pass in 3h 17m 45s

  4 files    4 suites   3h 17m 45s ⏱️
113 tests 101 ✅  7 💤  5 ❌
466 runs  424 ✅ 28 💤 14 ❌

Results for commit ce4da39.

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

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

artifacts/E2E Test Results (k8s 1.26)/junit-e2e-test.xml [took 12s]
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN   TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
time="2024-11-15T10:03:45Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
time="2024-11-15T10:03:45Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2024-11-15T10:03:45Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2024-11-15T10:03:45Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2024-11-15T10:03:45Z" 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-11-15T10:03:45Z" 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-11-15T10:03:45Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2024-11-15T10:03:45Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2024-11-15T10:03:47Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=alb-rollout
time="2024-11-15T10:03:47Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2024-11-15T10:03:47Z" level=info msg="Updated rollout pod spec: 2024-11-15T10:03:47.118041832Z" rollout=alb-rollout
time="2024-11-15T10:03:47Z" level=info msg="Sleeping 10s" rollout=alb-rollout
    require.go:72: 
        	Error Trace:	/home/runner/go/pkg/mod/github.com/tj/assert@v0.0.3/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  12s  
├──# revision:2                                                                                       
│  ├──⧉ �[33malb-rollout-544dd5f7b9�[0m                                        ReplicaSet  �[0m•�[0m ScaledDown   10s  �[33mcanary�[0m
│  └──Σ �[94malb-rollout-544dd5f7b9-2-0�[0m                                    Experiment  �[94m◌�[0m Running      10s  
│     ├──⧉ alb-rollout-544dd5f7b9-2-0-experiment-alb-canary           ReplicaSet  �[32m✔�[0m Healthy      10s  
│     │  └──□ alb-rollout-544dd5f7b9-2-0-experiment-alb-canary-lm52c  Pod         �[32m✔�[0m Running      10s  ready:1/1
│     └──⧉ alb-rollout-544dd5f7b9-2-0-experiment-alb-stable           ReplicaSet  �[32m✔�[0m Healthy      10s  
│        └──□ alb-rollout-544dd5f7b9-2-0-experiment-alb-stable-vmbm5  Pod         �[32m✔�[0m Running      10s  ready:1/1
└──# revision:1                                                                                       
   └──⧉ �[32malb-rollout-d6f4fdcdc�[0m                                         ReplicaSet  �[32m✔�[0m Healthy      12s  �[32mstable�[0m
      └──□ alb-rollout-d6f4fdcdc-z4tgm                                Pod         �[32m✔�[0m Running      12s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-11-15T10:03:45Z"
  generation: 4
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestALBExperimentStepNoSetWeightMultiIngress
  name: alb-rollout
  namespace: default
  resourceVersion: "4210"
  uid: 1eb60b9c-8362-4a63-b6b2-0403ce6f5975
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-11-15T10:03:47.118041832Z"
      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-544dd5f7b9-2-0
    weights:
      additional:
      - weight: 20
      - weight: 20
      canary:
        podTemplateHash: 544dd5f7b9
        serviceName: alb-rollout-canary
        weight: 0
      stable:
        podTemplateHash: d6f4fdcdc
        serviceName: alb-rollout-stable
        weight: 60
  conditions:
  - lastTransitionTime: "2024-11-15T10:03:47Z"
    lastUpdateTime: "2024-11-15T10:03:47Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-11-15T10:03:47Z"
    lastUpdateTime: "2024-11-15T10:03:47Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-11-15T10:03:45Z"
    lastUpdateTime: "2024-11-15T10:03:47Z"
    message: ReplicaSet "alb-rollout-544dd5f7b9" is progressing.
    reason: ReplicaSetUpdated
    status: "True"
    type: Progressing
  - lastTransitionTime: "2024-11-15T10:03:47Z"
    lastUpdateTime: "2024-11-15T10:03:47Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  currentPodHash: 544dd5f7b9
  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-11-15T10:03:45Z         Normal    RolloutAddedToInformer    Rollout resource added to informer: default/alb-rollout
2024-11-15T10:03:45Z         Normal    RolloutUpdated            Rollout updated to revision 1
2024-11-15T10:03:45Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2024-11-15T10:03:45Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (d6f4fdcdc)
2024-11-15T10:03:48Z (x2)    Normal    PatchingALBIngress        Updating Ingress `alb-rollout-multi-ingress-1` to desiredWeight '0'
2024-11-15T10:03:48Z (x2)    Normal    PatchingALBIngress        Updating Ingress `alb-rollout-multi-ingress-2` to desiredWeight '0'
2024-11-15T10:03:45Z         Normal    TrafficWeightUpdated      Traffic weight updated to 0
2024-11-15T10:03:45Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2024-11-15T10:03:45Z         Normal    RolloutCompleted          Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2024-11-15T10:03:47Z (x2)    Normal    TrafficWeightUpdated      Traffic weight updated 
2024-11-15T10:03:47Z         Normal    SwitchService             Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2024-11-15T10:03:47Z         Normal    SwitchService             Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2024-11-15T10:03:47Z         Normal    RolloutUpdated            Rollout updated to revision 2
2024-11-15T10:03:47Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-544dd5f7b9 (revision 2)
2024-11-15T10:03:47Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (544dd5f7b9)
2024-11-15T10:03:47Z         Normal    ExperimentCreated         Created Experiment 'alb-rollout-544dd5f7b9-2-0'
2024-11-15T10:03:48Z         Normal    TrafficWeightUpdated      Traffic weight updated additional: [{20  } {20  }]

time="2024-11-15T10:03:57Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
    --- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress (12.23s)

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

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

artifacts/E2E Test Results (k8s 1.26)/junit-e2e-test.xml [took 12s]
artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 12s]
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN   TestAWSSuite
--- FAIL: TestAWSSuite (113.41s)

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: TestAWSSuite/TestALBExperimentStepNoSetWeight (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN   TestAWSSuite/TestALBExperimentStepNoSetWeight
time="2024-11-15T10:03:27Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
time="2024-11-15T10:03:27Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2024-11-15T10:03:27Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2024-11-15T10:03:27Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2024-11-15T10:03:27Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-ingress created\n" rollout=alb-rollout
time="2024-11-15T10:03:27Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2024-11-15T10:03:27Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2024-11-15T10:03:28Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=alb-rollout
time="2024-11-15T10:03:28Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2024-11-15T10:03:28Z" level=info msg="Updated rollout pod spec: 2024-11-15T10:03:28.746184644Z" rollout=alb-rollout
time="2024-11-15T10:03:28Z" level=info msg="Sleeping 10s" rollout=alb-rollout
    require.go:72: 
        	Error Trace:	/home/runner/go/pkg/mod/github.com/tj/assert@v0.0.3/require.go:72
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:330
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:29
        	            				/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:320
        	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/TestALBExperimentStepNoSetWeight
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-5495f7684�[0m                                        ReplicaSet  �[0m•�[0m ScaledDown   10s  �[33mcanary�[0m
│  └──Σ �[94malb-rollout-5495f7684-2-0�[0m                                    Experiment  �[94m◌�[0m Running      10s  
│     ├──⧉ alb-rollout-5495f7684-2-0-experiment-alb-canary           ReplicaSet  �[32m✔�[0m Healthy      10s  
│     │  └──□ alb-rollout-5495f7684-2-0-experiment-alb-canary-fqf5x  Pod         �[32m✔�[0m Running      10s  ready:1/1
│     └──⧉ alb-rollout-5495f7684-2-0-experiment-alb-stable           ReplicaSet  �[32m✔�[0m Healthy      10s  
│        └──□ alb-rollout-5495f7684-2-0-experiment-alb-stable-zqdrt  Pod         �[32m✔�[0m Running      10s  ready:1/1
└──# revision:1                                                                                      
   └──⧉ �[32malb-rollout-d6f4fdcdc�[0m                                        ReplicaSet  �[32m✔�[0m Healthy      11s  �[32mstable�[0m
      └──□ alb-rollout-d6f4fdcdc-s2gc6                               Pod         �[32m✔�[0m Running      11s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-11-15T10:03:27Z"
  generation: 4
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestALBExperimentStepNoSetWeight
  name: alb-rollout
  namespace: default
  resourceVersion: "4013"
  uid: 87b5ca0f-9597-4095-aab1-01213b7962ce
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:
          ingress: alb-rollout-ingress
          rootService: alb-rollout-root
          servicePort: 80
  template:
    metadata:
      annotations:
        update: "2024-11-15T10:03:28.746184644Z"
      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-5495f7684-2-0
    weights:
      additional:
      - weight: 20
      - weight: 20
      canary:
        podTemplateHash: 5495f7684
        serviceName: alb-rollout-canary
        weight: 0
      stable:
        podTemplateHash: d6f4fdcdc
        serviceName: alb-rollout-stable
        weight: 60
  conditions:
  - lastTransitionTime: "2024-11-15T10:03:28Z"
    lastUpdateTime: "2024-11-15T10:03:28Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-11-15T10:03:28Z"
    lastUpdateTime: "2024-11-15T10:03:28Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-11-15T10:03:27Z"
    lastUpdateTime: "2024-11-15T10:03:28Z"
    message: ReplicaSet "alb-rollout-5495f7684" is progressing.
    reason: ReplicaSetUpdated
    status: "True"
    type: Progressing
  - lastTransitionTime: "2024-11-15T10:03:28Z"
    lastUpdateTime: "2024-11-15T10:03:28Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  currentPodHash: 5495f7684
  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-11-15T10:03:27Z         Normal    RolloutAddedToInformer    Rollout resource added to informer: default/alb-rollout
2024-11-15T10:03:27Z         Normal    RolloutUpdated            Rollout updated to revision 1
2024-11-15T10:03:27Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2024-11-15T10:03:27Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (d6f4fdcdc)
2024-11-15T10:03:29Z (x2)    Normal    PatchingALBIngress        Updating Ingress `alb-rollout-ingress` to desiredWeight '0'
2024-11-15T10:03:27Z         Normal    TrafficWeightUpdated      Traffic weight updated to 0
2024-11-15T10:03:27Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2024-11-15T10:03:27Z         Normal    RolloutCompleted          Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2024-11-15T10:03:28Z (x2)    Normal    TrafficWeightUpdated      Traffic weight updated 
2024-11-15T10:03:28Z         Normal    SwitchService             Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2024-11-15T10:03:28Z         Normal    SwitchService             Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2024-11-15T10:03:28Z         Normal    RolloutUpdated            Rollout updated to revision 2
2024-11-15T10:03:28Z         Normal    NewReplicaSetCreated      Created ReplicaSet alb-rollout-5495f7684 (revision 2)
2024-11-15T10:03:28Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (5495f7684)
2024-11-15T10:03:28Z         Normal    ExperimentCreated         Created Experiment 'alb-rollout-5495f7684-2-0'
2024-11-15T10:03:29Z         Normal    TrafficWeightUpdated      Traffic weight updated additional: [{20  } {20  }]

time="2024-11-15T10:03:38Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
    --- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeight (12.15s)

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.27)/junit-e2e-test.xml [took 4s]
Raw output
Failed
=== RUN   TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate
time="2024-11-15T10:11:52Z" level=info msg="Deleting e2e-test-name=TestRolloutWithMaxSurgeScalingDuringUpdate"
time="2024-11-15T10:11:52Z" level=info msg="rollout.argoproj.io/updatescaling created\n" rollout=updatescaling
time="2024-11-15T10:11:52Z" level=info msg="Waiting for condition: status=Healthy" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=updatescaling
W1115 10:11:54.191689   27127 warnings.go:70] unknown field "spec.template.metadata.creationTimestamp"
time="2024-11-15T10:11:54Z" level=info msg="Patched rollout: {\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"updatescaling\",\"resources\":{\"requests\":{\"cpu\":\"2m\",\"memory\":\"16Mi\"}}}]}}}}" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Waiting for condition: status.replicas=7" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Condition 'status.replicas=7' met after 0s" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Pod expectation 'canary pod count == 4' met" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Pod expectation 'stable pod count == 3' met" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Scaled rollout to 8" rollout=updatescaling
time="2024-11-15T10:11:54Z" level=info msg="Waiting for condition: status.replicas=11" rollout=updatescaling
time="2024-11-15T10:11:55Z" level=info msg="Condition 'status.replicas=11' met after 0s" rollout=updatescaling
time="2024-11-15T10:11:55Z" level=info msg="Pod expectation 'canary pod count == 8' met" rollout=updatescaling
time="2024-11-15T10:11:55Z" level=info msg="Pod expectation 'stable pod count == 3' met" rollout=updatescaling
time="2024-11-15T10:11:55Z" level=info msg="Scaled rollout to 4" rollout=updatescaling
time="2024-11-15T10:11:55Z" level=info msg="Waiting for condition: status.replicas=7" rollout=updatescaling
time="2024-11-15T10:11:56Z" level=info msg="Condition 'status.replicas=7' met after 0s" rollout=updatescaling
time="2024-11-15T10:11:56Z" level=info msg="Pod expectation 'canary pod count == 4' met" rollout=updatescaling
time="2024-11-15T10:11:56Z" level=warning msg="unexpected stable (hash 79b6b5f5d4) pod count: expected 3, saw: 4" rollout=updatescaling
time="2024-11-15T10:11:56Z" 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 (�[32mstable�[0m)
Replicas:
  Desired:       4
  Current:       7
  Updated:       4
  Ready:         7
  Available:     7

NAME                                       KIND        STATUS         AGE  INFO
⟳ updatescaling                            Rollout     �[94m◌�[0m Progressing  4s   
├──# revision:2                                                            
│  └──⧉ �[32mupdatescaling-79b6b5f5d4�[0m           ReplicaSet  �[32m✔�[0m Healthy      2s   �[32mstable�[0m
│     ├──□ updatescaling-79b6b5f5d4-4tldd  Pod         �[32m✔�[0m Running      2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-js6gq  Pod         �[32m✔�[0m Running      2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-mqd8k  Pod         �[32m✔�[0m Running      2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-pjzwm  Pod         �[94m◌�[0m Terminating  2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-spmxs  Pod         �[94m◌�[0m Terminating  2s   ready:1/1
│     ├──□ updatescaling-79b6b5f5d4-wlt22  Pod         �[94m◌�[0m Terminating  2s   ready:0/1
│     ├──□ updatescaling-79b6b5f5d4-wxxb5  Pod         �[94m◌�[0m Terminating  2s   ready:0/1
│     └──□ updatescaling-79b6b5f5d4-x2nq4  Pod         �[32m✔�[0m Running      2s   ready:1/1
└──# revision:1                                                            
   └──⧉ updatescaling-54d546d75c           ReplicaSet  �[0m•�[0m ScaledDown   4s   
      ├──□ updatescaling-54d546d75c-7lhd2  Pod         �[94m◌�[0m Terminating  4s   ready:0/1
      ├──□ updatescaling-54d546d75c-7rmq7  Pod         �[94m◌�[0m Terminating  4s   ready:0/1
      └──□ updatescaling-54d546d75c-8bfhc  Pod         �[94m◌�[0m Terminating  4s   ready:0/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-11-15T10:11:52Z"
  generation: 4
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestRolloutWithMaxSurgeScalingDuringUpdate
  name: updatescaling
  namespace: default
  resourceVersion: "10180"
  uid: a3b8e5ed-6d36-434e-9df4-eba3944bdae4
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: 7
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2024-11-15T10:11:54Z"
    lastUpdateTime: "2024-11-15T10:11:54Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-11-15T10:11:55Z"
    lastUpdateTime: "2024-11-15T10:11:55Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-11-15T10:11:55Z"
    lastUpdateTime: "2024-11-15T10:11:55Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2024-11-15T10:11:52Z"
    lastUpdateTime: "2024-11-15T10:11:56Z"
    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: 7
  replicas: 7
  selector: app=updatescaling
  stableRS: 79b6b5f5d4
  updatedReplicas: 4

2024-11-15T10:11:52Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/updatescaling
2024-11-15T10:11:52Z    Normal    RolloutUpdated            Rollout updated to revision 1
2024-11-15T10:11:52Z    Normal    NewReplicaSetCreated      Created ReplicaSet updatescaling-54d546d75c (revision 1)
2024-11-15T10:11:52Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (54d546d75c)
2024-11-15T10:11:52Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-54d546d75c (revision 1) from 0 to 4
2024-11-15T10:11:52Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (54d546d75c): Initial deploy
2024-11-15T10:11:54Z    Normal    RolloutUpdated            Rollout updated to revision 2
2024-11-15T10:11:54Z    Normal    NewReplicaSetCreated      Created ReplicaSet updatescaling-79b6b5f5d4 (revision 2)
2024-11-15T10:11:54Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (79b6b5f5d4)
2024-11-15T10:11:54Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-54d546d75c (revision 1) from 4 to 3
2024-11-15T10:11:54Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 0 to 4
2024-11-15T10:11:54Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 4 to 8
2024-11-15T10:11:55Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-79b6b5f5d4 (revision 2) from 8 to 4
2024-11-15T10:11:55Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet updatescaling-54d546d75c (revision 1) from 3 to 0
2024-11-15T10:11:55Z    Normal    RolloutCompleted          Rollout completed update to revision 2 (79b6b5f5d4): Completed all 0 canary steps

time="2024-11-15T10:11:56Z" level=info msg="Deleting e2e-test-name=TestRolloutWithMaxSurgeScalingDuringUpdate"
time="2024-11-15T10:11:56Z" level=info msg="Deleting e2e-test-name"
    --- FAIL: TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate (4.12s)

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.27)/junit-e2e-test.xml [took 4m 52s]
Raw output
Failed
=== RUN   TestCanarySuite
time="2024-11-15T10:07:04Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (292.20s)

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