From fa1f7470c8e22e70c4a7f940cd5326ba3942ccb1 Mon Sep 17 00:00:00 2001 From: Swati Sehgal Date: Thu, 16 Jun 2022 22:39:29 +0100 Subject: [PATCH] nrt-api: Update publishing-bot rules.yaml rules.yaml captures the dependencies of the repo and is used by the publishing-bot to publish the staging repository. Signed-off-by: Swati Sehgal --- staging/publishing/rules.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index 01dcfa28f24..8fd8c555cd3 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -2430,6 +2430,17 @@ rules: source: branch: release-1.26 dir: staging/src/k8s.io/dynamic-resource-allocation +- destination: noderesourcetopology-api + branches: + - name: master + dependencies: + - repository: code-generator + branch: master + dir: staging/src/k8s.io/noderesourcetopology-api + source: + branch: master + dir: staging/src/k8s.io/noderesourcetopology-api + library: true recursive-delete-patterns: - '*/.gitattributes' default-go-version: 1.19.4