Skip to content

fix(controller): Get the right resourceName for traefik.io.Fixes #361… #1196

fix(controller): Get the right resourceName for traefik.io.Fixes #361…

fix(controller): Get the right resourceName for traefik.io.Fixes #361… #1196

GitHub Actions / Published E2E Test Results succeeded Aug 1, 2024 in 0s

2 fail, 6 skipped, 103 pass in 3h 27m 52s

  4 files    4 suites   3h 27m 52s ⏱️
111 tests 103 ✅  6 💤 2 ❌
446 runs  420 ✅ 24 💤 2 ❌

Results for commit 708db68.

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

artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 1m 33s]
Raw output
Failed
=== RUN   TestFunctionalSuite/TestBlueGreenScaleDownOnAbort
time="2024-08-01T14:24:43Z" level=info msg="Deleting e2e-test-name=TestBlueGreenScaleDownOnAbort"
time="2024-08-01T14:24:43Z" level=info msg="service/bluegreen-preview-replicas-active created\n" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:43Z" level=info msg="service/bluegreen-preview-replicas-preview created\n" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:43Z" level=info msg="rollout.argoproj.io/bluegreen-scaledown-on-abort created\n" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:43Z" level=info msg="Waiting for condition: status=Healthy" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:45Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:45Z" level=info msg="Updated rollout pod spec: 2024-08-01T14:24:45.386714472Z" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:45Z" level=info msg="Waiting for condition: status=Paused" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:46Z" level=info msg="Condition 'status=Paused' met after 0s" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:46Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:46Z" level=info msg="Pod expectation 'revision:1 pod count == 2' met" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:46Z" level=info msg="Aborted rollout" rollout=bluegreen-scaledown-on-abort
time="2024-08-01T14:24:46Z" level=info msg="Waiting for condition: status=Degraded" rollout=bluegreen-scaledown-on-abort
    when.go:455: timeout after 1m30s waiting for condition status=Degraded
