-
Notifications
You must be signed in to change notification settings - Fork 9
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
Mac Workflows initial concept with podman-e2e-mac workflow, scheduler and template #92
base: main
Are you sure you want to change the base?
Conversation
498a076
to
3ce5b43
Compare
@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. |
# -e OUTPUT_FOLDER=/data \ | ||
# -e DEBUG=true \ | ||
# -v $PWD:/data:z \ | ||
# quay.io/rhqp/podman-desktop-e2e:v1.1.0-windows-amd64 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mac amd image must be used
# pd-e2e/run.ps1 \ | ||
# -wslInstallFix 'false' \ | ||
# -targetFolder pd-e2e \ | ||
# -pdUrl "https://github.com/containers/podman-desktop/releases/download/${tag}/podman-desktop-${tag:1}.exe" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For mac the zip file with Podman Desktop.app
must be used
# -e DEBUG=true \ | ||
# -v $PWD:/data:z \ | ||
# quay.io/rhqp/podman-desktop-e2e:v1.1.0-windows-amd64 \ | ||
# pd-e2e/run.ps1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Fixes #62.