Skip to content

Commit aeded39

Browse files
committed
DNM Checking CI job result after enabling disk IOPS/RW limitation
The CI still have from time to time issue related to "noisy neighbor". We still can ask infra team to apply limitation inside the flavor, but until we don't know what quota can be set, let's do it via systemd. For many services and for CRC (kubelet has set cgroup systemd in /etc/kubernetes/kubelet.conf), so should respect that. More info what value were set are in commit message and PR [1]. [1] https://review.rdoproject.org/r/c/config/+/57582/
1 parent d8f86c8 commit aeded39

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

zuul.d/base.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
run:
107107
- ci/playbooks/content_provider/run.yml
108108
vars:
109+
# More info: https://review.rdoproject.org/r/c/config/+/57582/
110+
crc_disk_limitation: true
109111
cifmw_artifacts_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"
110112

111113

zuul.d/edpm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
parent: cifmw-base-crc-openstack
1616
run: ci/playbooks/edpm_baremetal_deployment/run.yml
1717
vars:
18+
# More info: https://review.rdoproject.org/r/c/config/+/57582
19+
crc_disk_limitation: true
1820
crc_parameters: "--memory 32000 --disk-size 240 --cpus 12"
1921
cifmw_manage_secrets_pullsecret_content: '{}'
2022
cifmw_rhol_crc_binary_folder: "/usr/local/bin"

zuul.d/edpm_multinode.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
A multinode EDPM Zuul job which has one controller, one extracted crc
88
and two compute nodes. It is used in whitebox neutron tempest plugin testing.
99
vars:
10+
# More info: https://review.rdoproject.org/r/c/config/+/57582
11+
crc_disk_limitation: true
1012
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
1113
crc_ci_bootstrap_networking:
1214
networks:
@@ -146,6 +148,8 @@
146148
parent: podified-multinode-edpm-deployment-crc
147149
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-18-1-xxl
148150
vars:
151+
# more info: https://review.rdoproject.org/r/c/config/+/57582/
152+
crc_disk_limitation: true
149153
cifmw_edpm_deploy_hci: true
150154
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
151155
crc_ci_bootstrap_networking:

zuul.d/kuttl_multinode.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
nodeset: centos-9-medium-crc-cloud-ocp-4-18-1-3xl
88
vars:
99
zuul_log_collection: true
10+
# More info: https://review.rdoproject.org/r/c/config/+/57582/
11+
crc_disk_limitation: true
1012
extra-vars:
1113
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
1214
crc_ci_bootstrap_networking:

zuul.d/tempest_multinode.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
name: podified-multinode-edpm-deployment-crc-tempest
6969
parent: podified-multinode-edpm-deployment-crc
7070
vars:
71+
# More info: https://review.rdoproject.org/r/c/config/+/57582
72+
crc_disk_limitation: true
7173
cifmw_extras:
7274
- '@scenarios/centos-9/ci.yml'
7375
- '@scenarios/centos-9/multinode-ci.yml'

0 commit comments

Comments
 (0)