Skip to content

Conversation

AAraKKe
Copy link
Contributor

@AAraKKe AAraKKe commented Aug 19, 2025

What does this PR do?

Modifies the Master pipeline to avoid running all tests when no modifications are present on files that require running tests.

Motivation

Every time a commit reaches master we are running all tests for all integrations which is becoming time and resource consuming. We still want to make sure we are doing this often, however, if all files in the commit are invisible to the integration behavior or tests, we can save some time and resources.

This will be updated in the future when we rethink the way we test our integrations.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@AAraKKe AAraKKe added the qa/skip-qa Automatically skip this PR for the next QA label Aug 19, 2025
@AAraKKe AAraKKe requested a review from a team as a code owner August 19, 2025 15:32
@AAraKKe AAraKKe enabled auto-merge September 24, 2025 07:26
@AAraKKe AAraKKe added this pull request to the merge queue Sep 24, 2025
Merged via the queue into master with commit 597b6a8 Sep 24, 2025
19 of 20 checks passed
@AAraKKe AAraKKe deleted the aarakke/avoid-testing-master-on-unrelated-changes branch September 24, 2025 07:27
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.

2 participants