Skip to content
Open
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 @@ -7,6 +7,10 @@ base_images:
name: "5.0"
namespace: ocp
tag: must-gather
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -88,6 +92,73 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-aws
- always_run: false
as: tls-scan
optional: true
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: tls-scan-periodic
cron: 0 3 * * 5
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: security
optional: true
skip_if_only_changed: ^test/|^hack/|^scripts/|^bin/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|LICENSE)$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ base_images:
name: "4.22"
namespace: ocp
tag: must-gather
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -88,6 +92,73 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-aws
- always_run: false
as: tls-scan
optional: true
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: tls-scan-periodic
cron: 0 3 * * 1
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: security
optional: true
skip_if_only_changed: ^test/|^hack/|^scripts/|^bin/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|LICENSE)$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ base_images:
name: "4.23"
namespace: ocp
tag: must-gather
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -88,6 +92,73 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-aws
- always_run: false
as: tls-scan
optional: true
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: tls-scan-periodic
cron: 0 3 * * 2
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: security
optional: true
skip_if_only_changed: ^test/|^hack/|^scripts/|^bin/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|LICENSE)$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ base_images:
name: "5.0"
namespace: ocp
tag: must-gather
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -90,6 +94,73 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-aws
- always_run: false
as: tls-scan
optional: true
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: tls-scan-periodic
cron: 0 3 * * 3
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-ptp
OO_PACKAGE: ptp-operator
OO_TARGET_NAMESPACES: '!install'
PQC_CHECK: "true"
SCAN_NAMESPACE: openshift-ptp
SCANNER_CPU: "2"
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: tls-13
- as: wait-ptp-tls-restart
cli: latest
commands: |
echo "Waiting for PTP operator to restart after TLS profile change..."
oc rollout status deployment ptp-operator -n openshift-ptp --timeout=300s
oc rollout status daemonset linuxptp-daemon -n openshift-ptp --timeout=400s
echo "PTP operator and daemon restarted with new TLS profile"
oc get pods -n openshift-ptp
from: cli
resources:
requests:
cpu: 100m
memory: 200Mi
- ref: tls-scanner-run
workflow: optional-operators-ci-aws
- as: security
optional: true
skip_if_only_changed: ^test/|^hack/|^scripts/|^bin/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|LICENSE)$
Expand Down
Loading