From b3c1418312d30cbcf09ff59da946886a57ec0608 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 12 Mar 2026 11:59:15 -0400 Subject: [PATCH] staging/publishing: order streaming before dependents Signed-off-by: Davanum Srinivas --- staging/publishing/rules.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index d78acca1a36..4f9dce0696b 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1,4 +1,12 @@ rules: +- destination: streaming + branches: + - name: master + source: + branch: master + dirs: + - staging/src/k8s.io/streaming + library: true - destination: apimachinery branches: - name: master @@ -1315,14 +1323,6 @@ rules: dirs: - staging/src/k8s.io/cri-streaming library: true -- destination: streaming - branches: - - name: master - source: - branch: master - dirs: - - staging/src/k8s.io/streaming - library: true - destination: kubelet branches: - name: master