Skip to content

Instantly share code, notes, and snippets.

@nikhita
Created July 13, 2020 09:49
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/96bad8fd5cb11aefb70ecdf31f559091 to your computer and use it in GitHub Desktop.
Save nikhita/96bad8fd5cb11aefb70ecdf31f559091 to your computer and use it in GitHub Desktop.
recursive-delete-patterns:
- BUILD
- "*/BUILD"
- BUILD.bazel
- "*/BUILD.bazel"
- Gopkg.toml
rules:
- destination: code-generator
branches:
- source:
branch: master
dir: staging/src/k8s.io/code-generator
name: master
- source:
branch: release-1.19
dir: staging/src/k8s.io/code-generator
name: release-1.19
go: 1.14.4
- destination: apimachinery
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/apimachinery
name: master
- source:
branch: release-1.19
dir: staging/src/k8s.io/apimachinery
name: release-1.19
go: 1.14.4
- destination: api
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/api
name: master
dependencies:
- repository: apimachinery
branch: master
- source:
branch: release-1.19
dir: staging/src/k8s.io/api
name: release-1.19
go: 1.14.4
dependencies:
- repository: apimachinery
branch: release-1.19
- 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
- source:
branch: release-1.19
dir: staging/src/k8s.io/client-go
name: release-1.19
go: 1.14.4
dependencies:
- repository: apimachinery
branch: release-1.19
- repository: api
branch: release-1.19
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
- source:
branch: release-1.19
dir: staging/src/k8s.io/component-base
name: release-1.19
go: 1.14.4
dependencies:
- repository: apimachinery
branch: release-1.19
- repository: api
branch: release-1.19
- repository: client-go
branch: release-1.19
- destination: kube-controller-manager
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/kube-controller-manager
name: master
dependencies:
- repository: apimachinery
branch: master
- repository: component-base
branch: master
- repository: api
branch: master
- repository: client-go
branch: master
- source:
branch: release-1.19
dir: staging/src/k8s.io/kube-controller-manager
name: release-1.19
go: 1.14.4
dependencies:
- repository: apimachinery
branch: release-1.19
- repository: component-base
branch: release-1.19
- repository: api
branch: release-1.19
- repository: client-go
branch: release-1.19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment