Skip to content
GitHub Actions / E2E Tests Published Test Results succeeded Apr 10, 2023 in 0s

12 fail, 5 skipped, 79 pass in 3h 37m 39s

    4 files      4 suites   3h 37m 39s ⏱️
  96 tests   79 ✔️   5 💤 12
400 runs  364 ✔️ 20 💤 16

Results for commit b32c71a.

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml
Raw output
Failed
=== RUN   TestAnalysisSuite/TestAnalysisWithArgs
time="2023-04-10T04:47:02Z" level=info msg="Deleting e2e-test-name=TestAnalysisWithArgs"
W0410 04:47:02.442693   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 04:47:02.445022   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-04-10T04:47:02Z" level=info msg="rollout.argoproj.io/rollout-secret created\n" rollout=rollout-secret
time="2023-04-10T04:47:02Z" level=info msg="secret/example-secret created\n" rollout=rollout-secret
time="2023-04-10T04:47:03Z" level=info msg="analysistemplate.argoproj.io/analysis-secret-args created\n" rollout=rollout-secret
time="2023-04-10T04:47:03Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-secret
time="2023-04-10T04:47:24Z" level=info msg="Condition 'status=Healthy' met after 21s" rollout=rollout-secret
time="2023-04-10T04:47:24Z" level=info msg="AnalysisRun expectation 'analysisrun count == 0' met" rollout=rollout-secret
time="2023-04-10T04:47:24Z" level=info msg="Updated rollout pod spec: 2023-04-10T04:47:24.762036798Z" rollout=rollout-secret
time="2023-04-10T04:47:24Z" level=info msg="Waiting for condition: status=Paused" rollout=rollout-secret
time="2023-04-10T04:47:40Z" level=info msg="Condition 'status=Paused' met after 15s" rollout=rollout-secret
time="2023-04-10T04:47:40Z" level=info msg="Waiting for AnalysisRun rollout-secret-5d468d6c69-2-1 condition: phase=Successful" rollout=rollout-secret
time="2023-04-10T04:47:40Z" level=info msg="Condition 'phase=Successful' met after 0s" rollout=rollout-secret
time="2023-04-10T04:47:40Z" level=info msg="Promoted rollout" rollout=rollout-secret
time="2023-04-10T04:47:40Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-secret
    when.go:440: timeout after 2m0s waiting for condition status=Healthy
Name:            rollout-secret
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         waiting for rollout to unpause
Strategy:        Canary
  Step:          2/3
  SetWeight:     25
  ActualWeight:  50
