Merge pull request #81287 from nikhita/publishing-bot-16-branches

publishing: add rules for 1.16 and remove for 1.12
This commit is contained in:
Kubernetes Prow Robot 2019-08-14 00:40:25 -07:00 committed by GitHub
commit e258fd741e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 299 additions and 196 deletions

View File

@ -7,11 +7,6 @@ recursive-delete-patterns:
rules: rules:
- destination: code-generator - destination: code-generator
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/code-generator
name: release-1.12
go: 1.10.8
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/code-generator dir: staging/src/k8s.io/code-generator
@ -25,11 +20,6 @@ rules:
- destination: apimachinery - destination: apimachinery
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/apimachinery
name: release-1.12
go: 1.10.8
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/apimachinery dir: staging/src/k8s.io/apimachinery
@ -43,14 +33,6 @@ rules:
- destination: api - destination: api
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/api
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/api dir: staging/src/k8s.io/api
@ -70,16 +52,6 @@ rules:
- destination: client-go - destination: client-go
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/client-go
name: release-9.0
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/client-go dir: staging/src/k8s.io/client-go
@ -118,18 +90,6 @@ rules:
- destination: apiserver - destination: apiserver
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/apiserver
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/apiserver dir: staging/src/k8s.io/apiserver
@ -158,20 +118,6 @@ rules:
branch: release-1.14 branch: release-1.14
- destination: kube-aggregator - destination: kube-aggregator
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/kube-aggregator
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- repository: apiserver
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/kube-aggregator dir: staging/src/k8s.io/kube-aggregator
@ -204,24 +150,6 @@ rules:
branch: release-1.14 branch: release-1.14
- destination: sample-apiserver - destination: sample-apiserver
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/sample-apiserver
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- repository: apiserver
branch: release-1.12
- repository: code-generator
branch: release-1.12
required-packages:
- k8s.io/code-generator
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/sample-apiserver dir: staging/src/k8s.io/sample-apiserver
@ -270,22 +198,6 @@ rules:
go build . go build .
- destination: sample-controller - destination: sample-controller
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/sample-controller
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- repository: code-generator
branch: release-1.12
required-packages:
- k8s.io/code-generator
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/sample-controller dir: staging/src/k8s.io/sample-controller
@ -331,24 +243,6 @@ rules:
go build . go build .
- destination: apiextensions-apiserver - destination: apiextensions-apiserver
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/apiextensions-apiserver
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- repository: apiserver
branch: release-1.12
- repository: code-generator
branch: release-1.12
required-packages:
- k8s.io/code-generator
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/apiextensions-apiserver dir: staging/src/k8s.io/apiextensions-apiserver
@ -390,18 +284,6 @@ rules:
- destination: metrics - destination: metrics
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/metrics
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/metrics dir: staging/src/k8s.io/metrics
@ -429,20 +311,6 @@ rules:
- destination: csi-api - destination: csi-api
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/csi-api
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- repository: client-go
branch: release-9.0
- repository: apiextensions-apiserver
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/csi-api dir: staging/src/k8s.io/csi-api
@ -474,18 +342,6 @@ rules:
- destination: cli-runtime - destination: cli-runtime
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/cli-runtime
name: release-1.12
go: 1.10.8
dependencies:
- repository: api
branch: release-1.12
- repository: apimachinery
branch: release-1.12
- repository: client-go
branch: release-9.0
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/cli-runtime dir: staging/src/k8s.io/cli-runtime
@ -513,20 +369,6 @@ rules:
- destination: sample-cli-plugin - destination: sample-cli-plugin
library: false library: false
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/sample-cli-plugin
name: release-1.12
go: 1.10.8
dependencies:
- repository: api
branch: release-1.12
- repository: apimachinery
branch: release-1.12
- repository: cli-runtime
branch: release-1.12
- repository: client-go
branch: release-9.0
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/sample-cli-plugin dir: staging/src/k8s.io/sample-cli-plugin
@ -560,14 +402,6 @@ rules:
- destination: kube-proxy - destination: kube-proxy
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/kube-proxy
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/kube-proxy dir: staging/src/k8s.io/kube-proxy
@ -589,16 +423,6 @@ rules:
- destination: kubelet - destination: kubelet
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/kubelet
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: api
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/kubelet dir: staging/src/k8s.io/kubelet
@ -624,16 +448,6 @@ rules:
- destination: kube-scheduler - destination: kube-scheduler
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/kube-scheduler
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: apiserver
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/kube-scheduler dir: staging/src/k8s.io/kube-scheduler
@ -659,16 +473,6 @@ rules:
- destination: kube-controller-manager - destination: kube-controller-manager
library: true library: true
branches: branches:
- source:
branch: release-1.12
dir: staging/src/k8s.io/kube-controller-manager
name: release-1.12
go: 1.10.8
dependencies:
- repository: apimachinery
branch: release-1.12
- repository: apiserver
branch: release-1.12
- source: - source:
branch: release-1.13 branch: release-1.13
dir: staging/src/k8s.io/kube-controller-manager dir: staging/src/k8s.io/kube-controller-manager

View File

@ -16,6 +16,11 @@ rules:
dir: staging/src/k8s.io/code-generator dir: staging/src/k8s.io/code-generator
name: release-1.15 name: release-1.15
go: 1.12.5 go: 1.12.5
- source:
branch: release-1.16
dir: staging/src/k8s.io/code-generator
name: release-1.16
go: 1.12.7
- destination: apimachinery - destination: apimachinery
library: true library: true
branches: branches:
@ -28,6 +33,11 @@ rules:
dir: staging/src/k8s.io/apimachinery dir: staging/src/k8s.io/apimachinery
name: release-1.15 name: release-1.15
go: 1.12.5 go: 1.12.5
- source:
branch: release-1.16
dir: staging/src/k8s.io/apimachinery
name: release-1.16
go: 1.12.7
- destination: api - destination: api
library: true library: true
branches: branches:
@ -46,6 +56,14 @@ rules:
dependencies: dependencies:
- repository: apimachinery - repository: apimachinery
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/api
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- destination: client-go - destination: client-go
library: true library: true
branches: branches:
@ -68,6 +86,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: api - repository: api
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/client-go
name: release-13.0
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
smoke-test: | smoke-test: |
# assumes GO111MODULE=on # assumes GO111MODULE=on
go build ./... go build ./...
@ -90,6 +118,14 @@ rules:
dependencies: dependencies:
- repository: apimachinery - repository: apimachinery
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/component-base
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- destination: apiserver - destination: apiserver
library: true library: true
branches: branches:
@ -120,6 +156,20 @@ rules:
branch: release-12.0 branch: release-12.0
- repository: component-base - repository: component-base
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/apiserver
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: component-base
branch: release-1.16
- destination: kube-aggregator - destination: kube-aggregator
branches: branches:
- source: - source:
@ -157,6 +207,24 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: code-generator - repository: code-generator
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/kube-aggregator
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: apiserver
branch: release-1.16
- repository: component-base
branch: release-1.16
- repository: code-generator
branch: release-1.16
- destination: sample-apiserver - destination: sample-apiserver
branches: branches:
- source: - source:
@ -198,6 +266,26 @@ rules:
branch: release-1.15 branch: release-1.15
required-packages: required-packages:
- k8s.io/code-generator - k8s.io/code-generator
- source:
branch: release-1.16
dir: staging/src/k8s.io/sample-apiserver
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: apiserver
branch: release-1.16
- repository: code-generator
branch: release-1.16
- repository: component-base
branch: release-1.16
required-packages:
- k8s.io/code-generator
smoke-test: | smoke-test: |
# assumes GO111MODULE=on # assumes GO111MODULE=on
go build . go build .
@ -234,6 +322,22 @@ rules:
branch: release-1.15 branch: release-1.15
required-packages: required-packages:
- k8s.io/code-generator - k8s.io/code-generator
- source:
branch: release-1.16
dir: staging/src/k8s.io/sample-controller
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: code-generator
branch: release-1.16
required-packages:
- k8s.io/code-generator
smoke-test: | smoke-test: |
# assumes GO111MODULE=on # assumes GO111MODULE=on
go build . go build .
@ -278,6 +382,26 @@ rules:
branch: release-1.15 branch: release-1.15
required-packages: required-packages:
- k8s.io/code-generator - k8s.io/code-generator
- source:
branch: release-1.16
dir: staging/src/k8s.io/apiextensions-apiserver
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: apiserver
branch: release-1.16
- repository: code-generator
branch: release-1.16
- repository: component-base
branch: release-1.16
required-packages:
- k8s.io/code-generator
- destination: metrics - destination: metrics
library: true library: true
branches: branches:
@ -308,6 +432,20 @@ rules:
branch: release-12.0 branch: release-12.0
- repository: code-generator - repository: code-generator
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/metrics
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: code-generator
branch: release-1.16
- destination: cli-runtime - destination: cli-runtime
library: true library: true
branches: branches:
@ -334,6 +472,18 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: client-go - repository: client-go
branch: release-12.0 branch: release-12.0
- source:
branch: release-1.16
dir: staging/src/k8s.io/cli-runtime
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: client-go
branch: release-13.0
- destination: sample-cli-plugin - destination: sample-cli-plugin
library: false library: false
branches: branches:
@ -364,6 +514,20 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: client-go - repository: client-go
branch: release-12.0 branch: release-12.0
- source:
branch: release-1.16
dir: staging/src/k8s.io/sample-cli-plugin
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: cli-runtime
branch: release-1.16
- repository: client-go
branch: release-13.0
- destination: kube-proxy - destination: kube-proxy
library: true library: true
branches: branches:
@ -386,6 +550,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: component-base - repository: component-base
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/kube-proxy
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: component-base
branch: release-1.16
- destination: kubelet - destination: kubelet
library: true library: true
branches: branches:
@ -408,6 +582,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: api - repository: api
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/kubelet
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- destination: kube-scheduler - destination: kube-scheduler
library: true library: true
branches: branches:
@ -430,6 +614,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: component-base - repository: component-base
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/kube-scheduler
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: component-base
branch: release-1.16
- destination: kube-controller-manager - destination: kube-controller-manager
library: true library: true
branches: branches:
@ -452,6 +646,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: component-base - repository: component-base
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/kube-controller-manager
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: component-base
branch: release-1.16
- destination: cluster-bootstrap - destination: cluster-bootstrap
library: true library: true
branches: branches:
@ -474,6 +678,16 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: api - repository: api
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/cluster-bootstrap
name: release-1.16
go: 1.12.7
dependencies:
- repository: apimachinery
branch: release-1.16
- repository: api
branch: release-1.16
- destination: cloud-provider - destination: cloud-provider
library: true library: true
branches: branches:
@ -500,6 +714,18 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: client-go - repository: client-go
branch: release-12.0 branch: release-12.0
- source:
branch: release-1.16
dir: staging/src/k8s.io/cloud-provider
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: client-go
branch: release-13.0
- destination: csi-translation-lib - destination: csi-translation-lib
library: true library: true
branches: branches:
@ -530,6 +756,20 @@ rules:
branch: release-12.0 branch: release-12.0
- repository: cloud-provider - repository: cloud-provider
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/csi-translation-lib
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: cloud-provider
branch: release-1.16
- destination: legacy-cloud-providers - destination: legacy-cloud-providers
library: true library: true
branches: branches:
@ -568,6 +808,26 @@ rules:
branch: release-1.15 branch: release-1.15
- repository: csi-translation-lib - repository: csi-translation-lib
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/legacy-cloud-providers
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: cloud-provider
branch: release-1.16
- repository: csi-translation-lib
branch: release-1.16
- repository: apiserver
branch: release-1.16
- repository: component-base
branch: release-1.16
- destination: node-api - destination: node-api
library: true library: true
branches: branches:
@ -598,6 +858,20 @@ rules:
branch: release-12.0 branch: release-12.0
- repository: code-generator - repository: code-generator
branch: release-1.15 branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/node-api
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: code-generator
branch: release-1.16
- destination: cri-api - destination: cri-api
library: true library: true
branches: branches:
@ -610,6 +884,11 @@ rules:
dir: staging/src/k8s.io/cri-api dir: staging/src/k8s.io/cri-api
name: release-1.15 name: release-1.15
go: 1.12.5 go: 1.12.5
- source:
branch: release-1.16
dir: staging/src/k8s.io/cri-api
name: release-1.16
go: 1.12.7
- destination: kubectl - destination: kubectl
library: true library: true
branches: branches:
@ -637,3 +916,23 @@ rules:
dir: staging/src/k8s.io/kubectl dir: staging/src/k8s.io/kubectl
name: release-1.15 name: release-1.15
go: 1.12.5 go: 1.12.5
- source:
branch: release-1.16
dir: staging/src/k8s.io/kubectl
name: release-1.16
go: 1.12.7
dependencies:
- repository: api
branch: release-1.16
- repository: apimachinery
branch: release-1.16
- repository: cli-runtime
branch: release-1.16
- repository: client-go
branch: release-13.0
- repository: code-generator
branch: release-1.16
- repository: component-base
branch: release-1.16
- repository: metrics
branch: release-1.16