Skip to content

Instantly share code, notes, and snippets.

@nikhita
Last active June 5, 2020 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhita/ab6af0e678844baab51820e489e5cf06 to your computer and use it in GitHub Desktop.
Save nikhita/ab6af0e678844baab51820e489e5cf06 to your computer and use it in GitHub Desktop.
recursive-delete-patterns:
- BUILD
- "*/BUILD"
- BUILD.bazel
- "*/BUILD.bazel"
- Gopkg.toml
rules:
- destination: apimachinery
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/apimachinery
name: master
- destination: api
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/api
name: master
dependencies:
- repository: apimachinery
branch: master
- destination: client-go
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/client-go
name: master
dependencies:
- repository: apimachinery
branch: master
- repository: api
branch: master
smoke-test: |
# assumes GO111MODULE=on
go build ./...
go test ./...
- destination: component-base
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/component-base
name: master
dependencies:
- repository: apimachinery
branch: master
- repository: api
branch: master
- repository: client-go
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment