Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] [tests-only] Suites separated into two pipelines, minimize the duration #8156

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

grgprarup
Copy link
Contributor

@grgprarup grgprarup commented Dec 27, 2022

Description

This PR refactors the drone file to minimize the pipeline duration.
The most time-consuming pipeline oC10RenameFileFolder had two suites webUIRenameFolders and webUIRenameFiles each having around 30 scenarios and in total around 60 scenarios. So, the oC10RenameFileFolder pipeline is broken out into oC10RenameFile and oC10RenameFolder pipelines each consisting of around 30 scenarios.

Related Issue

Motivation and Context

How Has This Been Tested?

  • 🤖

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@grgprarup grgprarup self-assigned this Dec 27, 2022
@grgprarup grgprarup force-pushed the even-out-accep-test-pipelines branch from 0cd0630 to c851918 Compare December 27, 2022 10:24
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@grgprarup grgprarup marked this pull request as ready for review December 27, 2022 11:03
Copy link
Member

@SagarGi SagarGi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@SagarGi SagarGi merged commit 25c76a1 into master Dec 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the even-out-accep-test-pipelines branch December 28, 2022 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Even out acceptance test pipeline run durations
2 participants