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

fix(workflows): update patch jobs conditions and naming #9117

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

gustavovalverde
Copy link
Member

Motivation

Some PRs get stuck as we had to update our required workflows configuration after refactoring mergify. GitHub rulesets now recommends using the whole workflow name path, for example: Unit tests / Test CI default Docker config file / Test default-conf in Docker based on the names of the jobs chain generated by the reusable workflows.

Fixes #9108

Specifications & References

Solution

  • Modified job conditions in multiple workflow files to ensure they only run for pull requests from external repositories.
  • Updated job names for clarity and consistency across cd-deploy-nodes-gcp, ci-tests, and docs-deploy-firebase workflows, and to sync them with our rulesets
  • Enhanced comments to emphasize the importance of synchronizing job names across related workflow files.

PR Author's Checklist

  • The PR name will make sense to users.
  • The PR provides a CHANGELOG summary.
  • The solution is tested.
  • The documentation is up to date.
  • The PR has a priority label.

PR Reviewer's Checklist

  • The PR Author's checklist is complete.
  • The PR resolves the issue.

@gustavovalverde gustavovalverde added C-bug Category: This is a bug A-devops Area: Pipelines, CI/CD and Dockerfiles I-hang A Zebra component stops responding to requests P-High 🔥 labels Jan 14, 2025
@gustavovalverde gustavovalverde self-assigned this Jan 14, 2025
@gustavovalverde gustavovalverde requested a review from a team as a code owner January 14, 2025 10:59
@gustavovalverde gustavovalverde requested review from oxarbitrage and removed request for a team January 14, 2025 10:59
@github-actions github-actions bot added the C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG label Jan 14, 2025
- Modified job conditions in multiple workflow files to ensure they only run for pull requests from external repositories.
- Updated job names for clarity and consistency across `cd-deploy-nodes-gcp`, `ci-tests`, and `docs-deploy-firebase` workflows, and to sync them with our rulesets
- Enhanced comments to emphasize the importance of synchronizing job names across related workflow files.

Fixes #9108
@mergify mergify bot merged commit dad7543 into main Jan 14, 2025
99 checks passed
@mergify mergify bot deleted the fix-patch-workflows branch January 14, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG I-hang A Zebra component stops responding to requests P-High 🔥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

devops: Some PRs can't be merged as the required tests are not being triggered
2 participants