-
Notifications
You must be signed in to change notification settings - Fork 771
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
Fix OpenShift tests for build and push #665
Conversation
@cdrage @surajnarwade review please |
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.
lgtm other than two comments
script/test_in_openshift/lib.sh
Outdated
@@ -202,6 +202,7 @@ function convert::kompose_up () { | |||
} | |||
|
|||
|
|||
|
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.
random newline
foo: | ||
build: "./build" | ||
command: sleep 100 | ||
|
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.
remove newline
FROM busybox:1.26.2 | ||
|
||
RUN touch /test | ||
|
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.
remove newline
This patch fixes the broken buildconfig functional tests
@surajssd Can you do a quick review / look-over and then merge? |
@ashetty1 , small change |
Thanks @ashetty1 ! Let's see if this new build passes 👍 |
[Work in Progress]
This patch fixes the broken buildconfig functional tests and also will add more tests for the new build and push feature.