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

add PR 37 & PriorityClassName param #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

willemveerman
Copy link

@willemveerman willemveerman commented May 10, 2021

This PR applies the fix proposed in #37 to tag v1.0.0-beta.6

We have applied this fix to the tag because we find that the commits to master since v1.0.0-beta.6 have introduced a bug in which resource settings applied at the pipeline level cause step-level resource settings to be ignored.

Additionally, whilst we find that this PR fixes the issue of steps being stuck in running status even when the underlying container has completed, we find that it introduces another bug in which pipeline timeout settings are not respected.

This code produces behaviour in which if a step's duration causes the pipeline to exceed the timeout, the step is allowed to run to completion however no subsequent steps are run. By contrast, prior to this change, the whole pipeline was immediately terminated once the timeout was reached. This new behaviour produces a consequence of pipelines running indefinitely if particular steps do not complete.

Additionally, this PR adds a new feature in which pipeline pods can have their default priorityClass configured by editing the runner's policy file.

@CLAassistant
Copy link

CLAassistant commented May 10, 2021

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants