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
Expand Up @@ -89,28 +89,6 @@ tests:
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-ovn-tls-13
- as: periodic-tls13-adherence
interval: 72h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-aws
env:
COMPUTE_NODE_TYPE: m5.4xlarge
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-ovn-tls-13
- as: tls13-adherence-gcp
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
base_images:
base:
name: "5.0"
namespace: ocp
tag: base-rhel9
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
ocp_builder_rhel-9-golang-1.25-openshift-4.22:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.22
build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.22
images:
items:
- dockerfile_path: Dockerfile
from: base
inputs:
ocp_builder_rhel-9-golang-1.25-openshift-4.22: {}
to: tls-scanner-tool
promotion:
to:
- disabled: true
name: "5.0"
namespace: ocp
releases:
initial:
integration:
name: "5.0"
namespace: ocp
latest:
integration:
include_built_images: true
name: "5.0"
namespace: ocp
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tls-scanner-run:
limits:
cpu: "4"
memory: 4Gi
requests:
cpu: "4"
memory: 4Gi
tests:
- as: periodic-tls13-adherence
interval: 72h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-aws
env:
COMPUTE_NODE_TYPE: m5.4xlarge
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-ovn-tls-13
- as: periodic-tls13-adherence-gcp
interval: 72h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-gcp
env:
COMPUTE_NODE_TYPE: n2-standard-16
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: openshift-e2e-gcp-ovn
- as: periodic-tls13-adherence-azure
interval: 72h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-azure
env:
COMPUTE_NODE_TYPE: Standard_D16as_v5
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: openshift-e2e-azure-ovn
- as: periodic-tls13-adherence-metal
interval: 72h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
PQC_CHECK: "false"
SCANNER_CPU_LIMIT: "4"
SCANNER_CPU_REQUEST: 500m
SCANNER_MEM_LIMIT: 4Gi
SCANNER_MEM_REQUEST: 1Gi
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: baremetalds-e2e
zz_generated_metadata:
branch: release-5.0
org: openshift
repo: tls-scanner
variant: periodics
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
base_images:
base:
name: "5.1"
namespace: ocp
tag: base-rhel9
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
ocp_builder_rhel-9-golang-1.25-openshift-4.22:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.22
build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.22
images:
items:
- dockerfile_path: Dockerfile
from: base
inputs:
ocp_builder_rhel-9-golang-1.25-openshift-4.22: {}
to: tls-scanner-tool
promotion:
to:
- disabled: true
name: "5.1"
namespace: ocp
releases:
initial:
integration:
name: "5.1"
namespace: ocp
latest:
integration:
include_built_images: true
name: "5.1"
namespace: ocp
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tls-scanner-run:
limits:
cpu: "4"
memory: 4Gi
requests:
cpu: "4"
memory: 4Gi
tests:
- as: periodic-tls13-adherence
interval: 24h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-aws
env:
COMPUTE_NODE_TYPE: m5.4xlarge
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-ovn-tls-13
- as: periodic-tls13-adherence-gcp
interval: 24h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-gcp
env:
COMPUTE_NODE_TYPE: n2-standard-16
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: openshift-e2e-gcp-ovn
- as: periodic-tls13-adherence-azure
interval: 24h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: openshift-org-azure
env:
COMPUTE_NODE_TYPE: Standard_D16as_v5
PQC_CHECK: "false"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: openshift-e2e-azure-ovn
- as: periodic-tls13-adherence-metal
interval: 24h
reporter_config:
channel: '#forum-case'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :warning:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>
{{end}}'
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
PQC_CHECK: "false"
SCANNER_CPU_LIMIT: "4"
SCANNER_CPU_REQUEST: 500m
SCANNER_MEM_LIMIT: 4Gi
SCANNER_MEM_REQUEST: 1Gi
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- ref: tls-scanner-run
workflow: baremetalds-e2e
zz_generated_metadata:
branch: release-5.1
org: openshift
repo: tls-scanner
variant: periodics
Loading