Skip to content

fix(ci): install kwctl version from Github Action.#1662

Merged
kravciak merged 1 commit intomainfrom
remove-kwctl-version
Apr 15, 2026
Merged

fix(ci): install kwctl version from Github Action.#1662
kravciak merged 1 commit intomainfrom
remove-kwctl-version

Conversation

@jvanz
Copy link
Copy Markdown
Member

@jvanz jvanz commented Apr 14, 2026

Description

Updates the e2e-tests.yml to install the default version from the kwctl-installer Github action. We cannot use "latest" as version now because it's necessary to verify the signature of binary using cosign and that require the actual version that trigger the release CI job.

Related to kubewarden/github-actions#290

Updates the e2e-tests.yml to install the default version from the
kwctl-installer Github action. We cannot use "latest" as version now
because it's necessary to verify the signature of binary using cosign
and that require the actual version that trigged the release CI job.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
@jvanz jvanz requested a review from a team as a code owner April 14, 2026 17:10
Copilot AI review requested due to automatic review settings April 14, 2026 17:10
@jvanz jvanz self-assigned this Apr 14, 2026
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

Updates the end-to-end GitHub Actions workflow to rely on the kwctl-installer action’s default kwctl version (instead of explicitly requesting latest), aligning with the requirement to use a concrete version for signature verification.

Changes:

  • Removed the kwctl-version: latest input from the kwctl-installer step so the action chooses its default version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.44%. Comparing base (bef66a6) to head (3d3d12b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1662      +/-   ##
==========================================
+ Coverage   80.43%   80.44%   +0.01%     
==========================================
  Files         127      127              
  Lines       16411    16411              
==========================================
+ Hits        13200    13202       +2     
+ Misses       3211     3209       -2     
Flag Coverage Δ
rust-tests 80.44% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kravciak
Copy link
Copy Markdown
Contributor

We need -rc versions in tests, I will need to find different way if we remove this.
If you want to merge please create tracking card (assign me) to switch back to RCs later.

Copy link
Copy Markdown
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

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

I'm Ok merging this for it to work for now, but my vote definitely goes for scheduling the work on kwctl-installer action to support latest (see the other PR).

@kravciak kravciak merged commit 49b8894 into main Apr 15, 2026
58 of 59 checks passed
@github-project-automation github-project-automation Bot moved this from Pending review to Done in Kubewarden Admission Controller Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

4 participants