Skip to content

chore(deps): bump github.com/antonmedv/expr from 1.12.6 to 1.12.7

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / E2E Tests Published Test Results succeeded Jul 20, 2023 in 0s

9 fail, 6 skipped, 87 pass in 3h 40m 36s

    4 files      4 suites   3h 40m 36s ⏱️
102 tests   87 ✔️   6 💤   9
422 runs  384 ✔️ 24 💤 14

Results for commit af042e6.

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 / E2E Tests Published Test Results

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 2m 31s]
Raw output
Failed
=== RUN   TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithPause
time="2023-07-20T01:05:22Z" level=info msg="Deleting e2e-test-name=TestBlueGreenProgressDeadlineExceededWithPause"
W0720 01:05:22.154611   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:05:22.159833   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-07-20T01:05:22Z" level=info msg="service/rollout-bluegreen-with-pause created\n" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:22Z" level=info msg="rollout.argoproj.io/rollout-bluegreen-with-pause created\n" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:22Z" level=info msg="Waiting for condition: status.replicas=1" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:23Z" level=info msg="Condition 'status.replicas=1' met after 0s" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:23Z" level=info msg="Waiting for condition: status=Degraded" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:28Z" level=info msg="Condition 'status=Degraded' met after 4s" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:28Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:53Z" level=info msg="Condition 'status=Healthy' met after 25s" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:53Z" level=info msg="Updated rollout pod spec: 2023-07-20T01:05:53.650822178Z" rollout=rollout-bluegreen-with-pause
time="2023-07-20T01:05:53Z" level=info msg="Waiting for condition: status=Degraded" rollout=rollout-bluegreen-with-pause
    when.go:440: timeout after 2m0s waiting for condition status=Degraded
Name:            rollout-bluegreen-with-pause
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         waiting for rollout spec update to be observed
Strategy:        BlueGreen
Images:          nginx:1.19-alpine (�[32mstable�[0m, �[32mactive�[0m)
Replicas:
  Desired:       1
  Current:       1
  Updated:       1
  Ready:         1
  Available:     1

NAME                                                      KIND        STATUS         AGE    INFO
⟳ rollout-bluegreen-with-pause                            Rollout     �[94m◌�[0m Progressing  2m31s  
└──# revision:1                                                                             
   └──⧉ �[32m�[32mrollout-bluegreen-with-pause-57bf5c9c48�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy      2m31s  �[32mstable�[0m,�[32mactive�[0m
      └──□ rollout-bluegreen-with-pause-57bf5c9c48-sb7hz  Pod         �[32m✔�[0m Running      2m31s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-07-20T01:05:22Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestBlueGreenProgressDeadlineExceededWithPause
  name: rollout-bluegreen-with-pause
  namespace: default
  resourceVersion: "5742"
  uid: dfe57abe-2b32-4c95-a8bc-ccb65bbeae58
spec:
  progressDeadlineSeconds: 5
  replicas: 1
  revisionHistoryLimit: 2
  selector:
    matchLabels:
      app: rollout-bluegreen-with-pause
  strategy:
    blueGreen:
      activeService: rollout-bluegreen-with-pause
      autoPromotionEnabled: false
  template:
    metadata:
      annotations:
        update: "2023-07-20T01:05:53.650822178Z"
      creationTimestamp: null
      labels:
        app: rollout-bluegreen-with-pause
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: rollouts-demo
        ports:
        - containerPort: 80
          protocol: TCP
        readinessProbe:
          httpGet:
            path: /
            port: 80
          initialDelaySeconds: 10
          periodSeconds: 30
        resources: {}
status:
  HPAReplicas: 1
  availableReplicas: 1
  blueGreen:
    activeSelector: 57bf5c9c48
  canary: {}
  conditions:
  - lastTransitionTime: "2023-07-20T01:05:22Z"
    lastUpdateTime: "2023-07-20T01:05:22Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-07-20T01:05:53Z"
    lastUpdateTime: "2023-07-20T01:05:53Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-07-20T01:05:53Z"
    lastUpdateTime: "2023-07-20T01:05:53Z"
    message: ReplicaSet "rollout-bluegreen-with-pause-57bf5c9c48" has successfully
      progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-07-20T01:05:53Z"
    lastUpdateTime: "2023-07-20T01:05:53Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 57bf5c9c48
  observedGeneration: "2"
  phase: Healthy
  readyReplicas: 1
  replicas: 1
  selector: app=rollout-bluegreen-with-pause,rollouts-pod-template-hash=57bf5c9c48
  stableRS: 57bf5c9c48
  updatedReplicas: 1

2023-07-20T01:05:22Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/rollout-bluegreen-with-pause
2023-07-20T01:05:22Z    Normal    RolloutUpdated            Rollout updated to revision 1
2023-07-20T01:05:22Z    Normal    NewReplicaSetCreated      Created ReplicaSet rollout-bluegreen-with-pause-57bf5c9c48 (revision 1)
2023-07-20T01:05:22Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet rollout-bluegreen-with-pause-57bf5c9c48 (revision 1) from 0 to 1
2023-07-20T01:05:22Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (57bf5c9c48): Initial deploy
2023-07-20T01:05:53Z    Normal    SwitchService             Switched selector for service 'rollout-bluegreen-with-pause' from '' to '57bf5c9c48'

time="2023-07-20T01:07:53Z" level=info msg="Deleting e2e-test-name=TestBlueGreenProgressDeadlineExceededWithPause"
W0720 01:07:54.010106   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:07:54.013198   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithPause (151.97s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 3m 47s]
Raw output
Failed
=== RUN   TestBlueGreenSuite
--- FAIL: TestBlueGreenSuite (227.37s)

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

See this annotation in the file changed.

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

3 out of 7 runs failed: TestCanarySuite/TestCanaryDynamicStableScale (github.com/argoproj/argo-rollouts/test/e2e)

artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 19s]
artifacts/E2E Test Results (k8s 1.26)/junit.xml [took 20s]
Raw output
Failed
=== RUN   TestCanarySuite/TestCanaryDynamicStableScale
time="2023-07-20T01:07:30Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
W0720 01:07:30.247315   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:07:30.253957   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-07-20T01:07:30Z" level=info msg="service/dynamic-stable-scale-root created\n" rollout=dynamic-stable-scale
time="2023-07-20T01:07:31Z" level=info msg="service/dynamic-stable-scale-canary created\n" rollout=dynamic-stable-scale
time="2023-07-20T01:07:31Z" level=info msg="service/dynamic-stable-scale-stable created\n" rollout=dynamic-stable-scale
time="2023-07-20T01:07:31Z" level=info msg="ingress.networking.k8s.io/dynamic-stable-scale-ingress created\n" rollout=dynamic-stable-scale
time="2023-07-20T01:07:31Z" level=info msg="rollout.argoproj.io/dynamic-stable-scale created\n" rollout=dynamic-stable-scale
time="2023-07-20T01:07:32Z" level=info msg="Marked 4 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-07-20T01:07:32Z" level=info msg="Waiting for condition: status=Healthy" rollout=dynamic-stable-scale
time="2023-07-20T01:07:36Z" level=info msg="Condition 'status=Healthy' met after 3s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:36Z" level=info msg="Updated rollout pod spec: 2023-07-20T01:07:36.028719401Z" rollout=dynamic-stable-scale
time="2023-07-20T01:07:37Z" level=info msg="Marked 1 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-07-20T01:07:37Z" level=info msg="Waiting for condition: status=Paused" rollout=dynamic-stable-scale
time="2023-07-20T01:07:37Z" level=info msg="Condition 'status=Paused' met after 0s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:37Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:39Z" level=info msg="Pod expectation 'revision:1 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-07-20T01:07:39Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-07-20T01:07:39Z" level=info msg="Promoted rollout" rollout=dynamic-stable-scale
time="2023-07-20T01:07:40Z" level=info msg="Marked 2 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-07-20T01:07:40Z" level=info msg="Waiting for condition: status.currentStepIndex=3" rollout=dynamic-stable-scale
time="2023-07-20T01:07:42Z" level=info msg="Condition 'status.currentStepIndex=3' met after 1s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:42Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:44Z" level=info msg="Pod expectation 'revision:1 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-07-20T01:07:44Z" level=info msg="Pod expectation 'revision:2 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-07-20T01:07:44Z" level=info msg="Aborted rollout" rollout=dynamic-stable-scale
time="2023-07-20T01:07:45Z" level=info msg="Marked 2 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-07-20T01:07:45Z" level=info msg="Waiting for condition: rev=2 podcount=1" rollout=dynamic-stable-scale
time="2023-07-20T01:07:47Z" level=info msg="Condition 'rev=2 podcount=1' met after 2s" rollout=dynamic-stable-scale
time="2023-07-20T01:07:47Z" level=info msg="Pod expectation 'revision:1 pod count == 4' met" rollout=dynamic-stable-scale
time="2023-07-20T01:07:48Z" level=info msg="Marked 1 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-07-20T01:07:48Z" level=info msg="Waiting for condition: rev=2 podcount=0" rollout=dynamic-stable-scale
time="2023-07-20T01:07:49Z" level=info msg="Condition 'rev=2 podcount=0' met after 0s" rollout=dynamic-stable-scale
    canary_test.go:620: Expected dynamic-stable-scale-canary selector: map[app:dynamic-stable-scale rollouts-pod-template-hash:868d98995b]. Actual: map[app:dynamic-stable-scale rollouts-pod-template-hash:758d4bc69d]
Name:            dynamic-stable-scale
Namespace:       default
Status:          �[31m✖�[0m Degraded
Message:         RolloutAborted: Rollout aborted update to revision 2
Strategy:        Canary
  Step:          0/4
  SetWeight:     0
  ActualWeight:  0
Images:          nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
  Desired:       4
  Current:       4
  Updated:       0
  Ready:         4
  Available:     4

NAME                                              KIND        STATUS         AGE  INFO
⟳ dynamic-stable-scale                            Rollout     �[31m✖�[0m Degraded     18s  
├──# revision:2                                                                   
│  └──⧉ �[33mdynamic-stable-scale-758d4bc69d�[0m           ReplicaSet  �[0m•�[0m ScaledDown   13s  �[33mcanary�[0m
│     └──□ dynamic-stable-scale-758d4bc69d-rfcbp  Pod         �[94m◌�[0m Terminating  13s  ready:1/1
└──# revision:1                                                                   
   └──⧉ �[32mdynamic-stable-scale-868d98995b�[0m           ReplicaSet  �[32m✔�[0m Healthy      18s  �[32mstable�[0m
      ├──□ dynamic-stable-scale-868d98995b-q5bzp  Pod         �[32m✔�[0m Running      17s  ready:1/1
      ├──□ dynamic-stable-scale-868d98995b-8dx4q  Pod         �[32m✔�[0m Running      5s   ready:1/1
      ├──□ dynamic-stable-scale-868d98995b-hkzqd  Pod         �[32m✔�[0m Running      5s   ready:1/1
      └──□ dynamic-stable-scale-868d98995b-zn4rd  Pod         �[32m✔�[0m Running      5s   ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2023-07-20T01:07:31Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestCanaryDynamicStableScale
  name: dynamic-stable-scale
  namespace: default
  resourceVersion: "6408"
  uid: 45e64431-c7be-4a4c-9744-7060841c82e6
spec:
  replicas: 4
  selector:
    matchLabels:
      app: dynamic-stable-scale
  strategy:
    canary:
      canaryService: dynamic-stable-scale-canary
      dynamicStableScale: true
      stableService: dynamic-stable-scale-stable
      steps:
      - setWeight: 25
      - pause: {}
      - setWeight: 75
      - pause: {}
      trafficRouting:
        alb:
          ingress: dynamic-stable-scale-ingress
          rootService: dynamic-stable-scale-root
          servicePort: 80
  template:
    metadata:
      annotations:
        update: "2023-07-20T01:07:36.028719401Z"
      creationTimestamp: null
      labels:
        app: dynamic-stable-scale
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: dynamic-stable-scale
        ports:
        - containerPort: 80
          name: http
          protocol: TCP
        resources:
          requests:
            cpu: 5m
            memory: 16Mi
      readinessGates:
      - conditionType: argoproj.io/e2e-readiness
status:
  HPAReplicas: 5
  abort: true
  abortedAt: "2023-07-20T01:07:44Z"
  availableReplicas: 5
  blueGreen: {}
  canary:
    weights:
      canary:
        podTemplateHash: 758d4bc69d
        serviceName: dynamic-stable-scale-canary
        weight: 0
      stable:
        podTemplateHash: 868d98995b
        serviceName: dynamic-stable-scale-stable
        weight: 100
  conditions:
  - lastTransitionTime: "2023-07-20T01:07:36Z"
    lastUpdateTime: "2023-07-20T01:07:36Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2023-07-20T01:07:36Z"
    lastUpdateTime: "2023-07-20T01:07:36Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2023-07-20T01:07:36Z"
    lastUpdateTime: "2023-07-20T01:07:36Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2023-07-20T01:07:42Z"
    lastUpdateTime: "2023-07-20T01:07:42Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: "True"
    type: Paused
  - lastTransitionTime: "2023-07-20T01:07:44Z"
    lastUpdateTime: "2023-07-20T01:07:44Z"
    message: Rollout aborted update to revision 2
    reason: RolloutAborted
    status: "False"
    type: Progressing
  currentPodHash: 758d4bc69d
  currentStepHash: 7c5b668566
  currentStepIndex: 0
  message: 'RolloutAborted: Rollout aborted update to revision 2'
  observedGeneration: "2"
  phase: Degraded
  readyReplicas: 5
  replicas: 5
  selector: app=dynamic-stable-scale
  stableRS: 868d98995b
  updatedReplicas: 1

2023-07-20T01:07:31Z         Normal    RolloutAddedToInformer    Rollout resource added to informer: default/dynamic-stable-scale
2023-07-20T01:07:31Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (868d98995b)
2023-07-20T01:07:31Z         Normal    RolloutUpdated            Rollout updated to revision 1
2023-07-20T01:07:31Z         Normal    NewReplicaSetCreated      Created ReplicaSet dynamic-stable-scale-868d98995b (revision 1)
2023-07-20T01:07:31Z (x2)    Normal    PatchingALBIngress        Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '0'
2023-07-20T01:07:31Z (x2)    Normal    TrafficWeightUpdated      Traffic weight updated to 0
2023-07-20T01:07:31Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 0 to 4
2023-07-20T01:07:31Z         Normal    RolloutCompleted          Rollout completed update to revision 1 (868d98995b): Initial deploy
2023-07-20T01:07:35Z         Normal    SwitchService             Switched selector for service 'dynamic-stable-scale-stable' from '' to '868d98995b'
2023-07-20T01:07:36Z         Normal    SwitchService             Switched selector for service 'dynamic-stable-scale-canary' from '' to '868d98995b'
2023-07-20T01:07:36Z         Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (758d4bc69d)
2023-07-20T01:07:36Z         Normal    RolloutUpdated            Rollout updated to revision 2
2023-07-20T01:07:36Z         Normal    NewReplicaSetCreated      Created ReplicaSet dynamic-stable-scale-758d4bc69d (revision 2)
2023-07-20T01:07:36Z (x3)    Normal    TrafficWeightUpdated      Traffic weight updated 
2023-07-20T01:07:36Z         Normal    ScalingReplicaSet         Scaled up ReplicaSet dynamic-stable-scale-758d4bc69d (revision 2) from 0 to 1
2023-07-20T01:07:37Z         Normal    SwitchService             Switched selector for service 'dynamic-stable-scale-canary' from '868d98995b' to '758d4bc69d'
2023-07-20T01:07:37Z         Normal    PatchingALBIngress        Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '25'
2023-07-20T01:07:37Z         Normal    TrafficWeightUpdated      Traffic weight updated from 0 to 25
2023-07-20T01:07:37Z         Normal    RolloutStepCompleted      Rollout step 1/4 completed (setWeight: 25)
2023-07-20T01:07:37Z         Normal    ScalingReplicaSet         Scaled down ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 4 to 3
2023-07-20T01:07:37Z         Normal    RolloutPaused             Rollout is paused (CanaryPauseStep)

time="2023-07-20T01:07:49Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
W0720 01:07:49.785565   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:07:49.802438   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestCanarySuite/TestCanaryDynamicStableScale (19.78s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 2m 3s]
Raw output
Failed
=== RUN   TestCanarySuite/TestCanaryScaleDownOnAbortNoTrafficRouting
time="2023-07-20T01:11:48Z" level=info msg="Deleting e2e-test-name=TestCanaryScaleDownOnAbortNoTrafficRouting"
W0720 01:11:48.348838   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:11:48.353087   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-07-20T01:11:48Z" level=info msg="service/canary-scaledowndelay-root created\n" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:49Z" level=info msg="service/canary-scaledowndelay-canary created\n" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:49Z" level=info msg="service/canary-scaledowndelay-stable created\n" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:49Z" level=info msg="ingress.networking.k8s.io/canary-scaledowndelay-ingress created\n" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:49Z" level=info msg="rollout.argoproj.io/canary-scaledownd-on-abort created\n" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:49Z" level=info msg="Waiting for condition: status=Healthy" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:50Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:50Z" level=info msg="Updated rollout pod spec: 2023-07-20T01:11:50.934792229Z" rollout=canary-scaledownd-on-abort
time="2023-07-20T01:11:50Z" level=info msg="Waiting for condition: status=Paused" rollout=canary-scaledownd-on-abort
    when.go:440: timeout after 2m0s waiting for condition status=Paused
Name:            canary-scaledownd-on-abort
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         waiting for rollout spec update to be observed
Strategy:        Canary
  Step:          2/2
  SetWeight:     100
  ActualWeight:  100
Images:          nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
  Desired:       1
  Current:       1
  Updated:       1
  Ready:         1
  Available:     1

NAME                                                    KIND        STATUS         AGE   INFO
⟳ canary-scaledownd-on-abort                            Rollout     �[94m◌�[0m Progressing  2m2s  
└──# revision:1                                                                          
   └──⧉ �[32mcanary-scaledownd-on-abort-66597877b7�[0m           ReplicaSet  �[32m✔�[0m Healthy      2m2s  �[32mstable�[0m
      └──□ canary-scaledownd-on-abort-66597877b7-9zk84  Pod         �[32m✔�[0m Running      2m2s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-07-20T01:11:49Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestCanaryScaleDownOnAbortNoTrafficRouting
  name: canary-scaledownd-on-abort
  namespace: default
  resourceVersion: "7361"
  uid: 6995d928-38b3-4d3f-999f-7bcdd42d8935
spec:
  replicas: 1
  selector:
    matchLabels:
      app: canary-scaledowndelay
  strategy:
    canary:
      canaryService: canary-scaledowndelay-canary
      stableService: canary-scaledowndelay-stable
      steps:
      - setWeight: 50
      - pause: {}
  template:
    metadata:
      annotations:
        update: "2023-07-20T01:11:50.934792229Z"
      creationTimestamp: null
      labels:
        app: canary-scaledowndelay
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: canary-scaledowndelay
        ports:
        - containerPort: 80
          name: http
          protocol: TCP
        resources:
          requests:
            cpu: 5m
            memory: 16Mi
status:
  HPAReplicas: 1
  availableReplicas: 1
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2023-07-20T01:11:49Z"
    lastUpdateTime: "2023-07-20T01:11:49Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-07-20T01:11:50Z"
    lastUpdateTime: "2023-07-20T01:11:50Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-07-20T01:11:49Z"
    lastUpdateTime: "2023-07-20T01:11:50Z"
    message: ReplicaSet "canary-scaledownd-on-abort-66597877b7" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-07-20T01:11:50Z"
    lastUpdateTime: "2023-07-20T01:11:50Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 66597877b7
  currentStepHash: 757f5f97b
  currentStepIndex: 2
  observedGeneration: "2"
  phase: Healthy
  readyReplicas: 1
  replicas: 1
  selector: app=canary-scaledowndelay
  stableRS: 66597877b7
  updatedReplicas: 1

2023-07-20T01:11:49Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/canary-scaledownd-on-abort
2023-07-20T01:11:49Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (66597877b7)
2023-07-20T01:11:49Z    Normal    RolloutUpdated            Rollout updated to revision 1
2023-07-20T01:11:49Z    Normal    NewReplicaSetCreated      Created ReplicaSet canary-scaledownd-on-abort-66597877b7 (revision 1)
2023-07-20T01:11:49Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet canary-scaledownd-on-abort-66597877b7 (revision 1) from 0 to 1
2023-07-20T01:11:49Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (66597877b7): Initial deploy
2023-07-20T01:11:50Z    Normal    SwitchService             Switched selector for service 'canary-scaledowndelay-stable' from '' to '66597877b7'
2023-07-20T01:11:50Z    Normal    SwitchService             Switched selector for service 'canary-scaledowndelay-canary' from '' to '66597877b7'

time="2023-07-20T01:13:51Z" level=info msg="Deleting e2e-test-name=TestCanaryScaleDownOnAbortNoTrafficRouting"
W0720 01:13:51.351545   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:13:51.354242   16903 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestCanarySuite/TestCanaryScaleDownOnAbortNoTrafficRouting (123.10s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 6m 1s]
artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 4m 5s]
artifacts/E2E Test Results (k8s 1.26)/junit.xml [took 20s]
Raw output
Failed
=== RUN   TestCanarySuite
time="2023-07-20T01:07:30Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (245.91s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 33s]
Raw output
Failed
=== RUN   TestFunctionalSuite/TestKubectlWaitForPaused
time="2023-07-20T01:16:25Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForPaused"
W0720 01:16:25.225963   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:16:25.229681   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-07-20T01:16:25Z" level=info msg="service/kubectl-wait-paused created\n" rollout=kubectl-wait-paused
time="2023-07-20T01:16:25Z" level=info msg="rollout.argoproj.io/kubectl-wait-paused created\n" rollout=kubectl-wait-paused
time="2023-07-20T01:16:25Z" level=info msg="Waiting for condition: status=Healthy" rollout=kubectl-wait-paused
time="2023-07-20T01:16:28Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=kubectl-wait-paused
time="2023-07-20T01:16:28Z" level=info msg="Updated rollout pod spec: 2023-07-20T01:16:28.007318434Z" rollout=kubectl-wait-paused
time="2023-07-20T01:16:58Z" level=error msg="Rollout expectation 'Paused=True' failed" rollout=kubectl-wait-paused
Name:            kubectl-wait-paused
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         waiting for rollout spec update to be observed
Strategy:        BlueGreen
Images:          nginx:1.19-alpine (�[32mstable�[0m, �[32mactive�[0m)
Replicas:
  Desired:       1
  Current:       1
  Updated:       1
  Ready:         1
  Available:     1

NAME                                             KIND        STATUS         AGE  INFO
⟳ kubectl-wait-paused                            Rollout     �[94m◌�[0m Progressing  33s  
└──# revision:1                                                                  
   └──⧉ �[32m�[32mkubectl-wait-paused-65bd6d9c49�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy      33s  �[32mstable�[0m,�[32mactive�[0m
      └──□ kubectl-wait-paused-65bd6d9c49-9nxgs  Pod         �[32m✔�[0m Running      33s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-07-20T01:16:25Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestKubectlWaitForPaused
  name: kubectl-wait-paused
  namespace: default
  resourceVersion: "11435"
  uid: 07471df1-b175-4afd-b0ac-41d76dd957a4
spec:
  replicas: 1
  selector:
    matchLabels:
      app: kubectl-wait-paused
  strategy:
    blueGreen:
      activeService: kubectl-wait-paused
      autoPromotionEnabled: false
  template:
    metadata:
      annotations:
        update: "2023-07-20T01:16:28.007318434Z"
      creationTimestamp: null
      labels:
        app: kubectl-wait-paused
    spec:
      containers:
      - image: nginx:1.19-alpine
        imagePullPolicy: Always
        name: kubectl-wait-paused
        ports:
        - containerPort: 80
          protocol: TCP
        resources: {}
status:
  HPAReplicas: 1
  availableReplicas: 1
  blueGreen:
    activeSelector: 65bd6d9c49
  canary: {}
  conditions:
  - lastTransitionTime: "2023-07-20T01:16:25Z"
    lastUpdateTime: "2023-07-20T01:16:25Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-07-20T01:16:27Z"
    lastUpdateTime: "2023-07-20T01:16:27Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-07-20T01:16:25Z"
    lastUpdateTime: "2023-07-20T01:16:27Z"
    message: ReplicaSet "kubectl-wait-paused-65bd6d9c49" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-07-20T01:16:27Z"
    lastUpdateTime: "2023-07-20T01:16:27Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 65bd6d9c49
  observedGeneration: "2"
  phase: Healthy
  readyReplicas: 1
  replicas: 1
  selector: app=kubectl-wait-paused,rollouts-pod-template-hash=65bd6d9c49
  stableRS: 65bd6d9c49
  updatedReplicas: 1

2023-07-20T01:16:25Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/kubectl-wait-paused
2023-07-20T01:16:25Z    Normal    RolloutUpdated            Rollout updated to revision 1
2023-07-20T01:16:25Z    Normal    NewReplicaSetCreated      Created ReplicaSet kubectl-wait-paused-65bd6d9c49 (revision 1)
2023-07-20T01:16:25Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet kubectl-wait-paused-65bd6d9c49 (revision 1) from 0 to 1
2023-07-20T01:16:25Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (65bd6d9c49): Initial deploy
2023-07-20T01:16:27Z    Normal    SwitchService             Switched selector for service 'kubectl-wait-paused' from '' to '65bd6d9c49'

time="2023-07-20T01:16:58Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForPaused"
W0720 01:16:58.419063   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:16:58.423085   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestFunctionalSuite/TestKubectlWaitForPaused (33.30s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 6m 34s]
Raw output
Failed
=== RUN   TestFunctionalSuite
time="2023-07-20T01:14:09Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (394.78s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 15s]
Raw output
Failed
=== RUN   TestRollbackSuite/TestRollbackAnalysisOutsideWindow
time="2023-07-20T01:22:47Z" level=info msg="Deleting e2e-test-name=TestRollbackAnalysisOutsideWindow"
W0720 01:22:47.460388   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:22:47.466565   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-07-20T01:22:47Z" level=info msg="rollout.argoproj.io/window configured\n" rollout=window
time="2023-07-20T01:22:47Z" level=info msg="Waiting for condition: status=Healthy" rollout=window
time="2023-07-20T01:22:55Z" level=info msg="Condition 'status=Healthy' met after 7s" rollout=window
time="2023-07-20T01:22:55Z" level=info msg="Updated rollout spec: {\"metadata\":{\"labels\":{\"rev\":\"two\"}},\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"rev\":\"two\"}}}}}" rollout=window
time="2023-07-20T01:22:55Z" level=info msg="Waiting for condition: status=Healthy" rollout=window
time="2023-07-20T01:23:02Z" level=info msg="Condition 'status=Healthy' met after 7s" rollout=window
time="2023-07-20T01:23:02Z" level=info msg="AnalysisRun expectation 'analysisrun count == 1' met" rollout=window
time="2023-07-20T01:23:02Z" level=info msg="Updated rollout spec: {\"metadata\":{\"labels\":{\"rev\":\"three\"}},\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"rev\":\"three\"}}}}}" rollout=window
time="2023-07-20T01:23:02Z" level=info msg="Waiting for condition: status=Healthy" rollout=window
time="2023-07-20T01:23:02Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=window
time="2023-07-20T01:23:02Z" level=error msg="AnalysisRun expectation 'analysisrun count == 2' failed" rollout=window
Name:            window
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         more replicas need to be updated
Strategy:        Canary
  Step:          0/2
  SetWeight:     50
  ActualWeight:  0
Images:          nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
  Desired:       2
  Current:       2
  Updated:       0
  Ready:         2
  Available:     2

NAME                                                         KIND         STATUS         AGE  INFO
⟳ window                                                     Rollout      �[94m◌�[0m Progressing  15s  
├──# revision:3                                                                               
│  └──⧉ �[33mwindow-6458bcd6fb�[0m                                    ReplicaSet   �[94m◌�[0m Progressing  0s   �[33mcanary�[0m
│     └──□ window-6458bcd6fb-d6nth                           Pod          �[94m◌�[0m Pending      0s   ready:0/1
├──# revision:2                                                                               
│  ├──⧉ �[32mwindow-5658c69dbb�[0m                                    ReplicaSet   �[32m✔�[0m Healthy      7s   �[32mstable�[0m
│  │  ├──□ window-5658c69dbb-zhpwj                           Pod          �[32m✔�[0m Running      7s   ready:1/1
│  │  └──□ window-5658c69dbb-srd9z                           Pod          �[32m✔�[0m Running      1s   ready:1/1
│  └──α �[0mwindow-5658c69dbb-2-1�[0m                                AnalysisRun  �[32m✔�[0m Successful   6s   �[32m✔�[0m 1
│     └──⊞ �[0md2cbef90-6439-4a09-a372-13857f577716.sleep-job.1�[0m  Job          �[32m✔�[0m Successful   6s   
└──# revision:1                                                                               
   └──⧉ window-c64cf84f6                                     ReplicaSet   �[0m•�[0m ScaledDown   15s  
      └──□ window-c64cf84f6-s56kg                            Pod          �[94m◌�[0m Terminating  15s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2023-07-20T01:22:47Z"
  generation: 6
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestRollbackAnalysisOutsideWindow
    rev: three
  name: window
  namespace: default
  resourceVersion: "16031"
  uid: 42a97a58-8d9e-4784-a0dd-8b7edbc18458
spec:
  replicas: 2
  rollbackWindow:
    revisions: 2
  selector:
    matchLabels:
      app: window
  strategy:
    canary:
      steps:
      - setWeight: 50
      - analysis:
          analysisRunMetadata: {}
          args:
          - name: rev
            valueFrom:
              fieldRef:
                fieldPath: metadata.labels['rev']
          templates:
          - templateName: sleep-job
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: window
        rev: three
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: basic
        resources:
          requests:
            cpu: 1m
            memory: 16Mi
status:
  HPAReplicas: 2
  availableReplicas: 2
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2023-07-20T01:22:55Z"
    lastUpdateTime: "2023-07-20T01:22:55Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2023-07-20T01:23:02Z"
    lastUpdateTime: "2023-07-20T01:23:02Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-07-20T01:23:02Z"
    lastUpdateTime: "2023-07-20T01:23:02Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-07-20T01:22:47Z"
    lastUpdateTime: "2023-07-20T01:23:02Z"
    message: ReplicaSet "window-5658c69dbb" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  currentPodHash: 5658c69dbb
  currentStepHash: 7dd87d6d74
  currentStepIndex: 2
  observedGeneration: "5"
  phase: Healthy
  readyReplicas: 2
  replicas: 2
  selector: app=window
  stableRS: 5658c69dbb
  updatedReplicas: 2

2023-07-20T01:22:47Z    Normal    RolloutAddedToInformer    Rollout resource added to informer: default/window
2023-07-20T01:22:47Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 1 (c64cf84f6)
2023-07-20T01:22:47Z    Normal    RolloutUpdated            Rollout updated to revision 1
2023-07-20T01:22:47Z    Normal    NewReplicaSetCreated      Created ReplicaSet window-c64cf84f6 (revision 1)
2023-07-20T01:22:47Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet window-c64cf84f6 (revision 1) from 0 to 2
2023-07-20T01:22:47Z    Normal    RolloutCompleted          Rollout completed update to revision 1 (c64cf84f6): Initial deploy
2023-07-20T01:22:55Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 2 (5658c69dbb)
2023-07-20T01:22:55Z    Normal    RolloutUpdated            Rollout updated to revision 2
2023-07-20T01:22:55Z    Normal    NewReplicaSetCreated      Created ReplicaSet window-5658c69dbb (revision 2)
2023-07-20T01:22:55Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet window-5658c69dbb (revision 2) from 0 to 1
2023-07-20T01:22:56Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet window-c64cf84f6 (revision 1) from 2 to 1
2023-07-20T01:22:56Z    Normal    RolloutStepCompleted      Rollout step 1/2 completed (setWeight: 50)
2023-07-20T01:22:56Z    Normal    AnalysisRunRunning        Step Analysis Run 'window-5658c69dbb-2-1' Status New: 'Running' Previous: ''
2023-07-20T01:23:01Z    Normal    AnalysisRunSuccessful     Step Analysis Run 'window-5658c69dbb-2-1' Status New: 'Successful' Previous: 'Running'
2023-07-20T01:23:01Z    Normal    RolloutStepCompleted      Rollout step 2/2 completed (analysis)
2023-07-20T01:23:01Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet window-5658c69dbb (revision 2) from 1 to 2
2023-07-20T01:23:02Z    Normal    ScalingReplicaSet         Scaled down ReplicaSet window-c64cf84f6 (revision 1) from 1 to 0
2023-07-20T01:23:02Z    Normal    RolloutCompleted          Rollout completed update to revision 2 (5658c69dbb): Completed all 2 canary steps
2023-07-20T01:23:02Z    Normal    RolloutNotCompleted       Rollout not completed, started update to revision 3 (6458bcd6fb)
2023-07-20T01:23:02Z    Normal    RolloutUpdated            Rollout updated to revision 3
2023-07-20T01:23:02Z    Normal    NewReplicaSetCreated      Created ReplicaSet window-6458bcd6fb (revision 3)
2023-07-20T01:23:02Z    Normal    ScalingReplicaSet         Scaled up ReplicaSet window-6458bcd6fb (revision 3) from 0 to 1

time="2023-07-20T01:23:02Z" level=info msg="Deleting e2e-test-name=TestRollbackAnalysisOutsideWindow"
W0720 01:23:03.210473   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0720 01:23:03.216890   17063 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestRollbackSuite/TestRollbackAnalysisOutsideWindow (15.94s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 42s]
Raw output
Failed
=== RUN   TestRollbackSuite
time="2023-07-20T01:22:47Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
time="2023-07-20T01:22:47Z" level=info msg="rollout.argoproj.io/window created\n"
--- FAIL: TestRollbackSuite (42.81s)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / E2E Tests Published 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 / E2E Tests Published Test Results

102 tests found

There are 102 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/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/TestCanaryProgressDeadlineExceededWithPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownDelay
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/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/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/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/TestIstioSubsetSplit
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitExperimentStep
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