Merge pull request #114077 from dims/add-missing-tags-for-kms-and-dynamic-resource-allocation-for-publishing

Add missing tags for kms and dynamic-resource-allocation for publishing
This commit is contained in:
Kubernetes Prow Robot 2022-11-22 20:24:14 -08:00 committed by GitHub
commit 21916415cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,10 +349,15 @@ rules:
- destination: kms - destination: kms
library: true library: true
branches: branches:
- source: - name: master
source:
branch: master branch: master
dir: staging/src/k8s.io/kms 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 - destination: apiserver
branches: branches:
- name: master - name: master
@ -2391,6 +2396,22 @@ rules:
source: source:
branch: master branch: master
dir: staging/src/k8s.io/dynamic-resource-allocation 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: recursive-delete-patterns:
- '*/.gitattributes' - '*/.gitattributes'
default-go-version: 1.19.3 default-go-version: 1.19.3