Open
Conversation
This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request targets: - fedora-all ```
Signed-off-by: Frantisek Lachman <flachman@redhat.com>
Member
Author
|
/packit vm-image-build |
4 similar comments
Member
Author
|
/packit vm-image-build |
Member
Author
|
/packit vm-image-build |
Member
Author
|
/packit vm-image-build |
Member
Author
|
/packit vm-image-build |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Member
|
/packit vm-image-build |
hello is a GNU package Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Member
|
Your image was launched as an AWS EC2 instance. Please use your GitHub SSH key to connect: |
Member
|
/packit vm-image-build |
1 similar comment
Member
Author
|
/packit vm-image-build |
Member
Author
Member
|
/packit vm-image-build |
Member
Author
|
/packit build |
Signed-off-by: Frantisek Lachman <flachman@redhat.com>
Member
Author
|
/packit vm-image-build |
1 similar comment
Collaborator
|
/packit vm-image-build |
Collaborator
|
/packit build |
Collaborator
|
/packit vm-image-build |
2 similar comments
Member
|
/packit vm-image-build |
Member
Author
|
/packit vm-image-build |
Member
Author
|
Here's the info to share the image with TF if someone needs this:
from packit.vm_image_build import ImageBuilder
ib = ImageBuilder("the token from https://access.redhat.com/management/api (login as Packit with BW credentials.)")
# The image ID used in the following command
# is the UUID visible on the https://console.redhat.com/preview/insights/image-builder
# (Login as Packit with BW credentials.)
clone_id = ib.clone("40a9fdbd-0981-4d7f-8382-d989fb4d2b00", region="us-east-2", share_with_accounts=["727920394381", "125523088429", "564542550944"])["id"]
# This will return the state of the clone
# (Can also be checked on the https://console.redhat.com/preview/insights/image-builder)
ib.get_clone(clone_id) |
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 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.
No description provided.