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

(Optionally) include retried GitLab jobs #86

Open
mvgijssel opened this issue Sep 15, 2022 · 0 comments · May be fixed by #87
Open

(Optionally) include retried GitLab jobs #86

mvgijssel opened this issue Sep 15, 2022 · 0 comments · May be fixed by #87

Comments

@mvgijssel
Copy link
Contributor

At HackerOne we are interested in how many pipelines in the CI/CD are considered flaky, with flaky being defined as:

pipelines.status = 'success' AND
jobs.status != 'success' AND jobs.status != 'skipped' AND jobs.status != 'manual'

Currently this logic does not really work, because the default of the GitLab jobs api is to only return successful jobs (https://docs.gitlab.com/ee/api/jobs.html#list-pipeline-jobs) but we are also interested in retried jobs defined with parameter include_retried .

@mvgijssel mvgijssel linked a pull request Sep 15, 2022 that will close this issue
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 a pull request may close this issue.

1 participant