Skip to content

Comments

NO-JIRA: UPSTREAM: <carry>: Add manifests verify target#145

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
RadekManak:capi-verify-target
Jan 16, 2026
Merged

NO-JIRA: UPSTREAM: <carry>: Add manifests verify target#145
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
RadekManak:capi-verify-target

Conversation

@RadekManak
Copy link
Contributor

Summary

Add a verify target to ensure OCP manifests are generated correctly and no uncommitted changes exist after regeneration.

Changes

  • Add openshift/provider-version.mk to define the provider version used for manifest generation
  • Add openshift/verify-diff.sh script to verify no untracked files or uncommitted changes exist
  • Add verify and verify-% Makefile targets to enable verification workflows
  • Remove check-env dependency from ocp-manifests target (version now sourced from provider-version.mk)

Purpose

This enables CI to verify that generated OCP manifests are up-to-date by running make verify-ocp-manifests, which will:

  1. Regenerate manifests via make ocp-manifests
  2. Check for any uncommitted changes or untracked files
  3. Fail if manifests are out of sync with the code

This prevents manifests from becoming stale when the provider version or manifest generation logic changes.

Testing

The verify job will be automatically triggered by CI once the corresponding PR in openshift/release (openshift/release#71392) is merged.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 15, 2026
@openshift-ci-robot
Copy link

@RadekManak: This pull request explicitly references no jira issue.

Details

In response to this:

Summary

Add a verify target to ensure OCP manifests are generated correctly and no uncommitted changes exist after regeneration.

Changes

  • Add openshift/provider-version.mk to define the provider version used for manifest generation
  • Add openshift/verify-diff.sh script to verify no untracked files or uncommitted changes exist
  • Add verify and verify-% Makefile targets to enable verification workflows
  • Remove check-env dependency from ocp-manifests target (version now sourced from provider-version.mk)

Purpose

This enables CI to verify that generated OCP manifests are up-to-date by running make verify-ocp-manifests, which will:

  1. Regenerate manifests via make ocp-manifests
  2. Check for any uncommitted changes or untracked files
  3. Fail if manifests are out of sync with the code

This prevents manifests from becoming stale when the provider version or manifest generation logic changes.

Testing

The verify job will be automatically triggered by CI once the corresponding PR in openshift/release (openshift/release#71392) is merged.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from mkumatag and nrb January 15, 2026 11:17
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 15, 2026

@RadekManak: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Member

@damdo damdo left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

Copy link

@mdbooth mdbooth left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 15, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 15, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: damdo, mdbooth

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 15, 2026
@damdo
Copy link
Member

damdo commented Jan 16, 2026

/verified by @damdo

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jan 16, 2026
@openshift-ci-robot
Copy link

@damdo: This PR has been marked as verified by @damdo.

Details

In response to this:

/verified by @damdo

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot bot merged commit 156e8e9 into openshift:main Jan 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants