-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Component:WebPriority:p3-mediumNormal priorityNormal priorityType:DevOpsRelated to CI/CDRelated to CI/CD
Description
Would be great if we could skip the e2e and unit test pipelines on the release PRs that get created by the ready-release-go plugin. The PRs only create changelog content.
Naive idea for web: could we skip e2e and unit test pipelines when there were only changes in .md files? Or some other reliable check that code, dependencies and build environment weren't changed?
Motivation: ready-release-go runs each and every time a PR gets merged, which means: even in best case one PR runs the CI with all the compute it binds at least twice. Hope we can improve this.
TODO:
- Web : [tests-only] skip unit and e2e test pipelines on ready-release-go prs web#1714
[tests-only] correct release PR condition to use build.sender web#1736 - Opencloud [tests-only] Skip test related pipelines for ready-release-go PRs opencloud#2011
- Reva test(ci): skip pipelines for ready-release-go PRs reva#456
- Desktop test(ci): skip test related pipelines for ready-release-go PRs desktop#756
Metadata
Metadata
Assignees
Labels
Component:WebPriority:p3-mediumNormal priorityNormal priorityType:DevOpsRelated to CI/CDRelated to CI/CD