Hudson 多配置项目 - 无论如何要根据节点环境进行过滤?
我有一组 GUI 自动化测试,需要相当长的时间才能运行。我一直在研究一个多配置 Hudson 项目来并行运行测试的各个部分。
我想设置一个过滤器,仅在每个从节点上运行一个子集,而不是在每个从节点上运行每个子集。有什么方法可以将从节点名称包含在组合过滤器中吗?
I have a set of GUI automation tests that take a rather long time to run. I've been looking into a multi-configuration Hudson project to run subsections of the tests in parallel.
I'd like to set up a filter that only runs one subset on each slave node, rather than each subset on each slave node. Is there any way to include the slave node name in the Combination filter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自多配置项目的帮助文本。
在多个节点上构建
组合过滤器
我认为这应该回答你的问题。
From the help texts of a multi configuration projects.
Build on multiple nodes
Combination Filter
I think this should answer your question.