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

ci: adding in fix for success jobs getting skipped. #17132

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

jmurret
Copy link
Member

@jmurret jmurret commented Apr 25, 2023

Description

The current success jobs are sometimes being skipped when there are failures in dependent jobs. In these cases, the branch protection rules that use the required checks are treating this as a non-failure and allowing PRs to be merged even though there are failures. an example is here: https://github.com/hashicorp/consul/actions/runs/4797440861

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@jmurret jmurret added pr/no-changelog PR does not need a corresponding .changelog entry backport/1.13 backport/1.15 This release series is no longer active on CE. Use backport/ent/1.15. labels Apr 25, 2023
@jmurret jmurret requested a review from loshz April 25, 2023 19:19
@github-actions github-actions bot added theme/contributing Additions and enhancements to community contributing materials type/ci Relating to continuous integration (CI) tooling for testing or releases labels Apr 25, 2023
@jmurret jmurret enabled auto-merge (squash) April 25, 2023 19:37
@jmurret jmurret changed the base branch from main to spatel/fix-register-types April 25, 2023 19:39
@jmurret jmurret merged commit e5ef916 into spatel/fix-register-types Apr 25, 2023
@jmurret jmurret deleted the jm/NET-3822 branch April 25, 2023 19:40
analogue added a commit that referenced this pull request Apr 25, 2023
…st day or so (#17130)

* Fix straggler from renaming Register->RegisterTypes

* somehow a lint failure got through previously

* Fix lint-consul-retry errors

* adding in fix for success jobs getting skipped. (#17132)

* Temporarily disable inmem backend conformance test to get green pipeline

* Another test needs disabling

---------

Co-authored-by: John Murret <john.murret@hashicorp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.15 This release series is no longer active on CE. Use backport/ent/1.15. pr/no-changelog PR does not need a corresponding .changelog entry theme/contributing Additions and enhancements to community contributing materials type/ci Relating to continuous integration (CI) tooling for testing or releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants