From 12763ea01bd644f237ba193847dd03ab240729fc Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Wed, 14 May 2025 09:04:21 +0530 Subject: [PATCH] [DNM] CS10 job debugging Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/2971 Signed-off-by: Chandan Kumar (raukadah) --- .zuul.yaml | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d2f9cfc8..cbcc730f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,15 +3,10 @@ name: openstack-k8s-operators/watcher-operator default-branch: main merge-mode: rebase - templates: - - opendev-master-watcher-operator-pipeline - - opendev-epoxy-watcher-operator-pipeline github-check: jobs: - noop - - watcher-operator-doc-preview - - watcher-operator-validation - - watcher-operator-kuttl + - podified-multinode-edpm-deployment-crc-2comp-cs10 - job: name: watcher-operator-base @@ -300,3 +295,42 @@ irrelevant-files: *irrelevant_files_watcher required-projects: - github.com/openstack-k8s-operators/watcher-operator + +- nodeset: + name: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-18-1-xxl-vexxhost + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost-medium + - name: compute-0 + label: cloud-centos-9-stream-tripleo-vexxhost + - name: compute-1 + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: crc-cloud-ocp-4-18-1-xxl + groups: + - name: computes + nodes: + - compute-0 + - compute-1 + - name: ocps + nodes: + - crc + +- job: + name: podified-multinode-edpm-deployment-crc-2comp-cs10 + parent: podified-multinode-edpm-deployment-crc-2comp + nodeset: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-18-1-xxl-vexxhost + vars: + cifmw_update_containers_openstack: true + cifmw_update_containers_use_valkey: true + cifmw_update_containers_org: podified-master-centos10 + cifmw_update_containers_registry: quay.rdoproject.org + cifmw_update_containers_tag: 0e75cb30c06f5bce6a42ee75c7be5c50 + cifmw_update_containers: true + cifmw_extras: + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework']. + src_dir }}/scenarios/centos-9/multinode-ci.yml" + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework']. + src_dir }}/scenarios/centos-9/horizon.yml" + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/watcher-operator']. + src_dir }}/ci/scenarios/edpm.yml"