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(ci): remove json-schema-check filter #6524

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

HansRobo
Copy link
Member

@HansRobo HansRobo commented Mar 1, 2024

Description

The json-schema-check workflow is required for merging pull-request now.
But json-schema-check fires only when you edited parameter files or schema files.
So, json-schema-check blocks merging pull-requests without parameter files or schema files changes.
This is a naive solution, and there may be a more elegant method, but I will suggest it for now.

Related: #6473

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Mar 1, 2024
@HansRobo HansRobo added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 1, 2024
@HansRobo HansRobo marked this pull request as ready for review March 1, 2024 02:08
@HansRobo HansRobo requested a review from xmfcx March 1, 2024 02:08
@xmfcx xmfcx enabled auto-merge (squash) March 1, 2024 02:49
@xmfcx xmfcx merged commit c09c176 into main Mar 1, 2024
25 checks passed
@xmfcx xmfcx deleted the remove-json-schema-check-filter branch March 1, 2024 03:12
@xmfcx
Copy link
Contributor

xmfcx commented Mar 1, 2024

Thank you @HansRobo for the quick fix, sorry for overlooking this possibility.

It is such a low cost check, I think it's alright if it runs for every PR for now.

In future we can add some sort of check to make it pass successfully automatically if certain files are unchanged. (low priority)

HansRobo added a commit that referenced this pull request Mar 12, 2024
kaigohirao pushed a commit to kaigohirao/autoware.universe that referenced this pull request Mar 22, 2024
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants