Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#343 from openstack-k8s-ope…
Browse files Browse the repository at this point in the history
…rators/zuul_job

Add EDPM based zuul jobs
  • Loading branch information
openshift-merge-robot authored Jun 12, 2023
2 parents 949bf2f + 2b6dd3a commit 15645b1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
33 changes: 33 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
- job:
name: openstack-operator-content-provider
parent: content-provider-base
vars:
cifmw_operator_build_org: openstack-k8s-operators
cifmw_operator_build_operators:
- name: "openstack-operator"
src: "~/src/github.com/{{ cifmw_operator_build_org }}/openstack-operator"
image_base: openstack
irrelevant-files:
- tests/kuttl
- containers/ci
- .github/workflows
- .ci-operator.yaml
- .dockerignore
- .gitignore
- .golangci.yaml
- .pre-commit-config.yaml
- LICENSE
- OWNERS*
- PROJECT
- .*/*.md
- kuttl-test.yaml
- renovate.json

- job:
name: openstack-operator-crc-podified-edpm-deployment
parent: cifmw-crc-podified-edpm-deployment

- job:
name: openstack-operator-crc-podified-edpm-baremetal
parent: cifmw-crc-podified-edpm-baremetal
10 changes: 10 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- project:
name: openstack-k8s-operators/openstack-operator
github-check:
jobs:
- openstack-operator-content-provider
- openstack-operator-crc-podified-edpm-baremetal: &content_provider
dependencies:
- openstack-operator-content-provider
- openstack-operator-crc-podified-edpm-deployment: *content_provider

0 comments on commit 15645b1

Please sign in to comment.