Skip to content
Draft

Vault ci #79255

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
11 changes: 11 additions & 0 deletions ci-operator/config/openshift/origin/openshift-origin-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,17 @@ tests:
SRC_FROM_GIT: "true"
TEST_SUITE: openshift/conformance/serial
workflow: openshift-microshift-e2e-origin-conformance
- always_run: false
as: e2e-aws-tls-observed-config
optional: true
steps:
cluster_profile: openshift-org-aws
env:
TEST_SUITE: openshift/tls-observed-config
observers:
enable:
- observers-resource-watch
workflow: openshift-e2e-aws-serial
- always_run: false
as: e2e-hypershift-conformance
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,17 @@ tests:
SRC_FROM_GIT: "true"
TEST_SUITE: openshift/conformance/serial
workflow: openshift-microshift-e2e-origin-conformance
- always_run: false
as: e2e-aws-tls-observed-config
optional: true
steps:
cluster_profile: openshift-org-aws
env:
TEST_SUITE: openshift/tls-observed-config
observers:
enable:
- observers-resource-watch
workflow: openshift-e2e-aws-serial
- always_run: false
as: e2e-hypershift-conformance
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ tests:
workflow: generic-claim
- as: periodic-default-tls
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:
Expand All @@ -89,16 +79,6 @@ tests:
workflow: ipi-aws
- as: periodic-pqc-readiness
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:
Expand All @@ -109,16 +89,6 @@ tests:
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ tests:
workflow: openshift-e2e-aws-ovn-tls-13
- as: periodic-default-tls
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:
Expand Down
116 changes: 101 additions & 15 deletions ci-operator/jobs/openshift/origin/openshift-origin-main-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-agnostic-ovn-cmd
decorate: true
decoration_config:
Expand Down Expand Up @@ -2676,6 +2676,92 @@ presubmits:
- ^main$
- ^main-
cluster: build09
context: ci/prow/e2e-aws-tls-observed-config
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- images/hello-openshift/Dockerfile.rhel
- images/tests/Dockerfile.rhel
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-origin-main-e2e-aws-tls-observed-config
optional: true
rerun_command: /test e2e-aws-tls-observed-config
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=e2e-aws-tls-observed-config
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( | .* )e2e-aws-tls-observed-config,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build10
context: ci/prow/e2e-azure
decorate: true
decoration_config:
Expand Down Expand Up @@ -2761,7 +2847,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-azure-ovn-etcd-scaling
decorate: true
decoration_config:
Expand Down Expand Up @@ -2847,7 +2933,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-azure-ovn-upgrade
decorate: true
decoration_config:
Expand Down Expand Up @@ -4572,7 +4658,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-hypershift-conformance
decorate: true
decoration_config:
Expand Down Expand Up @@ -5879,7 +5965,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-metal-ovn-single-node-live-iso
decorate: true
decoration_config:
Expand Down Expand Up @@ -5965,7 +6051,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-metal-ovn-single-node-with-worker-live-iso
decorate: true
decoration_config:
Expand Down Expand Up @@ -6318,7 +6404,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/e2e-openstack-dualstack-v6primary
decorate: true
decoration_config:
Expand Down Expand Up @@ -6832,7 +6918,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/go-verify-deps
decorate: true
decoration_config:
Expand Down Expand Up @@ -6915,7 +7001,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/images
decorate: true
decoration_config:
Expand Down Expand Up @@ -6974,7 +7060,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/lint
decorate: true
decoration_config:
Expand Down Expand Up @@ -7127,7 +7213,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/okd-scos-images
decorate: true
decoration_config:
Expand Down Expand Up @@ -7186,7 +7272,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/unit
decorate: true
decoration_config:
Expand Down Expand Up @@ -7253,7 +7339,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/verify
decorate: true
decoration_config:
Expand Down Expand Up @@ -7320,7 +7406,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/verify-deps
decorate: true
decoration_config:
Expand Down Expand Up @@ -7387,7 +7473,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build09
cluster: build10
context: ci/prow/verify-image-manifest-lists
decorate: true
decoration_config:
Expand Down
Loading