Re: travis wait equivilent

2022-10-26 Thread Daan Hoogland
thanks Jacob, That is a very satisfying answer. I'll try that ;) On Wed, Oct 26, 2022 at 10:35 AM Jacob Wujciak wrote: > Daan, > > GitHub Actions are not canceled if there is no output, so there is no need > for an equivalent of travis_wait. GHA steps and jobs have a configurable > timeout [1] w

Re: travis wait equivilent

2022-10-26 Thread Jacob Wujciak
Daan, GitHub Actions are not canceled if there is no output, so there is no need for an equivalent of travis_wait. GHA steps and jobs have a configurable timeout [1] with a max value of 6h per step and IIRC 24h per workflow. Jacob [1]: https://docs.github.com/en/actions/using-workflows/workflow-

travis wait equivilent

2022-10-26 Thread Daan Hoogland
LS, I am trying to implement our (CloudStack) travis yaml in github actions. I am wondering (maybe the wrong crowd) if anybody here has ever heard of an equivalent of travis_wait in github actions. I searched for "+travis_wait in +github +actions" with no satisfying answers as result. Any input we