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

tests: run conformance on CI #289

Merged
merged 9 commits into from
May 28, 2024
Merged

tests: run conformance on CI #289

merged 9 commits into from
May 28, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented May 23, 2024

What this PR does / why we need it:

This re-enables conformance on CI.

In order to make the resource requirements smaller a custom GatewayConfiguration is used which lowers those. Additionally, the most recent KIC version is used, which among others includes Kong/kubernetes-ingress-controller#6079.

HTTPRouteWeight was disabled because it failed several times on CI and locally. #295 tracks the re-introduction of it.

Which issue this PR fixes

Fixes #134

Special notes for your reviewer:

I thought that this would require KIC version with Kong/kubernetes-ingress-controller#6097 but apparently that's not needed. Tried to pinpoint the culprit but failed. Now the tests are passing with KIC's nightly from 2024-05-28.

@pmalek pmalek self-assigned this May 23, 2024
@pmalek pmalek force-pushed the run-conformance-on-ci branch 8 times, most recently from c830ab0 to 121cd5e Compare May 27, 2024 20:09
@programmer04
Copy link
Member

Probably closes #134

@pmalek pmalek force-pushed the run-conformance-on-ci branch 2 times, most recently from dc4cf44 to 62d4b04 Compare May 28, 2024 16:50
@pmalek pmalek marked this pull request as ready for review May 28, 2024 17:28
@pmalek pmalek requested a review from a team as a code owner May 28, 2024 17:28
@pmalek pmalek added this to the KGO v1.3.x milestone May 28, 2024
@pmalek pmalek enabled auto-merge (squash) May 28, 2024 17:41
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
@pmalek pmalek merged commit 5dabe42 into main May 28, 2024
15 checks passed
@pmalek pmalek deleted the run-conformance-on-ci branch May 28, 2024 20:11
pmalek added a commit that referenced this pull request May 28, 2024
* tests: run conformance on CI

* chore: deduplicate metadata packages

* chore: remove duplicate Namespace alias

* tests(conformance): skip HTTPRouteWeight due to it being flaky

* tests(conformance): use KIC's nightly

* chore: add TODOs
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.

Conformance tests flakiness for computational requirements reason
2 participants