Images:          nginx:1.19-alpine (�[33mcanary�[0m, �[32mstable�[0m)
Replicas:
  Desired:       1
  Current:       2
  Updated:       1
  Ready:         2
  Available:     2

NAME                                        KIND         STATUS         AGE    INFO
⟳ rollout-secret                            Rollout      �[94m◌�[0m Progressing  2m38s  
├──# revision:2                                                                
│  ├──⧉ �[33mrollout-secret-5d468d6c69�[0m           ReplicaSet   �[32m✔�[0m Healthy      2m16s  �[33mcanary�[0m
│  │  └──□ rollout-secret-5d468d6c69-vtgr6  Pod          �[32m✔�[0m Running      2m16s  ready:1/1
│  └──α �[0mrollout-secret-5d468d6c69-2-1�[0m       AnalysisRun  �[32m✔�[0m Successful   2m15s  �[32m✔�[0m 3
└──# revision:1                                                                
   └──⧉ �[32mrollout-secret-77bf55959c�[0m           ReplicaSet   �[32m✔�[0m Healthy      2m18s  �[32mstable�[0m
      └──□ rollout-secret-77bf55959c-7nfhz  Pod          �[32m✔�[0m Running      2m18s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2023-04-10T04:47:02Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestAnalysisWithArgs
  name: rollout-secret
  namespace: default
  resourceVersion: "873"
  uid: 1aff81f1-334d-4606-92da-ebe657b91ec5
spec:
  replicas: 1
  revisionHistoryLimit: 2
  selector:
    matchLabels:
      app: rollout-secret
  strategy:
    canary:
      steps:
      - setWeight: 25
      - analysis:
          args:
          - name: failure-limit
            value: "2"
          - name: analysis-interval
            value: 5s
          - name: analysis-runs
            value: "3"
          - name: inconclusive-limit
            value: "2"
          - name: success-condition
            value: It worked!
          templates:
          - templateName: analysis-secret-args
      - pause: {}
  template:
    metadata:
      annotations:
        update: "2023-04-10T04:47:24.762036798Z"
      creationTimestamp: null
      labels:
        app: rollout-secret
    spec:
      containers:
      - image: nginx:1.19-alpine
        imagePullPolicy: Always
        name: rollouts-demo
        ports:
        - containerPort: 8080
          protocol: TCP
        resources: {}
status:
  HPAReplicas: 2
  availableReplicas: 2
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2023-04-10T04:47:24Z"
    lastUpdateTime: "2023-04-10T04:47:24Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2023-04-10T04:47:24Z"
    lastUpdateTime: "2023-04-10T04:47:24Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2023-04-10T04:47:24Z"
    lastUpdateTime: "2023-04-10T04:47:24Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2023-04-10T04:47:40Z"
    lastUpdateTime: "2023-04-10T04:47:40Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: Unknown
    type: Progressing
  - lastTransitionTime: "2023-04-10T04:47:40Z"
    lastUpdateTime: "2023-04-10T04:47:40Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: "True"
    type: Paused
  controllerPause: true
  currentPodHash: 5d468d6c69
  currentStepHash: 6c4f8598dc
  currentStepIndex: 2
  message: CanaryPauseStep
  observedGeneration: "3"
  phase: Paused
  readyReplicas: 2
  replicas: 2
  selector: app=rollout-secret
  stableRS: 77bf55959c
  updatedReplicas: 1

2023-04-10T04:47:22Z    Normal    RolloutNotCompleted      Rollout not completed, started update to revision 1 (77bf55959c)
2023-04-10T04:47:22Z    Normal    RolloutUpdated           Rollout updated to revision 1
2023-04-10T04:47:22Z    Normal    NewReplicaSetCreated     Created ReplicaSet rollout-secret-77bf55959c (revision 1)
2023-04-10T04:47:22Z    Normal    ScalingReplicaSet        Scaled up ReplicaSet rollout-secret-77bf55959c (revision 1) from 0 to 1
2023-04-10T04:47:22Z    Normal    RolloutCompleted         Rollout completed update to revision 1 (77bf55959c): Initial deploy
2023-04-10T04:47:24Z    Normal    RolloutNotCompleted      Rollout not completed, started update to revision 2 (5d468d6c69)
2023-04-10T04:47:24Z    Normal    RolloutUpdated           Rollout updated to revision 2
2023-04-10T04:47:24Z    Normal    NewReplicaSetCreated     Created ReplicaSet rollout-secret-5d468d6c69 (revision 2)
2023-04-10T04:47:24Z    Normal    ScalingReplicaSet        Scaled up ReplicaSet rollout-secret-5d468d6c69 (revision 2) from 0 to 1
2023-04-10T04:47:25Z    Normal    RolloutStepCompleted     Rollout step 1/3 completed (setWeight: 25)
2023-04-10T04:47:25Z    Normal    AnalysisRunRunning       Step Analysis Run 'rollout-secret-5d468d6c69-2-1' Status New: 'Running' Previous: ''
2023-04-10T04:47:40Z    Normal    AnalysisRunSuccessful    Step Analysis Run 'rollout-secret-5d468d6c69-2-1' Status New: 'Successful' Previous: 'Running'
2023-04-10T04:47:40Z    Normal    RolloutStepCompleted     Rollout step 2/3 completed (analysis)
2023-04-10T04:47:40Z    Normal    RolloutPaused            Rollout is paused (CanaryPauseStep)

time="2023-04-10T04:49:40Z" level=info msg="Deleting e2e-test-name=TestAnalysisWithArgs"
W0410 04:49:40.298319   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 04:49:40.302357   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestAnalysisSuite/TestAnalysisWithArgs (157.93s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml
artifacts/E2E Test Results (k8s 1.26)/junit.xml
Raw output
Failed
=== RUN   TestAnalysisSuite
time="2023-04-10T04:47:01Z" level=info msg="analysistemplate.argoproj.io/web-background created\n"
time="2023-04-10T04:47:01Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
time="2023-04-10T04:47:02Z" level=info msg="analysistemplate.argoproj.io/multiple-job created\n"
time="2023-04-10T04:47:02Z" level=info msg="analysistemplate.argoproj.io/multiple-job-fail created\n"
--- FAIL: TestAnalysisSuite (387.69s)

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

artifacts/E2E Test Results (k8s 1.24)/junit.xml
Raw output
Failed
=== RUN   TestRollbackSuite/TestRollbackAnalysisWithinWindow
time="2023-04-10T05:13:15Z" level=info msg="Deleting e2e-test-name=TestRollbackAnalysisWithinWindow"
W0410 05:13:15.471808   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 05:13:15.476012   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-04-10T05:13:15Z" level=info msg="rollout.argoproj.io/window created\n" rollout=window
time="2023-04-10T05:13:15Z" level=info msg="Waiting for condition: status=Healthy" rollout=window
time="2023-04-10T05:13:18Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=window
time="2023-04-10T05:13:18Z" level=info msg="Updated rollout spec: {\"metadata\":{\"labels\":{\"rev\":\"two\"}},\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"rev\":\"two\"}}}}}" rollout=window
time="2023-04-10T05:13:18Z" level=info msg="Waiting for condition: status=Healthy" rollout=window
time="2023-04-10T05:13:18Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=window
time="2023-04-10T05:13:18Z" level=error msg="AnalysisRun expectation 'analysisrun count == 1' 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 (�[33mcanary�[0m, �[32mstable�[0m)
Replicas:
  Desired:       2
  Current:       3
  Updated:       1
  Ready:         2
  Available:     2

NAME                                KIND        STATUS         AGE  INFO
⟳ window                            Rollout     �[94m◌�[0m Progressing  3s   
├──# revision:2                                                     
│  └──⧉ �[33mwindow-5658c69dbb�[0m           ReplicaSet  �[94m◌�[0m Progressing  0s   �[33mcanary�[0m
│     └──□ window-5658c69dbb-ss7xz  Pod         �[94m◌�[0m Pending      0s   ready:0/1
└──# revision:1                                                     
   └──⧉ �[32mwindow-c64cf84f6�[0m            ReplicaSet  �[32m✔�[0m Healthy      3s   �[32mstable�[0m
      ├──□ window-c64cf84f6-5zgwj   Pod         �[32m✔�[0m Running      3s   ready:1/1
      └──□ window-c64cf84f6-7lwbm   Pod         �[32m✔�[0m Running      3s   ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-04-10T05:13:15Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestRollbackAnalysisWithinWindow
    rev: two
  name: window
  namespace: default
  resourceVersion: "15418"
  uid: c34b6e8b-a19d-4992-b943-42d6bba2dbaf
spec:
  replicas: 2
  rollbackWindow:
    revisions: 2
  selector:
    matchLabels:
      app: window
  strategy:
    canary:
      steps:
      - setWeight: 50
      - analysis:
          args:
          - name: rev
            valueFrom:
              fieldRef:
                fieldPath: metadata.labels['rev']
          templates:
          - templateName: sleep-job
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: window
        rev: two
    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-04-10T05:13:15Z"
    lastUpdateTime: "2023-04-10T05:13:15Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-04-10T05:13:18Z"
    lastUpdateTime: "2023-04-10T05:13:18Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-04-10T05:13:15Z"
    lastUpdateTime: "2023-04-10T05:13:18Z"
    message: ReplicaSet "window-c64cf84f6" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-04-10T05:13:18Z"
    lastUpdateTime: "2023-04-10T05:13:18Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: c64cf84f6
  currentStepHash: 58549f95b8
  currentStepIndex: 2
  observedGeneration: "1"
  phase: Healthy
  readyReplicas: 2
  replicas: 2
  selector: app=window
  stableRS: c64cf84f6
  updatedReplicas: 2

2023-04-10T05:13:15Z    Normal    RolloutNotCompleted     Rollout not completed, started update to revision 1 (c64cf84f6)
2023-04-10T05:13:15Z    Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T05:13:15Z    Normal    NewReplicaSetCreated    Created ReplicaSet window-c64cf84f6 (revision 1)
2023-04-10T05:13:15Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet window-c64cf84f6 (revision 1) from 0 to 2
2023-04-10T05:13:15Z    Normal    RolloutCompleted        Rollout completed update to revision 1 (c64cf84f6): Initial deploy
2023-04-10T05:13:18Z    Normal    RolloutNotCompleted     Rollout not completed, started update to revision 2 (5658c69dbb)
2023-04-10T05:13:18Z    Normal    RolloutUpdated          Rollout updated to revision 2
2023-04-10T05:13:18Z    Normal    NewReplicaSetCreated    Created ReplicaSet window-5658c69dbb (revision 2)
2023-04-10T05:13:18Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet window-5658c69dbb (revision 2) from 0 to 1

time="2023-04-10T05:13:18Z" level=info msg="Deleting e2e-test-name=TestRollbackAnalysisWithinWindow"
W0410 05:13:18.898473   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 05:13:18.918407   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-04-10T05:13:18Z" level=info msg="Deleting e2e-test-name"
W0410 05:13:19.028941   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 05:13:19.032507   16964 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestRollbackSuite/TestRollbackAnalysisWithinWindow (3.61s)

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
Raw output
Failed
=== RUN   TestRollbackSuite
time="2023-04-10T05:12:34Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
time="2023-04-10T05:12:34Z" level=info msg="rollout.argoproj.io/window created\n"
--- FAIL: TestRollbackSuite (45.50s)

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

artifacts/E2E Test Results (k8s 1.26)/junit.xml
Raw output
Failed
=== RUN   TestAnalysisSuite/TestAnalysisWithSecret
time="2023-04-10T04:48:05Z" level=info msg="Deleting e2e-test-name=TestAnalysisWithSecret"
time="2023-04-10T04:48:05Z" level=info msg="rollout.argoproj.io/rollout-secret created\n" rollout=rollout-secret
time="2023-04-10T04:48:06Z" level=info msg="secret/example-secret configured\n" rollout=rollout-secret
time="2023-04-10T04:48:06Z" level=info msg="analysistemplate.argoproj.io/analysis-secret created\n" rollout=rollout-secret
time="2023-04-10T04:48:06Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-secret
time="2023-04-10T04:48:28Z" level=info msg="Condition 'status=Healthy' met after 22s" rollout=rollout-secret
time="2023-04-10T04:48:29Z" level=info msg="AnalysisRun expectation 'analysisrun count == 0' met" rollout=rollout-secret
time="2023-04-10T04:48:29Z" level=info msg="Updated rollout pod spec: 2023-04-10T04:48:29.003419926Z" rollout=rollout-secret
time="2023-04-10T04:48:29Z" level=info msg="Waiting for condition: status=Paused" rollout=rollout-secret
    when.go:440: timeout after 2m0s waiting for condition status=Paused
Name:            rollout-secret
Namespace:       default
Status:          �[94m◌�[0m Progressing
Message:         waiting for rollout spec update to be observed
Strategy:        Canary
  Step:          3/3
  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
⟳ rollout-secret                            Rollout     �[94m◌�[0m Progressing  2m24s  
└──# revision:1                                                               
   └──⧉ �[32mrollout-secret-77bf55959c�[0m           ReplicaSet  �[32m✔�[0m Healthy      2m4s   �[32mstable�[0m
      └──□ rollout-secret-77bf55959c-9htqv  Pod         �[32m✔�[0m Running      2m4s   ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-04-10T04:48:05Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestAnalysisWithSecret
  name: rollout-secret
  namespace: default
  resourceVersion: "997"
  uid: 3cded692-15d7-46db-8741-d6dcebe00b1d
spec:
  replicas: 1
  revisionHistoryLimit: 2
  selector:
    matchLabels:
      app: rollout-secret
  strategy:
    canary:
      steps:
      - setWeight: 25
      - analysis:
          templates:
          - templateName: analysis-secret
      - pause: {}
  template:
    metadata:
      annotations:
        update: "2023-04-10T04:48:29.003419926Z"
      creationTimestamp: null
      labels:
        app: rollout-secret
    spec:
      containers:
      - image: nginx:1.19-alpine
        imagePullPolicy: Always
        name: rollouts-demo
        ports:
        - containerPort: 8080
          protocol: TCP
        resources: {}
status:
  HPAReplicas: 1
  availableReplicas: 1
  blueGreen: {}
  canary: {}
  conditions:
  - lastTransitionTime: "2023-04-10T04:48:25Z"
    lastUpdateTime: "2023-04-10T04:48:25Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-04-10T04:48:28Z"
    lastUpdateTime: "2023-04-10T04:48:28Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-04-10T04:48:25Z"
    lastUpdateTime: "2023-04-10T04:48:28Z"
    message: ReplicaSet "rollout-secret-77bf55959c" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-04-10T04:48:28Z"
    lastUpdateTime: "2023-04-10T04:48:28Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 77bf55959c
  currentStepHash: 7f94459fc
  currentStepIndex: 3
  observedGeneration: "2"
  phase: Healthy
  readyReplicas: 1
  replicas: 1
  selector: app=rollout-secret
  stableRS: 77bf55959c
  updatedReplicas: 1

2023-04-10T04:48:25Z    Normal    RolloutNotCompleted     Rollout not completed, started update to revision 1 (77bf55959c)
2023-04-10T04:48:25Z    Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T04:48:25Z    Normal    NewReplicaSetCreated    Created ReplicaSet rollout-secret-77bf55959c (revision 1)
2023-04-10T04:48:25Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet rollout-secret-77bf55959c (revision 1) from 0 to 1
2023-04-10T04:48:25Z    Normal    RolloutCompleted        Rollout completed update to revision 1 (77bf55959c): Initial deploy

time="2023-04-10T04:50:29Z" level=info msg="Deleting e2e-test-name=TestAnalysisWithSecret"
    --- FAIL: TestAnalysisSuite/TestAnalysisWithSecret (143.92s)

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

artifacts/E2E Test Results (k8s 1.25)/junit.xml
Raw output
Failed
=== RUN   TestBlueGreenSuite/TestEphemeralMetadata
time="2023-04-10T04:55:46Z" level=info msg="Deleting e2e-test-name=TestEphemeralMetadata"
time="2023-04-10T04:55:47Z" level=info msg="service/ephemeral-metadata-bg created\n" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:47Z" level=info msg="rollout.argoproj.io/ephemeral-metadata-bg created\n" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:47Z" level=info msg="Waiting for condition: status.replicas=2" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:47Z" level=info msg="Condition 'status.replicas=2' met after 0s" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:47Z" level=info msg="Pod expectation 'all pods have active metadata' met" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:47Z" level=info msg="Waiting for condition: status=Healthy" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:48Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:48Z" level=info msg="Updated rollout pod spec: 2023-04-10T04:55:48.449997185Z" rollout=ephemeral-metadata-bg
time="2023-04-10T04:55:48Z" level=info msg="Waiting for condition: status=Paused" rollout=ephemeral-metadata-bg
    when.go:440: timeout after 2m0s waiting for condition status=Paused
Name:            ephemeral-metadata-bg
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:       2
  Current:       2
  Updated:       2
  Ready:         2
  Available:     2

NAME                                               KIND        STATUS         AGE   INFO
⟳ ephemeral-metadata-bg                            Rollout     �[94m◌�[0m Progressing  2m1s  
└──# revision:1                                                                     
   └──⧉ �[32m�[32mephemeral-metadata-bg-59f64bbf8b�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy      2m1s  �[32mstable�[0m,�[32mactive�[0m
      ├──□ ephemeral-metadata-bg-59f64bbf8b-gjkhb  Pod         �[32m✔�[0m Running      2m1s  ready:1/1
      └──□ ephemeral-metadata-bg-59f64bbf8b-qbvxc  Pod         �[32m✔�[0m Running      2m1s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-04-10T04:55:47Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestEphemeralMetadata
  name: ephemeral-metadata-bg
  namespace: default
  resourceVersion: "4849"
  uid: c3c91ca3-5143-4040-834e-545e1fd2bab4
spec:
  replicas: 2
  selector:
    matchLabels:
      app: ephemeral-metadata-bg
  strategy:
    blueGreen:
      activeMetadata:
        labels:
          role: active
      activeService: ephemeral-metadata-bg
      autoPromotionEnabled: false
      previewMetadata:
        labels:
          role: preview
  template:
    metadata:
      annotations:
        update: "2023-04-10T04:55:48.449997185Z"
      creationTimestamp: null
      labels:
        app: ephemeral-metadata-bg
    spec:
      containers:
      - image: nginx:1.19-alpine
        name: ephemeral-metadata
        resources:
          requests:
            cpu: 1m
            memory: 16Mi
      volumes:
      - emptyDir: {}
        name: cache-volume
status:
  HPAReplicas: 2
  availableReplicas: 2
  blueGreen:
    activeSelector: 59f64bbf8b
  canary: {}
  conditions:
  - lastTransitionTime: "2023-04-10T04:55:47Z"
    lastUpdateTime: "2023-04-10T04:55:47Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-04-10T04:55:48Z"
    lastUpdateTime: "2023-04-10T04:55:48Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-04-10T04:55:47Z"
    lastUpdateTime: "2023-04-10T04:55:48Z"
    message: ReplicaSet "ephemeral-metadata-bg-59f64bbf8b" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-04-10T04:55:48Z"
    lastUpdateTime: "2023-04-10T04:55:48Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 59f64bbf8b
  observedGeneration: "1"
  phase: Healthy
  readyReplicas: 2
  replicas: 2
  selector: app=ephemeral-metadata-bg,rollouts-pod-template-hash=59f64bbf8b
  stableRS: 59f64bbf8b
  updatedReplicas: 2

2023-04-10T04:55:47Z    Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T04:55:47Z    Normal    NewReplicaSetCreated    Created ReplicaSet ephemeral-metadata-bg-59f64bbf8b (revision 1)
2023-04-10T04:55:47Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet ephemeral-metadata-bg-59f64bbf8b (revision 1) from 0 to 2
2023-04-10T04:55:47Z    Normal    RolloutCompleted        Rollout completed update to revision 1 (59f64bbf8b): Initial deploy
2023-04-10T04:55:48Z    Normal    SwitchService           Switched selector for service 'ephemeral-metadata-bg' from '' to '59f64bbf8b'

time="2023-04-10T04:57:48Z" level=info msg="Deleting e2e-test-name=TestEphemeralMetadata"
time="2023-04-10T04:57:48Z" level=info msg="Deleting e2e-test-name"
    --- FAIL: TestBlueGreenSuite/TestEphemeralMetadata (121.87s)

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.25)/junit.xml
Raw output
Failed
=== RUN   TestBlueGreenSuite
--- FAIL: TestBlueGreenSuite (253.24s)

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

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

artifacts/E2E Test Results (k8s 1.25)/junit.xml
artifacts/E2E Test Results (k8s 1.26)/junit.xml
Raw output
Failed
=== RUN   TestCanarySuite/TestCanaryDynamicStableScale
time="2023-04-10T04:57:49Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
time="2023-04-10T04:57:49Z" level=info msg="service/dynamic-stable-scale-root created\n" rollout=dynamic-stable-scale
time="2023-04-10T04:57:49Z" level=info msg="service/dynamic-stable-scale-canary created\n" rollout=dynamic-stable-scale
time="2023-04-10T04:57:50Z" level=info msg="service/dynamic-stable-scale-stable created\n" rollout=dynamic-stable-scale
time="2023-04-10T04:57:50Z" level=info msg="ingress.networking.k8s.io/dynamic-stable-scale-ingress created\n" rollout=dynamic-stable-scale
time="2023-04-10T04:57:50Z" level=info msg="rollout.argoproj.io/dynamic-stable-scale created\n" rollout=dynamic-stable-scale
time="2023-04-10T04:57:51Z" level=info msg="Marked 4 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-04-10T04:57:51Z" level=info msg="Waiting for condition: status=Healthy" rollout=dynamic-stable-scale
time="2023-04-10T04:57:54Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=dynamic-stable-scale
time="2023-04-10T04:57:54Z" level=info msg="Updated rollout pod spec: 2023-04-10T04:57:54.282784665Z" rollout=dynamic-stable-scale
time="2023-04-10T04:57:55Z" level=info msg="Marked 1 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-04-10T04:57:55Z" level=info msg="Waiting for condition: status=Paused" rollout=dynamic-stable-scale
time="2023-04-10T04:57:55Z" level=info msg="Condition 'status=Paused' met after 0s" rollout=dynamic-stable-scale
time="2023-04-10T04:57:55Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-04-10T04:57:57Z" level=info msg="Pod expectation 'revision:1 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-04-10T04:57:57Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-04-10T04:57:57Z" level=info msg="Promoted rollout" rollout=dynamic-stable-scale
time="2023-04-10T04:57:58Z" level=info msg="Marked 2 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-04-10T04:57:58Z" level=info msg="Waiting for condition: status.currentStepIndex=3" rollout=dynamic-stable-scale
time="2023-04-10T04:58:00Z" level=info msg="Condition 'status.currentStepIndex=3' met after 1s" rollout=dynamic-stable-scale
time="2023-04-10T04:58:00Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-04-10T04:58:02Z" level=info msg="Pod expectation 'revision:1 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-04-10T04:58:02Z" level=info msg="Pod expectation 'revision:2 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-04-10T04:58:02Z" level=info msg="Aborted rollout" rollout=dynamic-stable-scale
time="2023-04-10T04:58:03Z" level=info msg="Marked 2 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-04-10T04:58:03Z" level=info msg="Waiting for condition: rev=2 podcount=1" rollout=dynamic-stable-scale
time="2023-04-10T04:58:05Z" level=info msg="Condition 'rev=2 podcount=1' met after 2s" rollout=dynamic-stable-scale
time="2023-04-10T04:58:05Z" level=info msg="Pod expectation 'revision:1 pod count == 4' met" rollout=dynamic-stable-scale
time="2023-04-10T04:58:07Z" level=info msg="Marked 1 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-04-10T04:58:07Z" level=info msg="Waiting for condition: rev=2 podcount=0" rollout=dynamic-stable-scale
time="2023-04-10T04:58:07Z" level=info msg="Condition 'rev=2 podcount=0' met after 0s" rollout=dynamic-stable-scale
    canary_test.go:603: 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:7888686c78]
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:       5
  Updated:       1
  Ready:         5
  Available:     5

NAME                                              KIND        STATUS         AGE  INFO
⟳ dynamic-stable-scale                            Rollout     �[31m✖�[0m Degraded     17s  
├──# revision:2                                                                   
│  └──⧉ �[33mdynamic-stable-scale-7888686c78�[0m           ReplicaSet  �[0m•�[0m ScaledDown   13s  �[33mcanary�[0m
│     └──□ dynamic-stable-scale-7888686c78-lbqgf  Pod         �[94m◌�[0m Terminating  13s  ready:1/1
└──# revision:1                                                                   
   └──⧉ �[32mdynamic-stable-scale-868d98995b�[0m           ReplicaSet  �[32m✔�[0m Healthy      17s  �[32mstable�[0m
      ├──□ dynamic-stable-scale-868d98995b-ch5m2  Pod         �[32m✔�[0m Running      17s  ready:1/1
      ├──□ dynamic-stable-scale-868d98995b-2dnvs  Pod         �[32m✔�[0m Running      5s   ready:1/1
      ├──□ dynamic-stable-scale-868d98995b-pgt7g  Pod         �[32m✔�[0m Running      5s   ready:1/1
      └──□ dynamic-stable-scale-868d98995b-qczgc  Pod         �[32m✔�[0m Running      5s   ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "2"
  creationTimestamp: "2023-04-10T04:57:50Z"
  generation: 2
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestCanaryDynamicStableScale
  name: dynamic-stable-scale
  namespace: default
  resourceVersion: "5355"
  uid: b0029c46-8d54-405d-a699-ade36a8ee1b1
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-04-10T04:57:54.282784665Z"
      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-04-10T04:58:02Z"
  availableReplicas: 5
  blueGreen: {}
  canary:
    weights:
      canary:
        podTemplateHash: 7888686c78
        serviceName: dynamic-stable-scale-canary
        weight: 0
      stable:
        podTemplateHash: 868d98995b
        serviceName: dynamic-stable-scale-stable
        weight: 100
  conditions:
  - lastTransitionTime: "2023-04-10T04:57:54Z"
    lastUpdateTime: "2023-04-10T04:57:54Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  - lastTransitionTime: "2023-04-10T04:57:54Z"
    lastUpdateTime: "2023-04-10T04:57:54Z"
    message: Rollout is not healthy
    reason: RolloutHealthy
    status: "False"
    type: Healthy
  - lastTransitionTime: "2023-04-10T04:57:54Z"
    lastUpdateTime: "2023-04-10T04:57:54Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "False"
    type: Completed
  - lastTransitionTime: "2023-04-10T04:58:00Z"
    lastUpdateTime: "2023-04-10T04:58:00Z"
    message: Rollout is paused
    reason: RolloutPaused
    status: "True"
    type: Paused
  - lastTransitionTime: "2023-04-10T04:58:02Z"
    lastUpdateTime: "2023-04-10T04:58:02Z"
    message: Rollout aborted update to revision 2
    reason: RolloutAborted
    status: "False"
    type: Progressing
  currentPodHash: 7888686c78
  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-04-10T04:57:50Z         Normal    RolloutNotCompleted     Rollout not completed, started update to revision 1 (868d98995b)
2023-04-10T04:57:50Z         Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T04:57:50Z         Normal    NewReplicaSetCreated    Created ReplicaSet dynamic-stable-scale-868d98995b (revision 1)
2023-04-10T04:57:50Z         Normal    PatchingALBIngress      Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '0'
2023-04-10T04:57:50Z (x2)    Normal    TrafficWeightUpdated    Traffic weight updated to 0
2023-04-10T04:57:50Z         Normal    ScalingReplicaSet       Scaled up ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 0 to 4
2023-04-10T04:57:50Z         Normal    RolloutCompleted        Rollout completed update to revision 1 (868d98995b): Initial deploy
2023-04-10T04:57:54Z         Normal    SwitchService           Switched selector for service 'dynamic-stable-scale-stable' from '' to '868d98995b'
2023-04-10T04:57:54Z         Normal    SwitchService           Switched selector for service 'dynamic-stable-scale-canary' from '' to '868d98995b'
2023-04-10T04:57:54Z         Normal    RolloutNotCompleted     Rollout not completed, started update to revision 2 (7888686c78)
2023-04-10T04:57:54Z         Normal    RolloutUpdated          Rollout updated to revision 2
2023-04-10T04:57:54Z         Normal    NewReplicaSetCreated    Created ReplicaSet dynamic-stable-scale-7888686c78 (revision 2)
2023-04-10T04:57:54Z (x3)    Normal    TrafficWeightUpdated    Traffic weight updated 
2023-04-10T04:57:54Z         Normal    ScalingReplicaSet       Scaled up ReplicaSet dynamic-stable-scale-7888686c78 (revision 2) from 0 to 1
2023-04-10T04:57:55Z         Normal    SwitchService           Switched selector for service 'dynamic-stable-scale-canary' from '868d98995b' to '7888686c78'
2023-04-10T04:57:55Z         Normal    PatchingALBIngress      Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '25'
2023-04-10T04:57:55Z         Normal    TrafficWeightUpdated    Traffic weight updated from 0 to 25
2023-04-10T04:57:55Z         Normal    RolloutStepCompleted    Rollout step 1/4 completed (setWeight: 25)
2023-04-10T04:57:55Z         Normal    ScalingReplicaSet       Scaled down ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 4 to 3
2023-04-10T04:57:55Z         Normal    RolloutPaused           Rollout is paused (CanaryPauseStep)
2023-04-10T04:57:57Z         Normal    RolloutStepCompleted    Rollout step 2/4 completed (pause)
2023-04-10T04:57:57Z         Normal    ScalingReplicaSet       Scaled up ReplicaSet dynamic-stable-scale-7888686c78 (revision 2) from 1 to 3

time="2023-04-10T04:58:08Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
    --- FAIL: TestCanarySuite/TestCanaryDynamicStableScale (19.34s)

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

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

artifacts/E2E Test Results (k8s 1.25)/junit.xml
artifacts/E2E Test Results (k8s 1.26)/junit.xml
Raw output
Failed
=== RUN   TestCanarySuite
time="2023-04-10T04:57:49Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (235.66s)

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

See this annotation in the file changed.

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

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml
Raw output
Failed
=== RUN   TestFunctionalSuite/TestBlueGreenScaleDownOnAbort
time="2023-04-10T05:04:05Z" level=info msg="Deleting e2e-test-name=TestBlueGreenScaleDownOnAbort"
W0410 05:04:05.582439   17140 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 05:04:05.588072   17140 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-04-10T05:04:05Z" level=info msg="service/bluegreen-preview-replicas-active created\n" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:06Z" level=info msg="service/bluegreen-preview-replicas-preview created\n" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:06Z" level=info msg="rollout.argoproj.io/bluegreen-scaledown-on-abort created\n" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:06Z" level=info msg="Waiting for condition: status=Healthy" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:09Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:09Z" level=info msg="Updated rollout pod spec: 2023-04-10T05:04:09.164134861Z" rollout=bluegreen-scaledown-on-abort
time="2023-04-10T05:04:09Z" level=info msg="Waiting for condition: status=Paused" rollout=bluegreen-scaledown-on-abort
    when.go:440: timeout after 2m0s waiting for condition status=Paused
Name:            bluegreen-scaledown-on-abort
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:       2
  Current:       2
  Updated:       2
  Ready:         2
  Available:     2

NAME                                                      KIND        STATUS         AGE   INFO
⟳ bluegreen-scaledown-on-abort                            Rollout     �[94m◌�[0m Progressing  2m3s  
└──# revision:1                                                                            
   └──⧉ �[32m�[32mbluegreen-scaledown-on-abort-66b7c555c5�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy      2m3s  �[32mstable�[0m,�[32mactive�[0m
      ├──□ bluegreen-scaledown-on-abort-66b7c555c5-gq27q  Pod         �[32m✔�[0m Running      2m3s  ready:1/1
      └──□ bluegreen-scaledown-on-abort-66b7c555c5-ws9hv  Pod         �[32m✔�[0m Running      2m3s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-04-10T05:04:06Z"
  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: "9586"
  uid: 493ef8a5-f598-4dd7-bf46-d7138724e2ac
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: "2023-04-10T05:04:09.164134861Z"
      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
  availableReplicas: 2
  blueGreen:
    activeSelector: 66b7c555c5
    previewSelector: 66b7c555c5
  canary: {}
  conditions:
  - lastTransitionTime: "2023-04-10T05:04:06Z"
    lastUpdateTime: "2023-04-10T05:04:06Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-04-10T05:04:09Z"
    lastUpdateTime: "2023-04-10T05:04:09Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-04-10T05:04:06Z"
    lastUpdateTime: "2023-04-10T05:04:09Z"
    message: ReplicaSet "bluegreen-scaledown-on-abort-66b7c555c5" has successfully
      progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-04-10T05:04:09Z"
    lastUpdateTime: "2023-04-10T05:04:09Z"
    message: Rollout has minimum availability
    reason: AvailableReason
    status: "True"
    type: Available
  currentPodHash: 66b7c555c5
  observedGeneration: "1"
  phase: Healthy
  readyReplicas: 2
  replicas: 2
  selector: app=bluegreen-preview-replicas,rollouts-pod-template-hash=66b7c555c5
  stableRS: 66b7c555c5
  updatedReplicas: 2

2023-04-10T05:04:06Z    Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T05:04:06Z    Normal    NewReplicaSetCreated    Created ReplicaSet bluegreen-scaledown-on-abort-66b7c555c5 (revision 1)
2023-04-10T05:04:06Z    Normal    SwitchService           Switched selector for service 'bluegreen-preview-replicas-preview' from '' to '66b7c555c5'
2023-04-10T05:04:06Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet bluegreen-scaledown-on-abort-66b7c555c5 (revision 1) from 0 to 2
2023-04-10T05:04:06Z    Normal    RolloutCompleted        Rollout completed update to revision 1 (66b7c555c5): Initial deploy
2023-04-10T05:04:09Z    Normal    SwitchService           Switched selector for service 'bluegreen-preview-replicas-active' from '' to '66b7c555c5'

time="2023-04-10T05:06:09Z" level=info msg="Deleting e2e-test-name=TestBlueGreenScaleDownOnAbort"
W0410 05:06:09.671908   17140 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0410 05:06:09.680166   17140 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
    --- FAIL: TestFunctionalSuite/TestBlueGreenScaleDownOnAbort (124.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 / 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.26)/junit.xml
Raw output
Failed
=== RUN   TestFunctionalSuite/TestKubectlWaitForPaused
time="2023-04-10T05:07:16Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForPaused"
time="2023-04-10T05:07:17Z" level=info msg="service/kubectl-wait-paused created\n" rollout=kubectl-wait-paused
time="2023-04-10T05:07:17Z" level=info msg="rollout.argoproj.io/kubectl-wait-paused created\n" rollout=kubectl-wait-paused
time="2023-04-10T05:07:17Z" level=info msg="Waiting for condition: status=Healthy" rollout=kubectl-wait-paused
time="2023-04-10T05:07:19Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=kubectl-wait-paused
time="2023-04-10T05:07:19Z" level=info msg="Updated rollout pod spec: 2023-04-10T05:07:19.622036333Z" rollout=kubectl-wait-paused
time="2023-04-10T05:07:49Z" 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  32s  
└──# revision:1                                                                  
   └──⧉ �[32m�[32mkubectl-wait-paused-65bd6d9c49�[0m�[0m           ReplicaSet  �[32m✔�[0m Healthy      32s  �[32mstable�[0m,�[32mactive�[0m
      └──□ kubectl-wait-paused-65bd6d9c49-t8s8h  Pod         �[32m✔�[0m Running      32s  ready:1/1

---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
  annotations:
    rollout.argoproj.io/revision: "1"
  creationTimestamp: "2023-04-10T05:07:17Z"
  generation: 3
  labels:
    argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
    e2e-test-name: TestKubectlWaitForPaused
  name: kubectl-wait-paused
  namespace: default
  resourceVersion: "10479"
  uid: 1ca6ba1c-4f26-4a3a-99f0-78f0b897f8d6
spec:
  replicas: 1
  selector:
    matchLabels:
      app: kubectl-wait-paused
  strategy:
    blueGreen:
      activeService: kubectl-wait-paused
      autoPromotionEnabled: false
  template:
    metadata:
      annotations:
        update: "2023-04-10T05:07:19.622036333Z"
      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-04-10T05:07:17Z"
    lastUpdateTime: "2023-04-10T05:07:17Z"
    message: RolloutCompleted
    reason: RolloutCompleted
    status: "True"
    type: Completed
  - lastTransitionTime: "2023-04-10T05:07:19Z"
    lastUpdateTime: "2023-04-10T05:07:19Z"
    message: Rollout is healthy
    reason: RolloutHealthy
    status: "True"
    type: Healthy
  - lastTransitionTime: "2023-04-10T05:07:17Z"
    lastUpdateTime: "2023-04-10T05:07:19Z"
    message: ReplicaSet "kubectl-wait-paused-65bd6d9c49" has successfully progressed.
    reason: NewReplicaSetAvailable
    status: "True"
    type: Progressing
  - lastTransitionTime: "2023-04-10T05:07:19Z"
    lastUpdateTime: "2023-04-10T05:07:19Z"
    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-04-10T05:07:17Z    Normal    RolloutUpdated          Rollout updated to revision 1
2023-04-10T05:07:17Z    Normal    NewReplicaSetCreated    Created ReplicaSet kubectl-wait-paused-65bd6d9c49 (revision 1)
2023-04-10T05:07:17Z    Normal    ScalingReplicaSet       Scaled up ReplicaSet kubectl-wait-paused-65bd6d9c49 (revision 1) from 0 to 1
2023-04-10T05:07:17Z    Normal    RolloutCompleted        Rollout completed update to revision 1 (65bd6d9c49): Initial deploy
2023-04-10T05:07:19Z    Normal    SwitchService           Switched selector for service 'kubectl-wait-paused' from '' to '65bd6d9c49'

time="2023-04-10T05:07:49Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForPaused"
    --- FAIL: TestFunctionalSuite/TestKubectlWaitForPaused (33.39s)

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

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

artifacts/E2E Test Results (k8s 1.23)/junit.xml
artifacts/E2E Test Results (k8s 1.26)/junit.xml
Raw output
Failed
=== RUN   TestFunctionalSuite
time="2023-04-10T05:04:59Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (400.70s)

Check notice on line 0 in .github

See this annotation in the file changed.

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

5 skipped tests found

There are 5 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 ‑ 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

96 tests found

There are 96 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/TestALBExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepNoSetWeight
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBPingPongUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestAlbHeaderRoute
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/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