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

Add kubevirt market to test_vm #1257

Merged
merged 1 commit into from
Jul 23, 2023
Merged

Add kubevirt market to test_vm #1257

merged 1 commit into from
Jul 23, 2023

Conversation

myakove
Copy link
Collaborator

@myakove myakove commented Jul 23, 2023

No description provided.

@redhat-qe-bot
Copy link
Contributor

Report bugs in Issues

The following are automatically added:

  • Add reviewers from OWNER file (in the root of the repository) under reviewers section.
  • Set PR size label.
  • New issue is created for the PR. (Closed when PR is merged/closed)
  • Run pre-commit if .pre-commit-config.yaml exists in the repo.

Available user actions:

  • To mark PR as verified comment /verified to the PR, to un-verify comment /verified cancel to the PR.
    verified label removed on each new commit push.
  • To cherry pick a merged PR comment /cherry-pick <target branch to cherry-pick to> in the PR.
    • Support only merged PRs
  • To re-run tox comment /retest tox in the PR.
  • To re-run build-container command /retest build-container in the PR.
  • To re-run python-module-install command /retest python-module-install in the PR.
  • To build and push container image command /build-and-push-container in the PR (tag will be the PR number).
  • To add a label by comment use /<label name>, to remove, use /<label name> cancel
Supported labels
  • hold
  • verified
  • wip
  • lgtm
  • approve
  • target-branch-

@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/verified

@sonarcloud
Copy link

sonarcloud bot commented Jul 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@myakove myakove merged commit 58bbac5 into main Jul 23, 2023
7 checks passed
@myakove myakove deleted the tests-add-marker branch July 23, 2023 09:34
@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for 58bbac5 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b tests-add-marker-v4.14
git cherry-pick 58bbac572f2f0b613db12625679d0a937b3a7157
git push origin tests-add-marker-v4.14

myakove added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: RedHatQE <None>
rnetser added a commit that referenced this pull request Jul 23, 2023
* Release 4.14.0

* ICSP: set repository_digest_mirrors to None (#1231) (#1233)

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>

* Release 4.14.1

* wait_for_condition: use sampler, not watcher (#1250)

* Release 4.14.2

* Sync from main (#1253)

* add v4.14 to renovate.json

* Exapnd MachineConfigPool for creation (#1204)

* Exapnd MachineConfigPool for creation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* ICSP: set repository_digest_mirrors to None (#1231)

* Add close-stale-issues workflow

* [pre-commit.ci] pre-commit autoupdate (#1239)

updates:
- [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* rmemove pre-commit-hooks

* remove ruff from pre-commit

* Update OWNERS (#1241)

* adding omrirh to owners

* Update OWNERS

Co-authored-by: oharan2 <oharan@redhat.com>

---------

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: oharan2 <oharan@redhat.com>

* StorageClass - add support for resource creation (#1246)

* Update StorageClass class

* fix per review

* fix per review

* wait_for_condition: use sampler, not watcher (#1248)

* wait_for_condition: use sampler, not watcher

* wait_for_condition: use sampler, not watcher

* [pre-commit.ci] pre-commit autoupdate (#1245)

updates:
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* disable stale.yml

* Update close-stale-issues.yml

* [pre-commit.ci] pre-commit autoupdate (#1252)

updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
Co-authored-by: oharan2 <oharan@redhat.com>
Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>

* Release 4.14.3

* Add kubevirt market to test_vm (#1257)

Co-authored-by: RedHatQE <None>

---------

Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
Co-authored-by: oharan2 <oharan@redhat.com>
Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
myakove added a commit that referenced this pull request Jul 23, 2023
* Release 4.14.0

* ICSP: set repository_digest_mirrors to None (#1231) (#1233)

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>

* Release 4.14.1

* wait_for_condition: use sampler, not watcher (#1250)

* Release 4.14.2

* Sync from main (#1253)

* add v4.14 to renovate.json

* Exapnd MachineConfigPool for creation (#1204)

* Exapnd MachineConfigPool for creation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* ICSP: set repository_digest_mirrors to None (#1231)

* Add close-stale-issues workflow

* [pre-commit.ci] pre-commit autoupdate (#1239)

updates:
- [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* rmemove pre-commit-hooks

* remove ruff from pre-commit

* Update OWNERS (#1241)

* adding omrirh to owners

* Update OWNERS

Co-authored-by: oharan2 <oharan@redhat.com>

---------

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: oharan2 <oharan@redhat.com>

* StorageClass - add support for resource creation (#1246)

* Update StorageClass class

* fix per review

* fix per review

* wait_for_condition: use sampler, not watcher (#1248)

* wait_for_condition: use sampler, not watcher

* wait_for_condition: use sampler, not watcher

* [pre-commit.ci] pre-commit autoupdate (#1245)

updates:
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* disable stale.yml

* Update close-stale-issues.yml

* [pre-commit.ci] pre-commit autoupdate (#1252)

updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
Co-authored-by: oharan2 <oharan@redhat.com>
Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>

* Release 4.14.3

* Add kubevirt market to test_vm (#1257)

Co-authored-by: RedHatQE <None>

---------

Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
Co-authored-by: oharan2 <oharan@redhat.com>
Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

1 similar comment
@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for 58bbac5 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b tests-add-marker-v4.14
git cherry-pick 58bbac572f2f0b613db12625679d0a937b3a7157
git push origin tests-add-marker-v4.14

redhat-qe-bot pushed a commit that referenced this pull request Jul 23, 2023
Co-authored-by: RedHatQE <None>
@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for 58bbac5 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b tests-add-marker-v4.14
git cherry-pick 58bbac572f2f0b613db12625679d0a937b3a7157
git push origin tests-add-marker-v4.14

@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for 58bbac5 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b tests-add-marker-v4.14
git cherry-pick 58bbac572f2f0b613db12625679d0a937b3a7157
git push origin tests-add-marker-v4.14

@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for 58bbac5 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b tests-add-marker-v4.14
git cherry-pick 58bbac572f2f0b613db12625679d0a937b3a7157
git push origin tests-add-marker-v4.14

redhat-qe-bot pushed a commit that referenced this pull request Jul 23, 2023
Co-authored-by: RedHatQE <None>
redhat-qe-bot pushed a commit that referenced this pull request Jul 23, 2023
Co-authored-by: RedHatQE <None>
@myakove
Copy link
Collaborator Author

myakove commented Jul 23, 2023

/cherry-pick v4.14

redhat-qe-bot pushed a commit that referenced this pull request Jul 23, 2023
Co-authored-by: RedHatQE <None>
@redhat-qe-bot
Copy link
Contributor

Cherry-picked PR Add kubevirt market to test_vm into v4.14

myakove added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 23, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
rnetser pushed a commit that referenced this pull request Jul 23, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 24, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 24, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 24, 2023
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 24, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 24, 2023
Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 24, 2023
#1281)

Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 27, 2023
Co-authored-by: RedHatQE <None>
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.

3 participants