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 or #107
Open

(Optionally) include retried GitLab jobs #86

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

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
@a-meynard a-meynard linked a pull request Nov 18, 2024 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
1 participant