Skip to content

Commit

Permalink
AGENT-440: SNO IPV4 PXE job for ABI (#39907)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawan Pinjarkar <ppinjark@redhat.com>
  • Loading branch information
pawanpinjarkar committed Jul 6, 2023
1 parent 39ea6b4 commit d012730
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,18 @@ tests:
AGENT_USE_ZTP_MANIFESTS=true
workflow: agent-e2e-generic
timeout: 6h0m0s
- as: e2e-agent-sno-ipv4-pxe
cluster: build05
optional: true
run_if_changed: /agent/
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=SNO_IPV4
AGENT_E2E_TEST_BOOT_MODE=PXE
workflow: agent-e2e-generic
timeout: 6h0m0s
- as: e2e-agent-ha-dualstack
cluster: build05
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,83 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-agent-ha-dualstack,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build05
context: ci/prow/e2e-agent-sno-ipv4-pxe
decorate: true
decoration_config:
timeout: 6h0m0s
labels:
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci-operator.openshift.io/cluster: build05
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-installer-master-e2e-agent-sno-ipv4-pxe
optional: true
rerun_command: /test e2e-agent-sno-ipv4-pxe
run_if_changed: /agent/
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
- --secret-dir=/usr/local/e2e-agent-sno-ipv4-pxe-cluster-profile
- --target=e2e-agent-sno-ipv4-pxe
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: /usr/local/e2e-agent-sno-ipv4-pxe-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
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: cluster-profile
secret:
secretName: cluster-secrets-equinix-ocp-metal
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-agent-sno-ipv4-pxe,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down

0 comments on commit d012730

Please sign in to comment.