Zero-to-jupyterhub-k8s: Fix branch builds for this repo

Created on 13 Feb 2018  路  7Comments  路  Source: jupyterhub/zero-to-jupyterhub-k8s

Currently, if you push to a branch in this repo, Travis fails.

We should fix this!

architecture

Most helpful comment

Why not recommend against having private branches in this repository? We operate via PRs for all change so people have their own fork already and can do what they like there.

My preference for this is part "keeping the master repository tidy" and "only special people can make branches here and I don't like having special people".

All 7 comments

@yuvipanda Do you think the latest addition of chartpress and the changes to .travis.yml fix this?

We currently end up with two builds on travis running, this is not the correct behavior i figure.

This is an example of an troublesome behavior, where we get two builds, one because we get a PR, and one because we added a branch.

Actionplan:

  1. Ensure we only do one build in this case. For an example of this issue see the build for #877

Why not recommend against having private branches in this repository? We operate via PRs for all change so people have their own fork already and can do what they like there.

My preference for this is part "keeping the master repository tidy" and "only special people can make branches here and I don't like having special people".

@betatim absolutely agree :)

-> close this issue? Or is there a GitHub setting we can/should use to enforce this?

I don't think that GitHub offers a straightforward way to prevent new branch creation. I'm going to close.

Was this page helpful?
0 / 5 - 0 ratings