forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP - iotune #1
Open
zulh-civo
wants to merge
44
commits into
master
Choose a base branch
from
iotune
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP - iotune #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Alex <[email protected]>
… logger Signed-off-by: David Vossel <[email protected]>
Signed-off-by: David Vossel <[email protected]>
Signed-off-by: Federico Gimenez <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
More accurate filtering based on a SIG label which is unique. Will be used in the CI lanes jobs. Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Andrey Odarenko <[email protected]>
These files assigned to sig-compute: - tests/template_test.go - tests/container_disk_test.go Signed-off-by: Andrej Krejcir <[email protected]>
Updates all the storage labels in test to the one correct version "[sig-storage]". All tests in tests/storage directory are already marked as sig-storage by the top level SigDescribe, no need to mark individual tests. Signed-off-by: Bartosz Rybacki <[email protected]>
Signed-off-by: Andrey Odarenko <[email protected]>
This reverts commit 3e9ba98. Reverts kubevirt#5428 Because it introduces flakes Signed-off-by: Or Shoval <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
Signed-off-by: Andrey Odarenko <[email protected]>
Currently rename feature is broken if kubemacpol is deployed [1]. skipping the test to avoid blocking ci. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1954014 Signed-off-by: Ram Lavi <[email protected]>
Signed-off-by: Andrey Odarenko <[email protected]>
Reconcile configmap
Assign template and container disk tests to sig-compute
Revert "virt-launcher, Fix flaky VMI report"
reconcile service resource
Signed-off-by: Federico Gimenez <[email protected]>
There is a global variale to at virt-launcher/virtwrap/network to mock the podNIC interface to test the SetupPodPhase1 and SetupPodPhase2 functions, the reality is that only the generation of the nics is tested and the rest is just passing the domain or the pid from one function to the other. This change move podNICImpl to podNIC and move all the code to the to `getNICs` it also creates a new struct `VMNetworkConfigurator` with the setup functions. The only mocked part is the NetworkHandler and it's passed from top VMNetworkConfigurator to the individual podNIC instances so there is no need for a factory instance at a global var. Signed-off-by: Quique Llorente <[email protected]>
Signed-off-by: Vladik Romanovsky <[email protected]>
fix log pkg With() function for custom arguments
Quarantine operator test
…prow/go/src/github.com/kubevirt/project-infra/../kubevirt/WORKSPACE -dry-run=false Signed-off-by: kubevirt-bot <[email protected]>
…lted required field Signed-off-by: Ashley Schuett <[email protected]>
Run bazelisk run //plugins/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../kubevirt/WORKSPACE -dry-run=false
Move sig-storage tests to own directory Signed-off-by: Bartosz Rybacki <[email protected]>
Add VMI start strategy
Quarantine flaky tests
…-fix add cached session affinity before comparing service resource
[tests] Adding SIG label for the operator e2e tests
Signed-off-by: Ashley Schuett <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
Signed-off-by: Ashley Schuett <[email protected]>
live migration monitor: account time in NanoSeconds
ci, Skip rename test test_id:4659
Reconcile Prometheus resources PrometheusRules and ServiceMonitor
…ctory refactor, network: Remove pidnicfactory
…rkers Cleanup versions of sig-storage label
chore(ADOPTERS.md): addition of Civo
Signed-off-by: Zulhilmi Zainudin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Final PR will be sent to kubevirt/kubevirt. I'm just using this PR for development/see diffs.