Skip to content

CICD refactor integration pytest

Arturo Hernandez [EPAM] requested to merge cicd/refactor-integration-pytest into main

Type of change

  • [NA] Bug Fix
  • [NA] Feature

Does this introduce a change in the core logic?

  • [No] CICD logic change

Does this introduce a change in the cloud provider implementation, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [No]

Updates description?

Describe your code changes in detail for reviewers (links on Gitlab issues, etc.)

  • The pipeline runs pytest for integration tests, which normally fails and can lead to confusion in highly unstable environment such as glab.
  • We agreed with QA eng to allow failure in this stage as it is not valuable for MR reviewing anymore, but only for QA testing.
  • Also remove retrying on this step

Merge request reports