-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Pre branching 5.0 -> 5.1 #83050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-robot
merged 3 commits into
openshift:main
from
deepsm007:pre-branching-5.0
Aug 6, 2026
Merged
Pre branching 5.0 -> 5.1 #83050
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
202 changes: 202 additions & 0 deletions
202
...observ-perf-tests/netobserv-netobserv-perf-tests-main__netobserv-aws-5.1-nightly-x86.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,202 @@ | ||
| base_images: | ||
| cerberus.prow: | ||
| name: cerberus | ||
| namespace: chaos | ||
| tag: cerberus-prow | ||
| cli: | ||
| name: "5.1" | ||
| namespace: ocp | ||
| tag: cli | ||
| flowlogs-pipeline: | ||
| name: flowlogs-pipeline | ||
| namespace: netobserv | ||
| tag: ci | ||
| netobserv-ebpf-agent: | ||
| name: netobserv-ebpf-agent | ||
| namespace: netobserv | ||
| tag: ci | ||
| netobserv-perfscale: | ||
| name: netobserv-perfscale | ||
| namespace: ci | ||
| tag: latest | ||
| ocp-qe-perfscale-ci: | ||
| name: ocp-qe-perfscale-ci | ||
| namespace: ci | ||
| tag: latest | ||
| build_root: | ||
| image_stream_tag: | ||
| name: ci-tools-build-root | ||
| namespace: ci | ||
| tag: latest | ||
| images: | ||
| items: | ||
| - dockerfile_literal: FROM cerberus.prow | ||
| from: cerberus.prow | ||
| to: perfscale-observer | ||
| releases: | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: nightly | ||
| version: "5.1" | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: node-density-heavy-25nodes | ||
| cron: 48 14 1 * * | ||
| steps: | ||
| allow_skip_on_success: true | ||
| cluster_profile: aws-perfscale-qe | ||
| dependencies: | ||
| EBPFAGENT_PR_IMAGE: "" | ||
| FLP_PR_IMAGE: "" | ||
| env: | ||
| ACK_FILE: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/orion/ack.yaml | ||
| BASE_DOMAIN: qe.devcluster.openshift.com | ||
| COMPUTE_NODE_REPLICAS: "25" | ||
| COMPUTE_NODE_TYPE: m6i.4xlarge | ||
| DISPLAY: noo_bundle_info | ||
| ES_BENCHMARK_INDEX: prod-netobserv-datapoints* | ||
| ES_METADATA_INDEX: perf_scale_ci* | ||
| ES_TYPE: qe | ||
| EXTRA_FLAGS: --es-index=ripsaw-kube-burner --metrics-profile metrics-aggregated.yml | ||
| EXTRA_MG_ARGS: --image=quay.io/netobserv/must-gather | ||
| FLP_CONSUMER_REPLICAS: "6" | ||
| LOKISTACK_SIZE: 1x.small | ||
| LOOKBACK: "60" | ||
| LOOKBACK_SIZE: "15" | ||
| OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: r5.4xlarge | ||
| ORION_CONFIG: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/queries/netobserv-orion.yaml | ||
| ORION_ENVS: PLATFORM=AWS,WORKERS=25,WORKLOAD=node-density-heavy,deployment_model=Kafka | ||
| PATCH_EBPFAGENT_IMAGE: "false" | ||
| PATCH_FLOWLOGS_IMAGE: "false" | ||
| PODS_PER_NODE: "200" | ||
| RUN_ORION: "true" | ||
| SIZE_VARIANT: large | ||
| VERSION: "5.1" | ||
| WAIT_EXPRESSION: oc get flowcollector cluster --no-headers 2>/dev/null | grep | ||
| -c 'Ready' | ||
| WORKLOAD: node-density-heavy | ||
| ZONES_COUNT: "3" | ||
| observers: | ||
| enable: | ||
| - redhat-chaos-cerberus | ||
| post: | ||
| - ref: netobserv-cerberus-report | ||
| - chain: netobserv-perf-test-post | ||
| test: | ||
| - ref: redhat-chaos-observer-start | ||
| - ref: netobserv-perf-test-deploy | ||
| - ref: openshift-qe-kube-burner-ingress-perf | ||
| - chain: netobserv-perf-test-post-workload | ||
| - ref: openshift-qe-orion | ||
| workflow: openshift-qe-installer-aws | ||
| - as: node-density-heavy-25nodes-service-without-loki | ||
| cron: 48 14 2 * * | ||
| steps: | ||
| allow_skip_on_success: true | ||
| cluster_profile: aws-perfscale-qe | ||
| dependencies: | ||
| EBPFAGENT_PR_IMAGE: "" | ||
| FLP_PR_IMAGE: "" | ||
| env: | ||
| ACK_FILE: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/orion/ack.yaml | ||
| BASE_DOMAIN: qe.devcluster.openshift.com | ||
| COMPUTE_NODE_REPLICAS: "25" | ||
| COMPUTE_NODE_TYPE: m6i.4xlarge | ||
| DEPLOYMENT_MODEL: Service | ||
| DISPLAY: noo_bundle_info | ||
| ES_BENCHMARK_INDEX: prod-netobserv-datapoints* | ||
| ES_METADATA_INDEX: perf_scale_ci* | ||
| ES_TYPE: qe | ||
| EXTRA_FLAGS: --es-index=ripsaw-kube-burner --metrics-profile metrics-aggregated.yml | ||
| EXTRA_MG_ARGS: --image=quay.io/netobserv/must-gather | ||
| FLP_CONSUMER_REPLICAS: "6" | ||
| LOKI_OPERATOR: None | ||
| LOOKBACK: "30" | ||
| LOOKBACK_SIZE: "15" | ||
| OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: r5.4xlarge | ||
| ORION_CONFIG: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/queries/netobserv-orion-node-density-heavy-service.yaml | ||
| ORION_ENVS: PLATFORM=AWS,WORKERS=25,WORKLOAD=node-density-heavy,deployment_model=Service | ||
| PATCH_EBPFAGENT_IMAGE: "false" | ||
| PATCH_FLOWLOGS_IMAGE: "false" | ||
| PODS_PER_NODE: "200" | ||
| RUN_ORION: "true" | ||
| SIZE_VARIANT: large | ||
| VERSION: "5.1" | ||
| WAIT_EXPRESSION: oc get flowcollector cluster --no-headers 2>/dev/null | grep | ||
| -c 'Ready' | ||
| WORKLOAD: node-density-heavy | ||
| ZONES_COUNT: "3" | ||
| observers: | ||
| enable: | ||
| - redhat-chaos-cerberus | ||
| post: | ||
| - ref: netobserv-cerberus-report | ||
| - chain: netobserv-perf-test-post | ||
| test: | ||
| - ref: redhat-chaos-observer-start | ||
| - ref: netobserv-perf-test-deploy | ||
| - ref: openshift-qe-kube-burner-ingress-perf | ||
| - chain: netobserv-perf-test-post-workload | ||
| - ref: openshift-qe-orion | ||
| workflow: openshift-qe-installer-aws | ||
| - as: cluster-density-v2-250nodes | ||
| cron: 48 14 3 * * | ||
| steps: | ||
| allow_skip_on_success: true | ||
| cluster_profile: aws-perfscale-qe | ||
| dependencies: | ||
| EBPFAGENT_PR_IMAGE: "" | ||
| FLP_PR_IMAGE: "" | ||
| env: | ||
| ACK_FILE: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/orion/ack.yaml | ||
| BASE_DOMAIN: qe.devcluster.openshift.com | ||
| COMPUTE_NODE_REPLICAS: "250" | ||
| COMPUTE_NODE_TYPE: m6i.4xlarge | ||
| DISPLAY: noo_bundle_info | ||
| ES_BENCHMARK_INDEX: prod-netobserv-datapoints* | ||
| ES_METADATA_INDEX: perf_scale_ci* | ||
| ES_TYPE: qe | ||
| EXTRA_FLAGS: --churn-delay=60s --churn-duration=10m --churn-percent=10 --timeout=5h | ||
| --es-index=ripsaw-kube-burner --metrics-profile metrics-aggregated.yml | ||
| EXTRA_MG_ARGS: --image=quay.io/netobserv/must-gather | ||
| FLP_CONSUMER_REPLICAS: "18" | ||
| ITERATION_MULTIPLIER_ENV: "4" | ||
| LOKISTACK_SIZE: 1x.medium | ||
| LOOKBACK: "60" | ||
| LOOKBACK_SIZE: "15" | ||
| OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: r5.4xlarge | ||
| ORION_CONFIG: https://raw.githubusercontent.com/netobserv/netobserv-perf-tests/refs/heads/main/scripts/queries/netobserv-orion.yaml | ||
| ORION_ENVS: PLATFORM=AWS,WORKERS=250,WORKLOAD=cluster-density-v2,deployment_model=Kafka | ||
| PATCH_EBPFAGENT_IMAGE: "false" | ||
| PATCH_FLOWLOGS_IMAGE: "false" | ||
| RUN_ORION: "true" | ||
| SIZE_VARIANT: large | ||
| VERSION: "5.1" | ||
| WAIT_EXPRESSION: oc get flowcollector cluster --no-headers 2>/dev/null | grep | ||
| -c 'Ready' | ||
| WORKLOAD: cluster-density-v2 | ||
| ZONES_COUNT: "3" | ||
| observers: | ||
| enable: | ||
| - redhat-chaos-cerberus | ||
| post: | ||
| - ref: netobserv-cerberus-report | ||
| - chain: netobserv-perf-test-post | ||
| test: | ||
| - ref: redhat-chaos-observer-start | ||
| - ref: netobserv-perf-test-deploy | ||
| - ref: openshift-qe-kube-burner-ingress-perf | ||
| - chain: netobserv-perf-test-post-workload | ||
| - ref: openshift-qe-orion | ||
| workflow: openshift-qe-installer-aws | ||
| timeout: 8h0m0s | ||
| zz_generated_metadata: | ||
| branch: main | ||
| org: netobserv | ||
| repo: netobserv-perf-tests | ||
| variant: netobserv-aws-5.1-nightly-x86 |
73 changes: 73 additions & 0 deletions
73
...ator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.1-konflux.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| base_images: | ||
| cli: | ||
| name: "5.1" | ||
| namespace: ocp | ||
| tag: cli | ||
| openshift-virtualization-tests: | ||
| name: openshift-virtualization-tests | ||
| namespace: ci | ||
| tag: latest | ||
| build_root: | ||
| image_stream_tag: | ||
| name: release | ||
| namespace: openshift | ||
| tag: rhel-9-release-golang-1.21-openshift-4.18 | ||
| images: | ||
| items: | ||
| - build_args: | ||
| - name: OCP_VERSION | ||
| value: "5.1" | ||
| - name: OC_CLI_VERSION | ||
| value: latest | ||
| context_dir: hack | ||
| dockerfile_path: Dockerfile.test.src.ci | ||
| to: cnv-ci | ||
| releases: | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: nightly | ||
| version: "5.1" | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 200m | ||
| memory: 400Mi | ||
| tests: | ||
| - as: smoke | ||
| cron: 0 23 31 2 * | ||
| reporter_config: | ||
| channel: '#cnv-release-5-1-z' | ||
| job_states_to_report: | ||
| - success | ||
| - failure | ||
| - error | ||
| report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* | ||
| ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: | ||
| Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> | ||
| {{end}}' | ||
| steps: | ||
| cluster_profile: aws-interop-qe | ||
| env: | ||
| AWS_REGION_OVERWRITE: us-east-1 | ||
| BASE_DOMAIN: release-ci.cnv-qe.rhood.us | ||
| CNV_VERSION: "5.1" | ||
| COMPUTE_NODE_TYPE: m8i.4xlarge | ||
| OCP_VERSION: "5.1" | ||
| ODF_OPERATOR_CHANNEL: stable-4.23 | ||
| ODF_VERSION_MAJOR_MINOR: "4.23" | ||
| USER_TAGS: | | ||
| scenario cnv | ||
| tests-tier smoke | ||
| test: | ||
| - chain: cucushift-installer-check-cluster-health | ||
| - ref: cnv-enable-nested-virtualization-aws | ||
| - ref: interop-tests-deploy-odf | ||
| - ref: interop-tests-deploy-cnv | ||
| - ref: cnv-openshift-virtualization-tests | ||
| workflow: ipi-aws | ||
| zz_generated_metadata: | ||
| branch: master | ||
| org: openshift-cnv | ||
| repo: cnv-ci | ||
| variant: cnv-odf-ocp5.1-konflux | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/release
Length of output: 13641
🏁 Script executed:
Repository: openshift/release
Length of output: 50374
🏁 Script executed:
Repository: openshift/release
Length of output: 50374
🏁 Script executed:
Repository: openshift/release
Length of output: 7627
Update the 5.1-specific values in the copied configurations. Set
OCP_VERSIONto"5.1", use#cnv-release-5-1-z, and setAGENT_ISOtoagent-ove-5.1.x86_64.isoat the listed locations.📍 Affects 2 files
ci-operator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.1-konflux.yaml#L17-L24(this comment)ci-operator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.1-konflux.yaml#L40-L40ci-operator/config/openshift-eng/agent-qe-infra/openshift-eng-agent-qe-infra-release-5.1__amd64-nightly.yaml#L810-L827🤖 Prompt for AI Agents