Skip to content

Commit

Permalink
Merge pull request kubernetes#77805 from nikhita/publishing-bot-15-br…
Browse files Browse the repository at this point in the history
…anches

Add rules for publishing release-1.15 branches
  • Loading branch information
k8s-ci-robot authored May 14, 2019
2 parents ec88ec2 + 62ffdde commit 0e224ad
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 118 deletions.
118 changes: 0 additions & 118 deletions staging/publishing/rules-godeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ recursive-delete-patterns:
rules:
- destination: code-generator
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/code-generator
name: release-1.11
go: 1.10.2
- source:
branch: release-1.12
dir: staging/src/k8s.io/code-generator
Expand All @@ -30,11 +25,6 @@ rules:
- destination: apimachinery
library: true
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/apimachinery
name: release-1.11
go: 1.10.2
- source:
branch: release-1.12
dir: staging/src/k8s.io/apimachinery
Expand All @@ -53,14 +43,6 @@ rules:
- destination: api
library: true
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/api
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- source:
branch: release-1.12
dir: staging/src/k8s.io/api
Expand Down Expand Up @@ -88,16 +70,6 @@ rules:
- destination: client-go
library: true
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/client-go
name: release-8.0
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- source:
branch: release-1.12
dir: staging/src/k8s.io/client-go
Expand Down Expand Up @@ -146,18 +118,6 @@ rules:
- destination: apiserver
library: true
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/apiserver
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- source:
branch: release-1.12
dir: staging/src/k8s.io/apiserver
Expand Down Expand Up @@ -198,20 +158,6 @@ rules:
branch: release-1.14
- destination: kube-aggregator
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/kube-aggregator
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- repository: apiserver
branch: release-1.11
- source:
branch: release-1.12
dir: staging/src/k8s.io/kube-aggregator
Expand Down Expand Up @@ -258,24 +204,6 @@ rules:
branch: release-1.14
- destination: sample-apiserver
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/sample-apiserver
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- repository: apiserver
branch: release-1.11
- repository: code-generator
branch: release-1.11
required-packages:
- k8s.io/code-generator
- source:
branch: release-1.12
dir: staging/src/k8s.io/sample-apiserver
Expand Down Expand Up @@ -342,22 +270,6 @@ rules:
go build .
- destination: sample-controller
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/sample-controller
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- repository: code-generator
branch: release-1.11
required-packages:
- k8s.io/code-generator
- source:
branch: release-1.12
dir: staging/src/k8s.io/sample-controller
Expand Down Expand Up @@ -419,24 +331,6 @@ rules:
go build .
- destination: apiextensions-apiserver
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/apiextensions-apiserver
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- repository: apiserver
branch: release-1.11
- repository: code-generator
branch: release-1.11
required-packages:
- k8s.io/code-generator
- source:
branch: release-1.12
dir: staging/src/k8s.io/apiextensions-apiserver
Expand Down Expand Up @@ -496,18 +390,6 @@ rules:
- destination: metrics
library: true
branches:
- source:
branch: release-1.11
dir: staging/src/k8s.io/metrics
name: release-1.11
go: 1.10.2
dependencies:
- repository: apimachinery
branch: release-1.11
- repository: api
branch: release-1.11
- repository: client-go
branch: release-8.0
- source:
branch: release-1.12
dir: staging/src/k8s.io/metrics
Expand Down
Loading

0 comments on commit 0e224ad

Please sign in to comment.