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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI e2e "branch" checks are cancelled intermittently after merging a PR #2660

Closed
nitrocode opened this issue Nov 10, 2022 · 0 comments 路 Fixed by #4576
Closed

CircleCI e2e "branch" checks are cancelled intermittently after merging a PR #2660

nitrocode opened this issue Nov 10, 2022 · 0 comments 路 Fixed by #4576
Labels
bug Something isn't working build Relating to how we build Atlantis

Comments

@nitrocode
Copy link
Member

nitrocode commented Nov 10, 2022

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

  • website_link_check - Cancelled
  • test - Cancelled
  • e2e - Cancelled

See failure https://github.com/runatlantis/atlantis/runs/9402182715 after merging #2522. I reran the failed checks to get them to pass.

See other merges https://github.com/runatlantis/atlantis/commits/main?after=ee7a5cadfb276f2b49926f9f814bd66787f6b4b1+174&branch=main&qualified_name=refs%2Fheads%2Fmain from when #2522 was merged. No other merges from that day...

Also, see releases, there was a release after and before.

It's possible that we will have more control over this once we move off of circleci and on to gha.

Reproduction Steps

Merge in a new pr

Logs

None

Environment details

None

Additional Context

It's possible it's due to concurrency checks in the branch circleci action

branch:
jobs:
- test:
filters:
branches:
ignore: /docs\/./
- e2e:
context:
- atlantis-e2e-tests
requires: [test]
filters:
branches:
# Ignore fork PRs since they don't have access to
# the atlantis-e2e-tests context (and also doc PRs).
ignore: /(pull\/\d+)|(docs\/.*)/
- website_link_check

@nitrocode nitrocode added the bug Something isn't working label Nov 10, 2022
@nitrocode nitrocode added the build Relating to how we build Atlantis label Nov 20, 2022
@nitrocode nitrocode changed the title After merging a PR, the branch checks are cancelled After merging a PR, the branch checks are cancelled due to concurrency group issues Jan 14, 2023
@nitrocode nitrocode changed the title After merging a PR, the branch checks are cancelled due to concurrency group issues Circleci e2e "branch" checks are cancelled intermittently after merging a PR Jan 14, 2023
@nitrocode nitrocode changed the title Circleci e2e "branch" checks are cancelled intermittently after merging a PR CircleCI e2e "branch" checks are cancelled intermittently after merging a PR Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Relating to how we build Atlantis
Projects
None yet
1 participant