-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Showcase conformance images options in the manifest #74808
Showcase conformance images options in the manifest #74808
Conversation
/test pull-kubernetes-conformance-image-test |
/release-note-none |
/priority important-soon |
/assign @brahmaroutu @timothysc |
/area conformance |
7e24960
to
ee05682
Compare
- name: E2E_PROVIDER | ||
value: "local" | ||
- name: E2E_PARALLEL | ||
value: "y" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current Dockerfile used a 1
for this arg. Setting to a y
would mean we'd pass --nodes=25
. Is that desired for the default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevesloka yes, i'd like to try this as the default (at least for the CI jobs). sonobuoy can still use the existing defaults.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we can do that seeing as there are [Serial]
tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also at least on kind, tentative CI results suggest that running the non-serial tests in parallel is indeed flakier (and we've been running both for some time now)
https://testgrid.k8s.io/conformance-kind#kind,%20master%20(dev)%20%5Bnon-serial%5D
value: "Pods should be submitted and removed" | ||
value: "[Conformance]" | ||
- name: E2E_SKIP | ||
value: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we deliberately dont skip any tests when running conformance tests in CI?
Sonobuoy currently defaults to skip = 'Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]'
but I've not really known where that comes from historically. Off the top of my head I"m not sure how many (if any) fall into that category. I think some feature tests do though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we talked about this in kubernetes/test-infra#9104 but i mis-remembered the outcome. will switch up to use the skip list from there:
https://github.com/heptio/sonobuoy/blob/master/pkg/client/mode.go#L42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Dockerfile has a few more options, let's surface that in the manifest. Also use the same defaults in the manifest as the Dockerfile itself. Change-Id: Ib7419cf7999430db15f39ac414c80ee362fcda76
ee05682
to
da566ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, timothysc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/hold |
I tried dry running e2e.test with a focus on Conformance, with the skip list, and without. The number of tests didn't change. We can inspect runs once this merges to see if there are any that I missed. Thanks @dims for letting me patch this in. |
/lgtm |
/lgtm |
The Dockerfile has a few more options, let's surface that in the
manifest. Also use the same defaults in the manifest as the Dockerfile
itself.
Change-Id: Ib7419cf7999430db15f39ac414c80ee362fcda76
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The Dockerfile has a few more options, let's surface that in the
manifest. Also use the same defaults in the manifest as the Dockerfile
itself.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: