Skip to content

Commit b052f75

Browse files
stuggiclaude
andcommitted
Add per-branch CRD sync check workflows
Replace the generic crd-sync-check-fr.yaml (stale, pointed at fr5) with per-branch workflow files for 18.0-fr6 and 18-stable. This makes it easier to add/remove branches and avoids stale references. Jira: OSPRH-32639 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 781c3f7 commit b052f75

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.github/workflows/crd-sync-check-fr.yaml renamed to .github/workflows/crd-sync-check-18-stable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CRD sync check latest fr branch
1+
name: CRD sync check 18-stable
22

33
on:
44
schedule:
@@ -10,4 +10,4 @@ jobs:
1010
if: github.repository_owner == 'openstack-k8s-operators'
1111
uses: ./.github/workflows/crd-sync-check.yaml
1212
with:
13-
branch_name: 18.0-fr5
13+
branch_name: 18-stable
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CRD sync check 18.0-fr6
2+
3+
on:
4+
schedule:
5+
- cron: '0 */2 * * *' # every 2 hours
6+
workflow_dispatch:
7+
8+
jobs:
9+
call-build-workflow:
10+
if: github.repository_owner == 'openstack-k8s-operators'
11+
uses: ./.github/workflows/crd-sync-check.yaml
12+
with:
13+
branch_name: 18.0-fr6

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![CodeQL](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/codeql.yml/badge.svg)](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/codeql.yml)
44
[![CRD sync check main](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check.yaml/badge.svg)](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check.yaml)
5-
[![CRD sync check latest fr](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-fr.yaml/badge.svg)](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-fr.yaml)
5+
[![CRD sync check 18-stable](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-18-stable.yaml/badge.svg)](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-18-stable.yaml)
6+
[![CRD sync check 18.0-fr6](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-18.0-fr6.yaml/badge.svg)](https://github.com/openstack-k8s-operators/openstack-operator/actions/workflows/crd-sync-check-18.0-fr6.yaml)
67
[![CtrlPlane CRD Size](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/openstack-k8s-ci-robot/cb95c1626e1946e428bed7ee50a73348/raw/crd-size-main.json)](https://github.com/openstack-k8s-ci-robot/openstack-operator/actions/workflows/crd-size-badge.yaml)
78

89
This is the primary operator for OpenStack. It is a "meta" operator, meaning it

0 commit comments

Comments
 (0)