IBM / OpenWhisk-on-Kubernetes

This code demonstrates the deployment of OpenWhisk on Kubernetes cluster from Bluemix container service
Apache License 2.0
33 stars 20 forks source link

Move Bluemix test to Travis CI cronjob #24

Closed mlangbehn closed 7 years ago

mlangbehn commented 7 years ago

Previously, all events that were not pull requests triggered a Bluemix deployment. This caused failures for all forks that did not have Travis CI configured to deploy to Bluemix.

Now, we trigger our test that had been only for Pull Requests on all events that are not cron events, and the Bluemix test to run only in cronjobs.

NOTE: Work on getting other testing working is in IBM/OpenWhisk-on-Kubernetes#21.

Related-Issue: IBM/OpenWhisk-on-Kubernetes#23 Signed-off-by: Matt Langbehn matthew.langbehn@gmail.com

mlangbehn commented 7 years ago

@Tomcli: This change does not change our current testing method. The change to actually test with a local cluster is coming soon. See the commit message:

NOTE: Work on getting other testing working is in IBM/OpenWhisk-on-Kubernetes#21.

Tomcli commented 7 years ago

I see, LGTM.