Name:            bluegreen-scaledown-on-abort
Namespace:       default
Status:          �[0m॥�[0m Paused
Message:         BlueGreenPause
Strategy:        BlueGreen
Images:          nginx:1.19-alpine (�[32mactive�[0m, �[94mpreview�[0m, �[32mstable�[0m)
Replicas:
  Desired:       2
  Current:       3
  Updated:       1
  Ready:         2
  Available:     2

NAME                                                      KIND        STATUS     AGE  INFO
⟳ bluegreen-scaledown-on-abort                            Rollout     �[0m॥�[0m Paused   93s  
├──# revision:2                                                                       
│  └──⧉ �[94mbluegreen-scaledown-on-abort-7c4c76b675�[0m           ReplicaSet  �[32m✔�[0m Healthy  91s  �[94mpreview�[0m
│     └──□ bluegreen-scaledown-on-abort-7c4c76b675-nhxgj  Pod         �[32m✔�[0m Running  91s  ready:1/1
└──# revision:1                                                                       
   └──⧉ �[32m�[32mbluegreen-scaledown-on-abort-66b7c555c5�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy  93s  �[32mstable�[0m,�[32mactive�[0m
      ├──□ bluegreen-scaledown-on-abort-66b7c555c5-jzmkj  Pod         �[32m✔�[0m Running  93s  ready:1/1
      └──□ bluegreen-scaledown-on-abort-66b7c555c5-qpsj7  Pod         �[32m✔�[0m Running  92s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2024-08-01T14:24:43Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestBlueGreenScaleDownOnAbort
  name: bluegreen-scaledown-on-abort
  namespace: default
  resourceVersion: "12336"
  uid: b8fd3b01-3fa3-4b41-9b27-1be89b5b7dca
spec:
  replicas: 2
  selector:
    matchLabels:
      app: bluegreen-preview-replicas
  strategy:
    blueGreen:
      abortScaleDownDelaySeconds: 1
      activeService: bluegreen-preview-replicas-active
      autoPromotionEnabled: false
      previewReplicaCount: 1
      previewService: bluegreen-preview-replicas-preview
      scaleDownDelaySeconds: 5
  template:
    metadata:
      annotations:
        update: "2024-08-01T14:24:45.386714472Z"
      creationTimestamp: null
      labels:
        app: bluegreen-preview-replicas
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: bluegreen-preview-replicas
        resources:
          requests:
            cpu: 1m
            memory: 16Mi
status:
  HPAReplicas: 2
  abort: true
  availableReplicas: 2
  blueGreen:
    activeSelector: 66b7c555c5
    previewSelector: 7c4c76b675
  canary: {}
  conditions:
  - lastTransitionTime: "2024-08-01T14:24:45Z"
    lastUpdateTime: "2024-08-01T14:24:45Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2024-08-01T14:24:45Z"
    lastUpdateTime: "2024-08-01T14:24:45Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2024-08-01T14:24:45Z"
    lastUpdateTime: "2024-08-01T14:24:45Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2024-08-01T14:24:46Z"
    lastUpdateTime: "2024-08-01T14:24:46Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: Unknown
    type: Progressing
  - lastTransitionTime: "2024-08-01T14:24:46Z"
    lastUpdateTime: "2024-08-01T14:24:46Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: "True"
    type: Paused
  controllerPause: true
  currentPodHash: 7c4c76b675
  message: BlueGreenPause
  observedGeneration: "2"
  pauseConditions:
  - reason: BlueGreenPause
    startTime: "2024-08-01T14:24:46Z"
  phase: Paused
  readyReplicas: 2
  replicas: 3
  selector: app=bluegreen-preview-replicas,rollouts-pod-template-hash=66b7c555c5
  stableRS: 66b7c555c5
  updatedReplicas: 1

2024-08-01T14:24:43Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/bluegreen-scaledown-on-abort
2024-08-01T14:24:43Z    Normal    RolloutUpdated            Rollout updated to revision 1
2024-08-01T14:24:43Z    Normal    NewReplicaSetCreated      Created ReplicaSet bluegreen-scaledown-on-abort-66b7c555c5 (revision 1)
2024-08-01T14:24:43Z    Normal    SwitchService             Switched selector for service 'bluegreen-preview-replicas-preview' from '' to '66b7c555c5'
2024-08-01T14:24:43Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet bluegreen-scaledown-on-abort-66b7c555c5 (revision 1) from 0 to 2
2024-08-01T14:24:43Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (66b7c555c5): Initial deploy
2024-08-01T14:24:45Z    Normal    SwitchService             Switched selector for service 'bluegreen-preview-replicas-active' from '' to '66b7c555c5'
2024-08-01T14:24:45Z    Normal    RolloutUpdated            Rollout updated to revision 2
2024-08-01T14:24:45Z    Normal    NewReplicaSetCreated      Created ReplicaSet bluegreen-scaledown-on-abort-7c4c76b675 (revision 2)
2024-08-01T14:24:45Z    Normal    SwitchService             Switched selector for service 'bluegreen-preview-replicas-preview' from '66b7c555c5' to '7c4c76b675'
2024-08-01T14:24:45Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 3 (7c4c76b675)
2024-08-01T14:24:45Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet bluegreen-scaledown-on-abort-7c4c76b675 (revision 2) from 0 to 1
2024-08-01T14:24:46Z    Normal    RolloutPaused             Rollout is paused (BlueGreenPause)

time="2024-08-01T14:26:16Z" level=info msg="Deleting e2e-test-name=TestBlueGreenScaleDownOnAbort"
    --- FAIL: TestFunctionalSuite/TestBlueGreenScaleDownOnAbort (93.20s)

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

artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 6m 58s]
Raw output
Failed
=== RUN   TestFunctionalSuite
time="2024-08-01T14:24:15Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (418.99s)

Check notice on line 0 in .github

See this annotation in the file changed.

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

6 skipped tests found

There are 6 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

Check notice on line 0 in .github

See this annotation in the file changed.

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

111 tests found

There are 111 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/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