Skip to content
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
4 changes: 2 additions & 2 deletions ci/playbooks/e2e-collect-logs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "Run ci/playbooks/e2e-collect-logs.yml"
hosts: "{{ cifmw_zuul_target_host | default('all') }}"
hosts: "{{ cifmw_zuul_target_host | default('all') }}"
gather_facts: true
tasks:
- name: Filter out host if needed
Expand All @@ -27,7 +27,7 @@
ansible-playbook playbooks/99-logs.yml
-e @scenarios/centos-9/base.yml

- name: "Run ci/playbooks/collect-logs.yml on CRC host"
- name: "Run ci/playbooks/e2e-collect-logs.yml on CRC host"
hosts: crc
gather_facts: false
tasks:
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
run:
- ci/playbooks/content_provider/run.yml
vars:
# More info: https://review.rdoproject.org/r/c/config/+/57582/
crc_disk_limitation: true
cifmw_artifacts_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"


Expand Down
2 changes: 2 additions & 0 deletions zuul.d/edpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
parent: cifmw-base-crc-openstack
run: ci/playbooks/edpm_baremetal_deployment/run.yml
vars:
# More info: https://review.rdoproject.org/r/c/config/+/57582
crc_disk_limitation: true
crc_parameters: "--memory 32000 --disk-size 240 --cpus 12"
cifmw_manage_secrets_pullsecret_content: '{}'
cifmw_rhol_crc_binary_folder: "/usr/local/bin"
Expand Down
4 changes: 4 additions & 0 deletions zuul.d/edpm_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
A multinode EDPM Zuul job which has one controller, one extracted crc
and two compute nodes. It is used in whitebox neutron tempest plugin testing.
vars:
# More info: https://review.rdoproject.org/r/c/config/+/57582
crc_disk_limitation: true
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
crc_ci_bootstrap_networking:
networks:
Expand Down Expand Up @@ -146,6 +148,8 @@
parent: podified-multinode-edpm-deployment-crc
nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-18-1-xxl
vars:
# more info: https://review.rdoproject.org/r/c/config/+/57582/
crc_disk_limitation: true
cifmw_edpm_deploy_hci: true
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
crc_ci_bootstrap_networking:
Expand Down
4 changes: 4 additions & 0 deletions zuul.d/kuttl_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
nodeset: centos-9-medium-crc-cloud-ocp-4-18-1-3xl
vars:
zuul_log_collection: true
# More info: https://review.rdoproject.org/r/c/config/+/57582/
crc_disk_limitation: true
# 250MB
rw_total_limit: 262144000
extra-vars:
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
crc_ci_bootstrap_networking:
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/tempest_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
name: podified-multinode-edpm-deployment-crc-tempest
parent: podified-multinode-edpm-deployment-crc
vars:
# More info: https://review.rdoproject.org/r/c/config/+/57582
crc_disk_limitation: true
cifmw_extras:
- '@scenarios/centos-9/ci.yml'
- '@scenarios/centos-9/multinode-ci.yml'
Expand Down
Loading