pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

Travis is broken #68

Closed jacobtomlinson closed 5 years ago

jacobtomlinson commented 5 years ago

Travis seems to be broken 😞.

In an announcement in May Travis decided to migrate all the open source repos from travis-ci.org to travis-ci.com. Historically org was for open source and com was for paid users. It has been a slow process and some repos are still being moved over.

It looks like this repo has stopped building on org but hasn't started building on com. This is something we should potentially raise with Travis support.

rabernat commented 5 years ago

Maybe this happened because I turned off the "build pushed branches" option on travis-ci.org. It was doing some weird things with the PRs, but it might have also interfered with the master branch builds.

Turned it back on. Maybe this will fix the issue.

image

guillaumeeb commented 5 years ago

Travis seems to work fine, Docker images are pushed to hub. I think this can be closed.

Just one question: what does the line

Updating pangeo/values.yaml: jupyterhub.singleuser.image: {'repository': 'pangeo/notebook', 'tag': '93765e6'}

In Travis means?

jacobtomlinson commented 5 years ago

Not sure. It could be something to do with chartpress. Perhaps @yuvipanda could shed some light on it?

yuvipanda commented 5 years ago

I think it denotes the image name and tag that are pushed to dockerhub? It also updates the values.yaml for the chart, which can also be published. We do so for the JupyterHub chart at https://jupyterhub.github.io/helm-chart for example.