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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resources:
cpu: 200m
memory: 400Mi
tests:
- as: cclm-liv-mig-lp-interop-aws
- as: cr--acm-virt--cclm-liv-mig-aws

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The word cclm appears twice in the full job name. Since we use -- as the primary separator to allow programmatic parsing when needed, aws as the hardware provider identifier warrants its own separation: ...--liv-mig--aws.

What does CCLM stand for, and how does it differ from P2P? Can these be merged into the same file with separate .tests elements instead (using .as to differentiate them)? It's much cheaper to maintain a single file rather than two.

cron: 0 23 28 2 *
steps:
cluster_profile: aws-cspi-qe
Expand Down Expand Up @@ -135,4 +135,4 @@ zz_generated_metadata:
branch: master
org: RedHatQE
repo: interop-testing
variant: acm-virt-ocp4.22-p2p
variant: ocp-4.22-cclm-lpMainline-lp-interop
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resources:
cpu: 200m
memory: 400Mi
tests:
- as: lp-interop-aws
- as: cr--acm-virt--aws
cron: 0 23 31 2 *
steps:
cluster_profile: aws-cspi-qe
Expand Down Expand Up @@ -193,4 +193,4 @@ zz_generated_metadata:
branch: master
org: RedHatQE
repo: interop-testing
variant: acm-cnv-ocp-4.22-p2p
variant: ocp-4.22-p2p-lpMainline-lp-interop
Loading