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
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-
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
Thanks. Really helpful :)
On Wed, Oct 26, 2022 at 8:18 AM Gavin McDonald wrote:
>
> Hi All,
>
> Meeting notes from last week are now up at:
>
> https://cwiki.apache.org/confluence/display/BUILDS/Builds+Agenda+--+2022-10-20
>
> Future meeting are scheduled for 1530 UTC on the 2nd Thursday of each
Hi folks,
I have recently updated
https://cwiki.apache.org/confluence/display/INFRA/Shared+Nodes with information
on new GPU nodes. These are shared nodes running the nVidia T4 cards.
Enjoy.
--
@fluxo
Chris Lambertus
ASF Infrastructure