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

timeout for build steps #1

Open
faryon93 opened this issue Mar 16, 2018 · 0 comments
Open

timeout for build steps #1

faryon93 opened this issue Mar 16, 2018 · 0 comments

Comments

@faryon93
Copy link
Owner

The sackci server should kill too long running build steps. Therefore a per-step timeout (in seconds) should be configurable in the Pipelinefile.

Example Pipelinefile:
... {"stage": "Build Binary", "image":"gcc", "steps": [ {"cmd": "gcc -Wall -o test test.cpp", "timeout": 120} ]} ...

If no timeout is configured for a build step, a fallback value should be configurable in the projects defintition.

@faryon93 faryon93 self-assigned this Mar 16, 2018
@faryon93 faryon93 changed the title Timeout for build steps timeout for build steps Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant