Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Run e2e tests on CI job for Rust policies #134

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

viccuad
Copy link
Member

@viccuad viccuad commented Aug 27, 2024

Description

Relates to kubewarden/kubewarden-controller#855 (comment).

Test

See CI for viccuad/verify-image-signatures#1.
Example: https://github.com/viccuad/verify-image-signatures/actions/runs/10575780671/job/29300167919#step:5:56
(e2e tests run which is the important part, expected failure).

Additional Information

To be tagged as 3.3.3.

Tradeoff

The build of the policy prior to e2e tests takes 40s on a complex policy (such as verify-image-signatures). This happens in parallel with other CI jobs (unit tests, lints..).

Potential improvement

@viccuad viccuad self-assigned this Aug 27, 2024
@viccuad viccuad requested a review from a team as a code owner August 27, 2024 09:39
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
`sed --in-place 's/3\.3\.2/3\.3\.3/' $(find . -maxdepth 3 -name "*.yml")`

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
@viccuad viccuad merged commit cc9e5ce into kubewarden:main Aug 28, 2024
11 checks passed
@viccuad
Copy link
Member Author

viccuad commented Aug 28, 2024

tagged as v3.3.3

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

Successfully merging this pull request may close these issues.

2 participants