Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] meta content provider testing #799

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
parent: cifmw-podified-multinode-edpm-base-crc
abstract: true
attempts: 1
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
required-projects:
- github.com/openstack-k8s-operators/ci-framework
- github.com/openstack-k8s-operators/install_yamls
Expand All @@ -27,7 +27,7 @@
- job:
name: nova-operator-kuttl
parent: nova-operator-base
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
description: |
Expand Down Expand Up @@ -75,7 +75,7 @@
- job:
name: nova-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc-3comp
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
post-run:
- ci/nova-operator-base/playbooks/collect-logs.yaml
vars:
Expand Down Expand Up @@ -128,7 +128,7 @@
- job:
name: nova-operator-tempest-multinode-ceph
parent: podified-multinode-hci-deployment-crc-3comp
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
# Note: When inheriting from a job (or creating a variant of a job) vars are merged with previous definitions
post-run:
- ci/nova-operator-base/playbooks/collect-logs.yaml
Expand Down Expand Up @@ -195,7 +195,17 @@
name: openstack-k8s-operators/nova-operator
github-check:
jobs:
- openstack-k8s-operators-content-provider
- nova-operator-kuttl
- nova-operator-tempest-multinode
- nova-operator-tempest-multinode-ceph
- openstack-meta-content-provider:
vars:
cifmw_bop_openstack_release: master
cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master"
cifmw_repo_setup_branch: master
- nova-operator-kuttl:
vars:
cifmw_repo_setup_branch: master
- nova-operator-tempest-multinode:
vars:
cifmw_repo_setup_branch: master
- nova-operator-tempest-multinode-ceph:
vars:
cifmw_repo_setup_branch: master
2 changes: 1 addition & 1 deletion api/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
of an objects. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
Expand Down
Loading