Skip to content

OCPEDGE-1929: feat: add arbiter workflows and lanes #66444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -445,6 +445,11 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter
- as: e2e-metal-ovn-two-node-arbiter-no-capabilities
cron: '@daily'
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter-no-capabilities
- as: e2e-metal-ovn-two-node-arbiter-upgrade
cluster: build05
cron: '@daily'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter
- as: e2e-metal-ovn-two-node-arbiter-no-capabilities
cron: '@daily'
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter-no-capabilities
- as: e2e-metal-ovn-two-node-arbiter-upgrade
cluster: build05
cron: '@daily'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136607,6 +136607,82 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 56 0 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-4.19
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ovn-two-node-arbiter-no-capabilities
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-metal-ovn-two-node-arbiter-no-capabilities
- --variant=nightly-4.19
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
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: build05
cron: 0 2 * * 1
Expand Down Expand Up @@ -151682,6 +151758,82 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 44 0 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-4.20
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter-no-capabilities
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-metal-ovn-two-node-arbiter-no-capabilities
- --variant=nightly-4.20
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
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: build05
cron: 0 2 * * 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"path": "baremetalds/two-node/arbiter/agent/baremetalds-two-node-arbiter-agent-workflow.yaml",
"owners": {
"approvers": [
"edge-enablement-approvers"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
workflow:
as: baremetalds-two-node-arbiter-agent
steps:
allow_skip_on_success: true
allow_best_effort_post_steps: true
cluster_profile: equinix-edge-enablement
pre:
- chain: baremetalds-ipi-pre
test:
- chain: baremetalds-ipi-test
post:
- chain: baremetalds-ipi-post
env:
PACKET_OS: rocky_9
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO="TNA_IPV4"
FEATURE_SET="TechPreviewNoUpgrade"
documentation: |-
This workflow executes a Two Node OpenShift with Arbiter (TNA) cluster installation through agent based installer
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"path": "baremetalds/two-node/arbiter/no-capabilities/baremetalds-two-node-arbiter-no-capabilities-workflow.yaml",
"owners": {
"approvers": [
"edge-enablement-approvers"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
workflow:
as: baremetalds-two-node-arbiter-no-capabilities
steps:
allow_skip_on_success: true
allow_best_effort_post_steps: true
cluster_profile: equinix-edge-enablement
pre:
- chain: baremetalds-ipi-pre
test:
- chain: baremetalds-ipi-test
post:
- chain: baremetalds-ipi-post
env:
PACKET_OS: rocky_9
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NUM_MASTERS=2
MASTER_MEMORY=32768
NUM_ARBITERS=1
ARBITER_MEMORY=16384
NUM_WORKERS=0
ENABLE_ARBITER=true
BASELINE_CAPABILITY_SET="None"
ADDITIONAL_CAPABILITIES="baremetal,MachineAPI,Ingress,CloudCredential,CloudControllerManager,ImageRegistry"
FEATURE_SET="TechPreviewNoUpgrade"
documentation: |-
This workflow executes a Two Node OpenShift with Arbiter (TNA) cluster installation with no capabilities