Skip to content

Commit bf07209

Browse files
committed
Move Zuul config from .zuul.yaml to zuul.d/
Move Zuul configuration to zuul.d/ directory following the standard pattern used by other openstack-k8s-operators. There are no functional changes, it is just for better consistency with other operators and for clearer structure.
1 parent 016cd7f commit bf07209

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.zuul.yaml renamed to zuul.d/jobs.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
---
2-
- project:
3-
name: openstack-k8s-operators/test-operator
4-
github-check:
5-
jobs:
6-
- openstack-k8s-operators-content-provider:
7-
vars:
8-
cifmw_install_yamls_sdk_version: v1.41.1
9-
- podified-multinode-edpm-deployment-crc-test-operator:
10-
dependencies:
11-
- openstack-k8s-operators-content-provider
12-
132
- job:
143
name: podified-multinode-edpm-deployment-crc-test-operator
154
parent: podified-multinode-hci-deployment-crc-1comp-backends

zuul.d/projects.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- project:
3+
name: openstack-k8s-operators/test-operator
4+
github-check:
5+
jobs:
6+
- openstack-k8s-operators-content-provider:
7+
vars:
8+
cifmw_install_yamls_sdk_version: v1.41.1
9+
- podified-multinode-edpm-deployment-crc-test-operator:
10+
dependencies:
11+
- openstack-k8s-operators-content-provider

0 commit comments

Comments
 (0)