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

Set builder job timeout to 1 week #19

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Conversation

starcraft66
Copy link
Contributor

@starcraft66 starcraft66 commented Feb 14, 2023

Sets the timeout of the build job to 1 week (might be overkill but better set it too high than too low) Also prevents multiple instances of the workflow from running concurrently.

Fix for #18

(cc: @zimbatm)

Sets the timeout of the build job to 1 week (might be overkill but better set it too high than too low)
Also prevents multiple instances of the workflow from running concurrently.
@@ -7,8 +7,10 @@ on:
- nixpkgs-unstable
pull_request:
workflow_dispatch:
concurrency: "{{ github.head_ref || github.ref }}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

jobs:
build:
timeout-minutes: 10080
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

@zimbatm zimbatm left a comment

Choose a reason for hiding this comment

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

awesome. thank you @starcraft66 !

bors merge

@bors
Copy link

bors bot commented Feb 16, 2023

Configuration problem:
bors.toml: not found

@zimbatm zimbatm merged commit 61c0b87 into numtide:main Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants