-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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 linuxbrew testing to jenkins #2367
Add linuxbrew testing to jenkins #2367
Conversation
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
# | ||
# This script is invoked by Jenkins and triggers a test run based on |
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.
Update the comment
Come on guys, just go to sleep, it's 1AM. :-) |
Thanks for the feedback guys :) Will update the PR. |
fc03cfc
to
1ad5ea5
Compare
|
||
supported="python nodejs ruby php" | ||
|
||
if [ "$language" == "core" ]; then |
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.
on jenkins, then language is called "c"
https://grpc-testing.appspot.com/job/gRPC_master/
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.
hm, I take it back, I will setup the jenkins job to use these constants for now.
Jenkins failures are clearly unrelated, merging this. |
Add homebrew testing to jenkins
For issue #1883