Skip to content

Commit

Permalink
Merge pull request kubernetes#114077 from dims/add-missing-tags-for-k…
Browse files Browse the repository at this point in the history
…ms-and-dynamic-resource-allocation-for-publishing

Add missing tags for kms and dynamic-resource-allocation for publishing
  • Loading branch information
k8s-ci-robot committed Nov 23, 2022
2 parents 5fd9a51 + 130bd8c commit 2191641
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions staging/publishing/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,15 @@ rules:
- destination: kms
library: true
branches:
- source:
- name: master
source:
branch: master
dir: staging/src/k8s.io/kms
name: master
- name: release-1.26
go: 1.19
source:
branch: release-1.26
dir: staging/src/k8s.io/kms
- destination: apiserver
branches:
- name: master
Expand Down Expand Up @@ -2391,6 +2396,22 @@ rules:
source:
branch: master
dir: staging/src/k8s.io/dynamic-resource-allocation
- name: release-1.26
go: 1.19
dependencies:
- repository: apimachinery
branch: release-1.26
- repository: api
branch: release-1.26
- repository: client-go
branch: release-1.26
- repository: component-base
branch: release-1.26
- repository: kubelet
branch: release-1.26
source:
branch: release-1.26
dir: staging/src/k8s.io/dynamic-resource-allocation
recursive-delete-patterns:
- '*/.gitattributes'
default-go-version: 1.19.3

0 comments on commit 2191641

Please sign in to comment.