NETOBSERV-2635: Update Instance Types#79308
Conversation
|
@Amoghrd: This pull request references NETOBSERV-2635 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Amoghrd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
WalkthroughThis PR reduces resource allocation for netobserv AWS nightly performance tests by downgrading compute node instance types and removing explicit OpenShift infrastructure node instance type settings across three test job definitions in the CI operator configuration YAML. ChangesNetObserv Performance Test Resource Configuration
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/config/netobserv/netobserv-perf-tests/netobserv-netobserv-perf-tests-main__netobserv-aws-4.22-nightly-x86.yaml`:
- Line 159: The COMPUTE_NODE_TYPE value is inconsistent (currently set to
m6a.2xlarge) but the objective requires m6i.2xlarge; update the
COMPUTE_NODE_TYPE entry to "m6i.2xlarge" in this job spec and scan other job
specs in the same YAML for any remaining m6a.* or other mismatched
instance-family values (for example other COMPUTE_NODE_TYPE occurrences such as
the m6i.4xlarge entry) and make them consistent with the objective (use the m6i
family and the specified sizes).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: c647a6cd-c012-4337-a41d-85c6ce03c428
📒 Files selected for processing (1)
ci-operator/config/netobserv/netobserv-perf-tests/netobserv-netobserv-perf-tests-main__netobserv-aws-4.22-nightly-x86.yaml
|
@openshift-ci-robot: your |
c0b5be6 to
eac846a
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-netobserv-netobserv-perf-tests-main-netobserv-aws-4.22-nightly-x86-node-density-heavy-25nodes |
|
@Amoghrd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Amoghrd: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
PR changes:
Instance Type Updates for NetObserv Performance Tests
This PR updates the AWS EC2 instance type configuration for the NetObserv repository's CI performance test jobs in the OpenShift release repository.
Changes Made
Removed redundant infrastructure node instance type setting: The
OPENSHIFT_INFRA_NODE_INSTANCE_TYPEenvironment variable (which was set tor5.4xlarge) has been removed from all three test job definitions, as this matches the default value and is unnecessary to explicitly set.Updated compute node instance types:
node-density-heavy-25nodes(daily job): Downsized fromm6i.4xlargetom6i.2xlargecluster-density-v2-250nodes(weekly cron job): Changed fromm6i.4xlargetom6a.2xlargenode-density-heavy-25nodes-service-without-loki(weekly job): No compute type changeThese changes optimize the instance types used for NetObserv's performance testing infrastructure, reducing costs while maintaining appropriate test capacity for the workloads.
Affected repository: netobserv/netobserv-perf-tests (via CI configuration in the OpenShift release repo)
Related issue: NETOBSERV-2635