-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add dedicated tls-scanner for numa resources operator #82110
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-bot
merged 1 commit into
openshift:main
from
mrniranjan:nrop_tls_scanner
Aug 4, 2026
Merged
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
85 changes: 85 additions & 0 deletions
85
...openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-compute-nrop-stage-nightly.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,85 @@ | ||
| base_images: | ||
| tls-scanner-tool: | ||
| name: tls-scanner | ||
| namespace: tls-scanner | ||
| tag: tls-scanner-tool | ||
| build_root: | ||
| image_stream_tag: | ||
| name: eco-ci-cd | ||
| namespace: telcov10n-ci | ||
| tag: eco-ci-cd | ||
| releases: | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: nightly | ||
| version: "5.0" | ||
| resources: | ||
| '*': | ||
| limits: | ||
| cpu: 500m | ||
| memory: 4Gi | ||
| requests: | ||
| cpu: 500m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: e2e-telcov10n-nrop-tests-5-0-nightly | ||
| capabilities: | ||
| - intranet | ||
| cron: 0 12 * * 0 | ||
| reporter_config: | ||
| channel: '#eco-ci-cd-notifications' | ||
| job_states_to_report: | ||
| - failure | ||
| - error | ||
| - success | ||
| - aborted | ||
| 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: | ||
| env: | ||
| CLUSTER_NAME: helix47 | ||
| OCP_VERSION_RELEASE_TYPE: nightly | ||
| OPERATORS: | | ||
| [ | ||
| { "name": "numaresources-operator", "catalog": "numaresources-operator-fbc", "og_name": "numaresources-operator", "nsname": "openshift-numaresources", "deploy_default_config": false, "fbc_iib_repo": "latest", "channel": "5.0", "ocp_operator_mirror_fbc_image_base": "quay.io/redhat-user-workloads/telco-5g-tenant/numaresources-operator-fbc-5-0" } | ||
| ] | ||
| TEST_ENV: stage | ||
| VERSION: "5.0" | ||
| workflow: telcov10n-functional-cnf-compute-nrop-testing | ||
| - as: e2e-telcov10n-nrop-tls-scanner-5-0-nightly | ||
| capabilities: | ||
| - intranet | ||
| cron: 0 8 * * 0 | ||
| reporter_config: | ||
| channel: '#eco-ci-cd-notifications' | ||
| job_states_to_report: | ||
| - failure | ||
| - error | ||
| - success | ||
| - aborted | ||
| 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: | ||
| env: | ||
| CLUSTER_NAME: hlxcl9 | ||
| OCP_VERSION_RELEASE_TYPE: nightly | ||
| OPERATORS: | | ||
| [ | ||
| { "name": "numaresources-operator", "catalog": "numaresources-operator-fbc", "og_name": "numaresources-operator", "nsname": "openshift-numaresources", "deploy_default_config": false, "fbc_iib_repo": "latest", "channel": "5.0", "ocp_operator_mirror_fbc_image_base": "quay.io/redhat-user-workloads/telco-5g-tenant/numaresources-operator-fbc-5-0" } | ||
| ] | ||
| PQC_CHECK: "true" | ||
| SCAN_NAMESPACE: openshift-numaresources | ||
| SCANNER_CPU: "2" | ||
| TEST_ENV: stage | ||
| VERSION: "5.0" | ||
| workflow: telcov10n-functional-cnf-compute-nrop-tls-scanner | ||
| zz_generated_metadata: | ||
| branch: main | ||
| org: openshift-kni | ||
| repo: eco-ci-cd | ||
| variant: cnf-compute-nrop-stage-nightly |
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
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.
Why was this job removed in favor of creating the
nrop-stage-5.0.yamlfile?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.
The split was done because the original nrop-stage.yaml file had a releases: section for 5.0 nightly that applied to all jobs in the file — including the 7 stable version jobs (4.14–4.22). This forced every stable job to unnecessarily build the 5.0 nightly release, adding 30–40 minutes to each run.
By splitting into two files:
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.
Ack, just a small nit since this is running nightly and always will be for next versions each time can you change the name of the file to nrop-stage-nightly possibly?