Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

Ramesh7
Copy link
Contributor

@Ramesh7 Ramesh7 commented Jun 26, 2023

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.

@Ramesh7 Ramesh7 requested a review from a team as a code owner June 26, 2023 08:03
@@ -55,6 +55,7 @@ jobs:
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
needs: "setup_matrix"
runs-on: ${{ inputs.runs_on }}
timeout-minutes: 180
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duration is in minutes.

@jordanbreen28 jordanbreen28 merged commit a374fe5 into main Jun 26, 2023
1 check passed
@jordanbreen28 jordanbreen28 deleted the CONT-1129-action-timeout branch June 26, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants