oracle / oci-cli

Command Line Interface for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
443 stars 185 forks source link

Add CI support #31

Closed brunoborges closed 6 years ago

nathan-vu commented 6 years ago

Assume that this is the same/similar as per the comment here: https://github.com/oracle/oci-python-sdk/issues/39

So support either (or both) Wercker or Travis CI. I can take a look

nathan-vu commented 6 years ago

Sorry for the delayed response. A wercker.yml file will be available in our next release (Thursday); this will contain three pipelines:

Corresponding to the Python major versions we support. These pipelines can be run in parallel (i.e. they are independent of each other don't need to be executed sequentially)

It looks like I don't have access to: https://app.wercker.com/Oracle/ so I can't do the configuration on that side.

nathan-vu commented 6 years ago

The wercker.yml file I mentioned in my previous comment has been deployed. Looks like I don't have access to do the configuration in Wercker - if I can be given access I'm happy to set it up on that end, otherwise I believe that pipelines can be set up using our YAML file (I validated it locally using the Wercker CLI)