-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP: chore: migrate crc-e2e #39
base: main
Are you sure you want to change the base?
Conversation
ddae45a
to
929a2f9
Compare
description: type of arch (amd64, arm64). Defaults amd64 | ||
default: amd64 | ||
# remote target host params | ||
- name: host |
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.
Would suggest to change this to a Workspace having the structure similar to a secret
- name: host-info |
run: | | ||
echo ${{ env.image }} > crc-e2e-image | ||
echo ${{ github.event_name }} > crc-e2e-build-event | ||
|
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.
Same as previous, it applies in general to all build job
|
||
jobs: | ||
push: | ||
name: push |
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.
Same as for other gh action flow, all oci related steps should be removed
15920dc
to
24acfec
Compare
migrates crc-e2e from qe-platform.
relates #30