puppetlabs / cat-github-actions

1 stars 5 forks source link

(CONT-1129) - Overriding default time for acceptace runs #46

Closed Ramesh7 closed 1 year ago

Ramesh7 commented 1 year ago

Problem

We have seen that many Nightly and CI actions runs for 6 hours (default timeout of GitHub actions) and it aborted but the provision server terminated in 2 hours from the provision but still GitHub action keep running.

Change

Overriding default timeout of action and set to 3 hours as haven't observed any job taking more then 2 hours so updating with 3 hour keeping 1 hour buffer.

Benefit

Overriding default time will help us to avoid running jobs for default timeout as well as it will also save cost.