Buildbot running sequential builders after they're finished

Deadly 提交于 2019-12-08 07:48:57

问题


Are there any triggers or anyway to set up buildbot to run builds after another have finished? Right now I have multiple builders set up to turn on a machine, build, and turn off a machine. I've set it up in a nightly schedule where it turns on the machine then 15 minutes after it would run a build then shuts off the machine about an hour after it started building.

I'd rather have 1 builder that does all 3 steps automatically. Run builder1, waits X minutes, run builder2, waits Y minutes, run builder3.


回答1:


I think you either want to make the machine into a Latent Slave so that you don't need separate builders.

Or you can use Triggering schedulers to trigger from one builder to the next.



来源:https://stackoverflow.com/questions/22184091/buildbot-running-sequential-builders-after-theyre-finished

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!