-
Notifications
You must be signed in to change notification settings - Fork 64
Create Github action for MCAD Image build and push #461
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
Create Github action for MCAD Image build and push #461
Conversation
Need to test this changes yet in my fork repository and in upstream Travis CI build changes |
e0fc438
to
ce50ce9
Compare
Tested this workflow Image Build and push in fork branch against private repository https://github.com/Srihari1192/multi-cluster-app-dispatcher/actions/runs/5484265285/jobs/9991591550 and quay repo https://quay.io/repository/svenkata1/test-mcad?tab=tags |
Can you explain what / why we see these messages in the build image step? That Fatal no names found seems suspect.
|
Not sure why getting this error.. Let me investigate |
@z103cb |
@Srihari1192 have you tried fetching whole history in checkout action?
|
Tested with above approach https://github.com/Srihari1192/multi-cluster-app-dispatcher/actions/runs/5517237751/jobs/10059583134 looks good .. will update the PR with this changes |
ce50ce9
to
236fa9b
Compare
236fa9b
to
def8a60
Compare
I would merge this PR regardless of the PR Build status. |
@z103cb @sutaakar Travis CI build is triggered here with this PR changes https://app.travis-ci.com/github/project-codeflare/multi-cluster-app-dispatcher/jobs/605629207 |
Take a look at this error message:
It seems that in this build the image was not created. |
Thanks, build fails with a pending test which is a known issue, LGTM |
Images built and e2e tests run successfully here https://app.travis-ci.com/github/project-codeflare/multi-cluster-app-dispatcher/builds/264486761. I think few failures are unrelated. |
test changes Create Github action for Image build and push
6b78f7a
to
ba2a5e9
Compare
The CI Build failure is not an issue. @Srihari1192 and @sutaakar if you are OK with the change, I can merge it. |
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.
Looks good to me
@z103cb yes we can merge it |
fixes #453