Skip to content

ci: don't fail downstream CI on every OpenAPI change#2457

Open
rsynek wants to merge 1 commit into
mainfrom
ci/downstream-openapi-changes
Open

ci: don't fail downstream CI on every OpenAPI change#2457
rsynek wants to merge 1 commit into
mainfrom
ci/downstream-openapi-changes

Conversation

@rsynek

@rsynek rsynek commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Allow OpenAPI diff to pass even if changes are detected.

Allow OpenAPI diff to pass even if changes are detected.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the downstream CI workflow to prevent the OpenAPI diff check from failing downstream builds when the OpenAPI spec changes, while still allowing the build to run mvn ... verify as before.

Changes:

  • Pass -Dopenapi-diff.fail-on-changed=false to Maven in the downstream build job so OpenAPI changes don’t fail the build.
  • Keep the existing verify phase execution unchanged aside from the diff behavior toggle.

@sonarqubecloud

sonarqubecloud Bot commented Jul 2, 2026

Copy link
Copy Markdown

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

Successfully merging this pull request may close these issues.

2 participants