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
6 changes: 3 additions & 3 deletions zuul.d/edpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Virtual Baremetal job with CRC and single compute node.
- job:
name: cifmw-crc-podified-edpm-baremetal
nodeset: centos-9-crc-2-56-0-6xlarge
nodeset: centos-9-crc-2-62-0-6xlarge

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Modified zuul.d/edpm.yaml 📘 Rule violation ⚙ Maintainability

This PR directly modifies the read-only/generated paths zuul.d/edpm.yaml and
zuul.d/end-to-end.yaml, which are prohibited by the compliance checklist. The nodeset changes
should instead be made through the supported generation or maintenance workflow, or another approved
mechanism.
Agent Prompt
## Issue description
The PR directly edits `zuul.d/edpm.yaml` and `zuul.d/end-to-end.yaml`, which the compliance checklist prohibits because `zuul.d/*` is a read-only/generated path.

## Issue Context
Apply the changed nodesets through the repository's supported source and regeneration or maintenance workflow, or otherwise obtain the approved mechanism for changing this configuration.

## Fix Focus Areas
- zuul.d/edpm.yaml[16-16]
- zuul.d/edpm.yaml[37-37]
- zuul.d/edpm.yaml[54-54]
- zuul.d/end-to-end.yaml[5-5]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

parent: cifmw-base-crc-openstack
run: ci/playbooks/edpm_baremetal_deployment/run.yml
irrelevant-files:
Expand All @@ -34,7 +34,7 @@
# Virtual Baremetal job with CRC and single bootc compute node.
- job:
name: cifmw-crc-podified-edpm-baremetal-bootc
nodeset: centos-9-crc-2-56-0-6xlarge
nodeset: centos-9-crc-2-62-0-6xlarge
parent: cifmw-base-crc-openstack
run: ci/playbooks/edpm_baremetal_deployment/run.yml
vars:
Expand All @@ -51,7 +51,7 @@
# First deploys with pre-update index image (Phase 1), then updates with PR index image (Phase 2).
- job:
name: cifmw-crc-podified-edpm-baremetal-minor-update
nodeset: centos-9-crc-2-56-0-6xlarge
nodeset: centos-9-crc-2-62-0-6xlarge
parent: cifmw-base-crc-openstack
run:
- ci/playbooks/edpm_baremetal_update/run.yml
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cifmw base job
- job:
name: cifmw-end-to-end-base
nodeset: centos-9-crc-2-56-0-3xl
nodeset: centos-9-crc-2-62-0-3xl
parent: base-simple-crc
vars:
crc_parameters: "--memory 24000 --disk-size 120 --cpus 8"
Expand Down
Loading