epam/edp-headlamp

Inconsistent Deploy Pipeline Display Between Overview and Pipeline Tab

Closed this issue · 1 comments

Describe the bug
There's a discrepancy between the pipeline executions displayed on the Overview page and those shown in the Pipeline tab of the Stage section on the Environments page. Users can see all pipeline executions, both successful and those with errors, on the Overview page. However, not all of these executions are visible in the Pipeline tab of the Stage section. This inconsistency could lead to confusion and misinterpretation of the deployment pipeline status.

To Reproduce

  1. Navigate to the Overview page and note down the pipeline executions displayed.
  2. Navigate to the Pipeline tab of the Stage section in the Environments page.
  3. Compare the pipeline executions with those noted from the Overview page.

What did you expect to see?

  • All pipeline executions displayed on the Overview page should also be visible on the Pipeline tab of the Stage section.
  • The Pipeline tab should accurately reflect the status of both successful and errored pipeline executions.

What did you see instead? Under which circumstances?

  • Pipeline executions visible on the Overview page are not all present in the Pipeline tab of the Stage section.

Kubernetes cluster type:
N/A

Additional context

  • Ensure there are no filters or settings that may be causing the discrepancy in the visibility of pipeline executions.

Acceptance Criteria:

  1. All pipeline executions displayed on the Overview page should also be visible on the Pipeline tab of the Stage section.
  2. The Pipeline tab should accurately reflect the status of both successful and errored pipeline executions.
  3. Ensure that there are no filters or settings that may be causing the discrepancy in the visibility of pipeline executions.
  4. Upon fix, cross-verify the consistency of pipeline execution information across different sections.

Implementation Plan:

  • Reproduce the issue by comparing the pipeline executions displayed on the Overview page with those on the Pipeline tab of the Stage section.
  • Identify the cause of the discrepancy between the two sections.
  • Implement the necessary changes to ensure consistency of the pipeline execution display across the platform.
  • Test the fix to ensure that all pipeline executions are now visible where expected and that the status information is accurate.
  • Review the changes with the QA team.