Skip to content
Open
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
8 changes: 4 additions & 4 deletions zuul.d/adoption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
parent: base-crc-cloud
abstract: true
timeout: 14400
attempts: 1
attempts: 2
nodeset: centos-9-rhel-9-2-crc-cloud-ocp-4-22-1-3xl
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
Expand Down Expand Up @@ -201,7 +201,7 @@
parent: base-crc-cloud
abstract: true
timeout: 14400
attempts: 1
attempts: 2
nodeset: centos-9-multinode-rhel-9-2-crc-cloud-ocp-4-22-1-3xl
roles: &multinode-roles
- zuul: github.com/openstack-k8s-operators/ci-framework
Expand Down Expand Up @@ -412,7 +412,7 @@
abstract: true
voting: false
timeout: 14400
attempts: 1
attempts: 2
nodeset: centos-9-multinode-rhel-9-2-crc-cloud-ocp-4-22-1-3xl-novacells
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
Expand Down Expand Up @@ -496,7 +496,7 @@
name: cifmw-adoption-base-multinode-networker
parent: base-crc-cloud
abstract: true
attempts: 1
attempts: 2
roles: *multinode-roles
pre-run: *multinode-prerun
post-run: *multinode-postrun
Expand Down
9 changes: 6 additions & 3 deletions zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
name: cifmw-podified-multinode-edpm-base-crc
parent: base-crc-cloud
timeout: 10800
attempts: 1
pre-timeout: 3600
Comment thread
imatza-rh marked this conversation as resolved.
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
irrelevant-files: *ir_files
required-projects: &multinode_edpm_rp
Expand Down Expand Up @@ -215,7 +215,8 @@
name: cifmw-podified-multinode-edpm-ci-bootstrap
parent: base-extracted-crc-ci-bootstrap
timeout: 10800
attempts: 1
attempts: 3
pre-timeout: 3600
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
irrelevant-files: *ir_files
required-projects: *multinode_edpm_rp
Expand All @@ -235,7 +236,8 @@
name: cifmw-podified-multinode-edpm-ci-bootstrap-staging
parent: base-extracted-crc-ci-bootstrap-staging
timeout: 10800
attempts: 1
attempts: 3
pre-timeout: 3600
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl
irrelevant-files: *ir_files
required-projects: *multinode_edpm_rp
Expand All @@ -257,6 +259,7 @@
name: cifmw-base-crc
nodeset: centos-9-crc-2-56-0-3xl
timeout: 10800
attempts: 3
abstract: true
parent: base-simple-crc
vars:
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/content_provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- job:
name: openstack-k8s-operators-content-provider-bootc
parent: openstack-k8s-operators-content-provider
timeout: 7200
attempts: 2
description: |
A zuul job to build and publish bootc qcow2 and ironic-python-agent
content for dependent jobs.
Expand Down
3 changes: 3 additions & 0 deletions zuul.d/molecule-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- job:
name: cifmw-molecule-base-crc
nodeset: centos-9-crc-2-56-0-xxl
timeout: 3600
pre-timeout: 2100
attempts: 3
parent: base-simple-crc
provides:
- cifmw-molecule
Expand Down
1 change: 1 addition & 0 deletions zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
jobs:
- openstack-k8s-operators-content-provider
- whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp:
voting: false
dependencies:
- openstack-k8s-operators-content-provider
files:
Expand Down
Loading