Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

DNM test baremetal job intermittent failures #543

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions controllers/openstackdataplanenodeset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ func (r *OpenStackDataPlaneNodeSetReconciler) Reconcile(ctx context.Context, req
// Handles the case where the NodeSet is created, but not yet deployed.
if instance.Status.Conditions.IsUnknown(condition.DeploymentReadyCondition) {
logger.Info("Set DeploymentReadyCondition false")

instance.Status.Conditions.MarkFalse(condition.DeploymentReadyCondition,
condition.NotRequestedReason, condition.SeverityInfo,
condition.DeploymentReadyInitMessage)
Expand Down
23 changes: 23 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,26 @@
vars:
# This var is specific to ci-framework docs directory using sphinx
doc_available: false
- job:
name: crc-podified-edpm-baremetal-1
parent: cifmw-crc-podified-edpm-baremetal
vars: &image_vars
cifmw_edpm_deploy_baremetal_update_os_containers: true
cifmw_set_openstack_containers_overrides:
RELATED_IMAGE_OS_CONTAINER_IMAGE_URL_DEFAULT: "quay.io/steveb/edpm-hardened-uefi:18.0-steveb-20231204"
- job:
name: crc-podified-edpm-baremetal-2
parent: cifmw-crc-podified-edpm-baremetal
vars: *image_vars
- job:
name: crc-podified-edpm-baremetal-3
parent: cifmw-crc-podified-edpm-baremetal
vars: *image_vars
- job:
name: crc-podified-edpm-baremetal-4
parent: cifmw-crc-podified-edpm-baremetal
vars: *image_vars
- job:
name: crc-podified-edpm-baremetal-5
parent: cifmw-crc-podified-edpm-baremetal
vars: *image_vars
11 changes: 8 additions & 3 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
name: openstack-k8s-operators/dataplane-operator
github-check:
jobs:
- dataplane-operator-docs-preview
templates:
- podified-multinode-edpm-baremetal-pipeline
- openstack-k8s-operators-content-provider
- crc-podified-edpm-baremetal-1: &content_provider
dependencies:
- openstack-k8s-operators-content-provider
- crc-podified-edpm-baremetal-2: *content_provider
- crc-podified-edpm-baremetal-3: *content_provider
- crc-podified-edpm-baremetal-4: *content_provider
- crc-podified-edpm-baremetal-5: *content_provider
Loading