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

Ensure a job can honor (job) dependency and 'always' gitlab directive #11

Open
ksatchit opened this issue Oct 4, 2018 · 1 comment
Open
Labels

Comments

@ksatchit
Copy link
Contributor

ksatchit commented Oct 4, 2018

Currently, jobs that have dependency on a previous job use the 'dependencies' flag with dependent job name as value. However, it is seen that these jobs are skipped if the previous stage (in which the dependent job has passed, but some other jobs have failed) has a failure. One of the ways to address this is to use the 'always' directive which will run the job dependencies notwithstanding.

However, what is really needed is a combination of the above, where stage failures should be ignored but dependent job status considered for execution of a current job.

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

No branches or pull requests

1 participant