Mac Workflows initial concept with podman-e2e-mac workflow, scheduler and template#92
Open
odockal wants to merge 3 commits intopodman-desktop:mainfrom
Open
Mac Workflows initial concept with podman-e2e-mac workflow, scheduler and template#92odockal wants to merge 3 commits intopodman-desktop:mainfrom
odockal wants to merge 3 commits intopodman-desktop:mainfrom
Conversation
498a076 to
3ce5b43
Compare
Contributor
Author
|
@adrianriobo Hey, I would like to know, what do you think. If you can actually go through it and see what else could be included. I have only tested it in my branch without actually getting any resources from AWS. I would like to settle that first how you view this concept. |
odockal
commented
Jan 22, 2024
| # -e OUTPUT_FOLDER=/data \ | ||
| # -e DEBUG=true \ | ||
| # -v $PWD:/data:z \ | ||
| # quay.io/rhqp/podman-desktop-e2e:v1.1.0-windows-amd64 \ |
Contributor
Author
There was a problem hiding this comment.
mac amd image must be used
odockal
commented
Jan 22, 2024
| # pd-e2e/run.ps1 \ | ||
| # -wslInstallFix 'false' \ | ||
| # -targetFolder pd-e2e \ | ||
| # -pdUrl "https://github.com/containers/podman-desktop/releases/download/${tag}/podman-desktop-${tag:1}.exe" \ |
Contributor
Author
There was a problem hiding this comment.
For mac the zip file with Podman Desktop.app must be used
odockal
commented
Jan 22, 2024
| # -e DEBUG=true \ | ||
| # -v $PWD:/data:z \ | ||
| # quay.io/rhqp/podman-desktop-e2e:v1.1.0-windows-amd64 \ | ||
| # pd-e2e/run.ps1 \ |
Contributor
Author
There was a problem hiding this comment.
for mac it is not run.ps1 but run.sh
Signed-off-by: Ondrej Dockal <odockal@redhat.com> Update mac-scheduler.yaml
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
… and template Signed-off-by: Ondrej Dockal <odockal@redhat.com>
3ce5b43 to
eb70b78
Compare
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.
Fixes #62.