Skip to content
Merged
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
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ resources:
cpu: 500m
memory: 200Mi
tests:
- as: e2e-telcov10n-nrop-tests-5-0-nightly

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.

Why was this job removed in favor of creating the nrop-stage-5.0.yaml file?

Copy link
Copy Markdown
Contributor Author

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:

  • nrop-stage.yaml — stable jobs (4.14–4.22) with no 5.0 nightly release overhead
  • nrop-stage-5-0.yaml — only the 5.0 nightly jobs that actually need the 5.0 release

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.

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?

capabilities:
- intranet
cron: 0 12 * * 0
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-tests-stage-4-22
capabilities:
- intranet
Expand Down
Loading