Skip tests during the CI/CD pipeline depending on changes

。
订阅者
270
文章
0
评论
测试交流评论118字数 131阅读0分26秒阅读模式
摘要I've got an idea, which I want to validate with you. We have a multi module project. Durin...

I've got an idea, which I want to validate with you.

We have a multi module project. During the PR build, we always execute tests, even if the changes from the PR do not affect any modules.文章源自玩技e族-https://www.playezu.com/179282.html

Simple example:
We have a readme file inside our repository. If I want to change that readme file, I have to trigger all the checks and tests, to merge it into the integration branch.
From my perspective it is not a good approach.文章源自玩技e族-https://www.playezu.com/179282.html

I want to change the pipeline in that way, that it checks the changes first. Based on the changes, it chooses if tests should be executed or not and possibly which tests.文章源自玩技e族-https://www.playezu.com/179282.html

What do you think about such approach? Are there any tools, which can support me here?文章源自玩技e族-https://www.playezu.com/179282.html

Best regards,文章源自玩技e族-https://www.playezu.com/179282.html

Andrej文章源自玩技e族-https://www.playezu.com/179282.html 文章源自玩技e族-https://www.playezu.com/179282.html

 
匿名

发表评论

匿名网友
确定

拖动滑块以完成验证