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

dnm: Start ovn-kubernetes kind #3403

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qinqon
Copy link
Contributor

@qinqon qinqon commented May 7, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.

Release note:


@kubevirt-bot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kubevirt-bot kubevirt-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels May 7, 2024
@kubevirt-bot kubevirt-bot requested a review from acardace May 7, 2024 09:37
@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

⚠️ @qinqon you need to be an approver for all the files to run rehearsal.

@iholder101 can help run the rehearsal.

If that doesn't work, ping someone from this list: dhiller * phoracek * rmohr * tiraboschi * aglitke * brianmcarey * davidvossel * enp0s3 * vladikr * xpivarc

@brianmcarey
Copy link
Member

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch from e7c5719 to 0fc9a01 Compare May 7, 2024 10:25
@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign phoracek for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

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

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch 4 times, most recently from d5eb69c to d67c246 Compare May 7, 2024 12:08
@dhiller dhiller added the ok-to-rehearse Label to enable rehearsals of pull requests for which the author is not allowed label May 7, 2024
@dhiller
Copy link
Contributor

dhiller commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch from d67c246 to 5fd4ee5 Compare May 7, 2024 12:44
@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearsal

@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch from 5fd4ee5 to 7dea2b1 Compare May 7, 2024 13:15
@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch from 7dea2b1 to 10881fb Compare May 7, 2024 13:28
@qinqon
Copy link
Contributor Author

qinqon commented May 7, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

sysctl fs.inotify.max_user_watches=1048576
sysctl fs.inotify.max_user_instances=512
Copy link
Contributor

Choose a reason for hiding this comment

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

this was it, right @qinqon ? afaiu podman requires something like this (I run something similar locally ...)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

also mtu and kind node image

echo "POD: $pod"
kubectl logs -n ovn-kubernetes $pod --all-containers
done
image: quay.io/kubevirtci/bootstrap-legacy:v20220810-a8f2e6c
Copy link
Contributor

Choose a reason for hiding this comment

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

is this the img we need to pin @qinqon ?

Copy link
Contributor Author

@qinqon qinqon May 20, 2024

Choose a reason for hiding this comment

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

This is exactly the same node image as the SRIOV lane, problem is that we will not be able to bump kind and maybe k8s in the furure, but this applys to SRIOV too I think.

The underlaying problem is the CRIO version at those images and cgroups, if we want to bump we may need to updated stuff at the kubevirt prow ocp installation.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would then add this explanation to the commit message.

Thanks, it makes sense to me.

@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon qinqon force-pushed the kubevirt-ovn-k-kind-lane branch 2 times, most recently from c48ce9c to ca252de Compare May 22, 2024 07:18
@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

Signed-off-by: Enrique Llorente <ellorent@redhat.com>
@qinqon
Copy link
Contributor Author

qinqon commented May 22, 2024

/rehearse

@kubevirt-bot
Copy link
Contributor

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-e2e-kind-ovn-k

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all
on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

@kubevirt-bot
Copy link
Contributor

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.

/lifecycle stale

@kubevirt-bot kubevirt-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 20, 2024
@kubevirt-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

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

/lifecycle rotten

@kubevirt-bot kubevirt-bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-signoff: yes Indicates the PR's author has DCO signed all their commits. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. ok-to-rehearse Label to enable rehearsals of pull requests for which the author is not allowed size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants