This repository was archived by the owner on Jun 28, 2024. It is now read-only.
ci: install parted in debian#1099
Merged
Merged
Conversation
partprobe command is required to build the image fixes kata-containers#1098 Signed-off-by: Julio Montes <julio.montes@intel.com>
Author
|
/test |
|
lgtm Restarted Fedora CI (http 503 error), along with the Fedora vsock CI which fell over for reasons unknown: |
Contributor
|
OK, there is weird ... pullapprove is denying your SoB on your single commit - says you need 'no SoB on 0 commits'... it is borked. |
|
I managed to fix the pullapprove issue by logging into PA and "syncing PR". |
chavafg
approved these changes
Feb 5, 2019
Contributor
|
CI passed and 3 acks here, so merging this change. |
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Jul 22, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Jul 22, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Jul 22, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Jul 28, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 13, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 13, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 14, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 25, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 25, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 25, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Depends-on: github.com/kata-containers/runtime#2899 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
likebreath
added a commit
to likebreath/kata-tests
that referenced
this pull request
Aug 25, 2020
Again this is a dummy PR to the test repo, and is used to validate the changes to another PR from the packaging PR related to cloud-hypervisor. The following linked issue is just a place holder. Depends-on: github.com/kata-containers/packaging#1099 Depends-on: github.com/kata-containers/runtime#2900 Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
partprobe command is required to build the image
fixes #1098
Signed-off-by: Julio Montes julio.montes@intel.com