Skip to content

fix: remove no-apt profile from CI#3277

Merged
xstefank merged 1 commit intooperator-framework:mainfrom
xstefank:remove-no-apt
Apr 8, 2026
Merged

fix: remove no-apt profile from CI#3277
xstefank merged 1 commit intooperator-framework:mainfrom
xstefank:remove-no-apt

Conversation

@xstefank
Copy link
Copy Markdown
Collaborator

@xstefank xstefank commented Apr 8, 2026

Signed-off-by: xstefank <xstefank122@gmail.com>
Copilot AI review requested due to automatic review settings April 8, 2026 11:25
@openshift-ci openshift-ci bot requested review from csviri and metacosm April 8, 2026 11:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 fixes a CI configuration issue by removing references to a non-existent Maven profile (no-apt) from two CI workflow files. The profile was being used in Maven commands but has no corresponding definition in the project's pom.xml file.

Changes:

  • Removed -Pno-apt flag from unit tests step in pr.yml
  • Removed -Pno-apt flag from pre-build dependency installation step in integration-tests.yml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/pr.yml Removes unused no-apt profile from unit test Maven command
.github/workflows/integration-tests.yml Removes unused no-apt profile from dependency installation Maven command

Copy link
Copy Markdown
Collaborator

@csviri csviri left a comment

Choose a reason for hiding this comment

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

LGTM!

thank you!

@xstefank xstefank merged commit 9342240 into operator-framework:main Apr 8, 2026
30 checks passed
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.

3 participants