-
Notifications
You must be signed in to change notification settings - Fork 244
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
add script for tests on IBMC #4877
add script for tests on IBMC #4877
Conversation
/retest |
1 similar comment
/retest |
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
scripts/run_script_e2e.sh
Outdated
# copy built odo to GOBIN | ||
cp -avf ./odo $GOBIN_TEMP/ | ||
shout "getting ginkgo" | ||
make goget-ginkgo |
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.
@prietyc123 @anandrkskd I think that we do mot need make goget-ginkgo anymore, correct?
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.
Actually we need to do this because we are using different $GOBIN for each build.
yes won't need to do that I will update it!
/retest |
1 similar comment
/retest |
/retest |
@anandrkskd: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
✔️ Deploy Preview for odo-docusaurus-preview ready! 🔨 Explore the source changes: 33fad0b 🔍 Inspect the deploy log: https://app.netlify.com/sites/odo-docusaurus-preview/deploys/60ff9f8715b9ff0007ee0383 😎 Browse the preview: https://deploy-preview-4877--odo-docusaurus-preview.netlify.app |
@anandrkskd: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
a08ab93
to
33fad0b
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Kudos, SonarCloud Quality Gate passed!
|
Signed-off-by: anandrkskd anandrkskd@gmail.com
What type of PR is this?
/kind feature
What does this PR do / why we need it:
This PR adds script to run tests on Ibm cloud
Which issue(s) this PR fixes:
Fixes - part of #4412
Fixes - part of #4408
PR acceptance criteria:
Unit test
Integration test
Documentation
Update changelog
I have read the test guidelines
How to test changes / Special notes to the reviewer: