Skip to content

wip: feat(e2e): replace Ginkgo e2e tests with Kyverno Chainsaw framework#228

Open
c2ndev wants to merge 1 commit into
falcosecurity:mainfrom
c2ndev:feat/e2e-chainsaw-tests
Open

wip: feat(e2e): replace Ginkgo e2e tests with Kyverno Chainsaw framework#228
c2ndev wants to merge 1 commit into
falcosecurity:mainfrom
c2ndev:feat/e2e-chainsaw-tests

Conversation

@c2ndev

@c2ndev c2ndev commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind bug

/kind cleanup

/kind design

/kind documentation

/kind failing-test

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area falco-operator

/area artifact-operator

/area pkg

/area api

/area docs

What this PR does / why we need it:

Replaces the existing Ginkgo-based e2e tests with Kyverno Chainsaw, a declarative Kubernetes e2e testing framework.

The new test suite covers:

  • falco-operator: Falco deployment in both DaemonSet and Deployment modes
  • artifact-operator: Rulesfile, Config, and Plugin CRDs with both inline and OCI sources
  • Update scenarios: Verifies that CRD updates are correctly reconciled

Also includes:

  • Updated CI workflow for automated e2e testing
  • New Makefile targets for local development (make test-e2e)
  • Reduced default probe delays for faster test execution

Which issue(s) this PR fixes:

Fixes #232

Special notes for your reviewer:

@poiana poiana added dco-signoff: yes kind/feature New feature or request labels Feb 5, 2026
@poiana poiana requested review from FedeDP and alacuku February 5, 2026 13:40
@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch from 9727a74 to f89004c Compare February 5, 2026 13:52
@c2ndev c2ndev changed the title feat(e2e): replace Ginkgo e2e tests with Kyverno Chainsaw framework wip: feat(e2e): replace Ginkgo e2e tests with Kyverno Chainsaw framework Feb 6, 2026
@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch 6 times, most recently from de524fc to 1cd37b2 Compare February 16, 2026 08:21
@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch 4 times, most recently from e7da418 to 8fe3169 Compare March 6, 2026 11:47
@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch from 8fe3169 to 0f3b7bb Compare March 20, 2026 09:07
@poiana

poiana commented Mar 20, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: c2ndev

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

@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch 2 times, most recently from 2286b5b to 2411c3c Compare March 20, 2026 13:47
…ll artifact lifecycle coverage

Signed-off-by: c2ndev <cannarella.dev@gmail.com>
@c2ndev c2ndev force-pushed the feat/e2e-chainsaw-tests branch from 2411c3c to a19c56d Compare March 20, 2026 14:31
@poiana

poiana commented Jun 18, 2026

Copy link
Copy Markdown

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Ginkgo e2e tests with Kyverno Chainsaw framework

2 participants