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 @@ -27,7 +27,7 @@ tests:
- as: udn-bgp
capabilities:
- intranet
cron: 0 16 * * 3
cron: 0 17 * * 3
restrict_network_access: false
steps:
cluster_profile: metal-perfscale-cpt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,33 @@ tests:
- ref: openshift-qe-virt-density
- ref: openshift-qe-orion-virt-density
workflow: openshift-qe-installer-bm-deploy
- as: udn-bgp
capabilities:
- intranet
cron: 0 17 * * 1
restrict_network_access: false
steps:
cluster_profile: metal-perfscale-cpt
env:
INFRA: "false"
NETWORK_WORKLOAD: udn-bgp
NUM_NODES: "9"
NUM_WORKER_NODES: "24"
PUBLIC_VLAN: "false"
STARTING_NODE: "1"
TYPE: vmno
post:
- ref: openshift-qe-installer-bm-day2-network-workloads-post
test:
- ref: openshift-qe-installer-bm-ping
- ref: openshift-qe-installer-bm-poweroff
- ref: openshift-qe-installer-bm-foreman
- ref: openshift-qe-installer-bm-prereqs
- ref: openshift-qe-installer-bm-deploy
- ref: openshift-qe-cluster-health
- ref: openshift-qe-installer-bm-day2-label
- ref: openshift-qe-installer-bm-day2-network-workloads
- ref: openshift-qe-udn-bgp
zz_generated_metadata:
branch: main
org: openshift-eng
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,33 @@ tests:
- ref: openshift-qe-virt-density
- ref: openshift-qe-orion-virt-density
workflow: openshift-qe-installer-bm-deploy
- as: udn-bgp
capabilities:
- intranet
cron: 0 17 * * 2
restrict_network_access: false
steps:
cluster_profile: metal-perfscale-cpt
env:
INFRA: "false"
NETWORK_WORKLOAD: udn-bgp
NUM_NODES: "9"
NUM_WORKER_NODES: "24"
PUBLIC_VLAN: "false"
STARTING_NODE: "1"
TYPE: vmno
post:
- ref: openshift-qe-installer-bm-day2-network-workloads-post
test:
- ref: openshift-qe-installer-bm-ping
- ref: openshift-qe-installer-bm-poweroff
- ref: openshift-qe-installer-bm-foreman
- ref: openshift-qe-installer-bm-prereqs
- ref: openshift-qe-installer-bm-deploy
- ref: openshift-qe-cluster-health
- ref: openshift-qe-installer-bm-day2-label
- ref: openshift-qe-installer-bm-day2-network-workloads
- ref: openshift-qe-udn-bgp
- as: weekly-telco-core-cpt
capabilities:
- intranet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 16 * * 3
cron: 0 17 * * 3
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3189,6 +3189,90 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 17 * * 1
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: metal-perfscale-cpt
ci-operator.openshift.io/cloud-cluster-profile: metal-perfscale-cpt
ci-operator.openshift.io/variant: metal-4.21-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-4.21-nightly-x86-udn-bgp
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=udn-bgp
- --variant=metal-4.21-nightly-x86
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
- agent: kubernetes
cluster: build11
cron: 0 8 * * *
Expand Down Expand Up @@ -3284,6 +3368,90 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 17 * * 2
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: metal-perfscale-cpt
ci-operator.openshift.io/cloud-cluster-profile: metal-perfscale-cpt
ci-operator.openshift.io/variant: metal-4.22-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-4.22-nightly-x86-udn-bgp
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=udn-bgp
- --variant=metal-4.22-nightly-x86
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
- agent: kubernetes
cluster: build11
cron: 0 17 * * 5
Expand Down