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

Failed analysis stage does not properly update github CI status #396

Open
shonfeder opened this issue Nov 28, 2024 · 0 comments
Open

Failed analysis stage does not properly update github CI status #396

shonfeder opened this issue Nov 28, 2024 · 0 comments

Comments

@shonfeder
Copy link
Contributor

When the analysis stage of the CI pipeline fails, it should fail the entire CI check, since no other jobs can proceed. But currently this is not the case, instead jobs with a failed analysis just linger as pending.

I believe this was one contributing factor to ocaml/opam-repository#26956

A current example is https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/09b8faba8678c783d4d7c8b89744d1a4f2693448/variant/(analysis) failing with

2024-11-28 20:11.16: New job: Analyse
2024-11-28 20:11.16: Waiting for resource in pool analyse
2024-11-28 20:11.34: Got resource from pool analyse
2024-11-28 20:11.34: Checking out commit 09b8faba. To reproduce:
                       git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26992/head" && git reset --hard 09b8faba
2024-11-28 20:11.34: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/opam-repository.git-a0bc4b41ddb868605dc1500002c27cfa79faf4389fe53b6754817ea16b48d458/.git" 
                           "/tmp/git-checkout17b8f72b"
2024-11-28 20:11.37: Exec: "git" "-C" "/tmp/git-checkout17b8f72b" "submodule" 
                           "deinit" "--force" "--all"
2024-11-28 20:11.38: Exec: "git" "-C" "/tmp/git-checkout17b8f72b" "reset" 
                           "--hard" "-q" "09b8faba8678c783d4d7c8b89744d1a4f2693448"
2024-11-28 20:11.47: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout17b8f72b" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2024-11-28 20:11.47: Exec: "git" "merge" "-q" "--" "6dde9142a8737db80ad71a442b685538e76b185f"
2024-11-28 20:11.50: Exec: "git" "diff" "--name-only" "6dde9142a8737db80ad71a442b685538e76b185f"
2024-11-28 20:12.15: Job failed: Unexpected path "governance/README.md" in output (expecting 'packages/name/pkg/...')

But for which the CI tile appears as

2024-11-28-151600_1286x111_scrot

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

No branches or pull requests

1 participant