-
Notifications
You must be signed in to change notification settings - Fork 150
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: Add script that allows you to run tests against plugins in PRs #418
Conversation
[ci-test] |
e823925
to
7356569
Compare
22a2fa7
to
0cac70f
Compare
.ci/functional-tests-utils.sh
Outdated
minishift config set memory 14GB | ||
minishift config set cpus 4 | ||
|
||
echo "======== Lunch minishift ========" |
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.
Launch
:)
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.
Yeah that was a copy from the upstream script haha
ce0b902
to
27302da
Compare
[ci-test] |
4842a32
to
45f1d13
Compare
Hi, do you think it can work on github actions ? |
@benoitf Probably? though I'm not really familiar with github actions. I'm just trying to take this PR far enough so that someone can take this over at this point |
@JPinkney well github actions is also just a list of bash commands that you can run on a given node so basically it's quite the same |
[ci-test] |
Happy path tests failed. Re-trigger by |
it has been replaced by #593 |
What does this PR do?
This PR adds in the ability to run language tests against incoming PRs.
It is currently hardcoded to run against a previous PR for testing purposes