Skip to content

Commit dfdb0ba

Browse files
committed
feat: add serial lanes for arbiter lane
Signed-off-by: ehila <[email protected]>
1 parent e4b06b9 commit dfdb0ba

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

ci-operator/config/openshift/release/openshift-release-master__nightly-4.20.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,24 @@ tests:
428428
steps:
429429
cluster_profile: equinix-edge-enablement
430430
workflow: baremetalds-two-node-arbiter
431+
- as: e2e-metal-ovn-two-node-arbiter-serial
432+
cluster: build05
433+
cron: '@daily'
434+
steps:
435+
cluster_profile: equinix-edge-enablement
436+
env:
437+
DEVSCRIPTS_CONFIG: |
438+
IP_STACK=v4
439+
NUM_MASTERS=2
440+
MASTER_MEMORY=16384
441+
ARBITER_MEMORY=8192
442+
ARBITER_VCPU=2
443+
NUM_WORKERS=0
444+
ENABLE_ARBITER=true
445+
FEATURE_SET="TechPreviewNoUpgrade"
446+
PACKET_OS: rocky_9
447+
TEST_SUITE: openshift/conformance/serial
448+
workflow: baremetalds-two-node-arbiter
431449
- as: e2e-metal-ovn-two-node-arbiter-upgrade
432450
cluster: build05
433451
cron: '@daily'

ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153826,6 +153826,83 @@ periodics:
153826153826
- name: result-aggregator
153827153827
secret:
153828153828
secretName: result-aggregator
153829+
- agent: kubernetes
153830+
cluster: build05
153831+
cron: 44 0 * * *
153832+
decorate: true
153833+
decoration_config:
153834+
skip_cloning: true
153835+
extra_refs:
153836+
- base_ref: master
153837+
org: openshift
153838+
repo: release
153839+
labels:
153840+
ci-operator.openshift.io/cloud: equinix-edge-enablement
153841+
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
153842+
ci-operator.openshift.io/cluster: build05
153843+
ci-operator.openshift.io/variant: nightly-4.20
153844+
ci.openshift.io/generator: prowgen
153845+
ci.openshift.io/no-builds: "true"
153846+
job-release: "4.20"
153847+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
153848+
name: periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter-serial
153849+
spec:
153850+
containers:
153851+
- args:
153852+
- --gcs-upload-secret=/secrets/gcs/service-account.json
153853+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
153854+
- --lease-server-credentials-file=/etc/boskos/credentials
153855+
- --report-credentials-file=/etc/report/credentials
153856+
- --secret-dir=/secrets/ci-pull-credentials
153857+
- --target=e2e-metal-ovn-two-node-arbiter-serial
153858+
- --variant=nightly-4.20
153859+
command:
153860+
- ci-operator
153861+
image: ci-operator:latest
153862+
imagePullPolicy: Always
153863+
name: ""
153864+
resources:
153865+
requests:
153866+
cpu: 10m
153867+
volumeMounts:
153868+
- mountPath: /etc/boskos
153869+
name: boskos
153870+
readOnly: true
153871+
- mountPath: /secrets/ci-pull-credentials
153872+
name: ci-pull-credentials
153873+
readOnly: true
153874+
- mountPath: /secrets/gcs
153875+
name: gcs-credentials
153876+
readOnly: true
153877+
- mountPath: /secrets/manifest-tool
153878+
name: manifest-tool-local-pusher
153879+
readOnly: true
153880+
- mountPath: /etc/pull-secret
153881+
name: pull-secret
153882+
readOnly: true
153883+
- mountPath: /etc/report
153884+
name: result-aggregator
153885+
readOnly: true
153886+
serviceAccountName: ci-operator
153887+
volumes:
153888+
- name: boskos
153889+
secret:
153890+
items:
153891+
- key: credentials
153892+
path: credentials
153893+
secretName: boskos-credentials
153894+
- name: ci-pull-credentials
153895+
secret:
153896+
secretName: ci-pull-credentials
153897+
- name: manifest-tool-local-pusher
153898+
secret:
153899+
secretName: manifest-tool-local-pusher
153900+
- name: pull-secret
153901+
secret:
153902+
secretName: registry-pull-credentials
153903+
- name: result-aggregator
153904+
secret:
153905+
secretName: result-aggregator
153829153906
- agent: kubernetes
153830153907
cluster: build05
153831153908
cron: 32 0 * * *

0 commit comments

Comments
 (0)