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 @@ -43,6 +43,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.22"
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
binary_build_commands: make build
build_root:
from_repository: true
Expand Down Expand Up @@ -167,6 +171,18 @@ tests:
steps:
cluster_profile: aws-qe
workflow: openshift-e2e-aws-csi-extended
- always_run: false
as: tls-scanner-aws-ebs
optional: true
steps:
cluster_profile: openshift-org-aws
env:
SCAN_NAMESPACE: openshift-cluster-csi-drivers
SCANNER_CPU: "1"
SCANNER_MEMORY: 1Gi
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-csi
- as: aws-efs-operator-e2e
steps:
cluster_profile: openshift-org-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.22"
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
binary_build_commands: make build
build_root:
from_repository: true
Expand Down Expand Up @@ -167,6 +171,18 @@ tests:
steps:
cluster_profile: aws-qe
workflow: openshift-e2e-aws-csi-extended
- always_run: false
as: tls-scanner-aws-ebs
optional: true
steps:
cluster_profile: openshift-org-aws
env:
SCAN_NAMESPACE: openshift-cluster-csi-drivers
SCANNER_CPU: "1"
SCANNER_MEMORY: 1Gi
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-csi
- as: aws-efs-operator-e2e
steps:
cluster_profile: openshift-org-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.22"
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
binary_build_commands: make build
build_root:
from_repository: true
Expand Down Expand Up @@ -168,6 +172,18 @@ tests:
steps:
cluster_profile: aws-qe
workflow: openshift-e2e-aws-csi-extended
- always_run: false
as: tls-scanner-aws-ebs
optional: true
steps:
cluster_profile: openshift-org-aws
env:
SCAN_NAMESPACE: openshift-cluster-csi-drivers
SCANNER_CPU: "1"
SCANNER_MEMORY: 1Gi
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-csi
- as: aws-efs-operator-e2e
steps:
cluster_profile: openshift-org-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.22"
tls-scanner-tool:
name: tls-scanner
namespace: tls-scanner
tag: tls-scanner-tool
binary_build_commands: make build
build_root:
from_repository: true
Expand Down Expand Up @@ -167,6 +171,18 @@ tests:
steps:
cluster_profile: aws-qe
workflow: openshift-e2e-aws-csi-extended
- always_run: false
as: tls-scanner-aws-ebs
optional: true
steps:
cluster_profile: openshift-org-aws
env:
SCAN_NAMESPACE: openshift-cluster-csi-drivers
SCANNER_CPU: "1"
SCANNER_MEMORY: 1Gi
test:
- ref: tls-scanner-run
workflow: openshift-e2e-aws-csi
- as: aws-efs-operator-e2e
steps:
cluster_profile: openshift-org-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4502,6 +4502,100 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-win2022-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build06
context: ci/prow/tls-scanner-aws-ebs
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.aws-ebs
- Dockerfile.aws-efs
- Dockerfile.azure-disk
- Dockerfile.azure-file
- Dockerfile.create_efs
- Dockerfile.gcp-pd
- Dockerfile.openstack-cinder
- Dockerfile.openstack-manila
- Dockerfile.samba
- Dockerfile.test
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-csi-operator-main-tls-scanner-aws-ebs
optional: true
rerun_command: /test tls-scanner-aws-ebs
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=tls-scanner-aws-ebs
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )tls-scanner-aws-ebs,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4465,6 +4465,100 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )smb-win2022-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.23$
- ^release-4\.23-
cluster: build06
context: ci/prow/tls-scanner-aws-ebs
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.aws-ebs
- Dockerfile.aws-efs
- Dockerfile.azure-disk
- Dockerfile.azure-file
- Dockerfile.create_efs
- Dockerfile.gcp-pd
- Dockerfile.openstack-cinder
- Dockerfile.openstack-manila
- Dockerfile.samba
- Dockerfile.test
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-csi-operator-release-4.23-tls-scanner-aws-ebs
optional: true
rerun_command: /test tls-scanner-aws-ebs
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=tls-scanner-aws-ebs
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )tls-scanner-aws-ebs,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading