Skip to content

Commit 026a551

Browse files
committed
Added AWS dedicated hosts job
1 parent e048ac7 commit 026a551

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,25 @@ tests:
783783
FEATURE_SET: TechPreviewNoUpgrade
784784
workflow: openshift-e2e-vsphere
785785
timeout: 6h0m0s
786+
- as: e2e-aws-ovn-dedicated
787+
interval: 168h
788+
steps:
789+
cluster_profile: aws
790+
env:
791+
DEDICATED_HOST: "yes"
792+
leases:
793+
- env: LEASED_RESOURCE
794+
resource_type: aws-edge-zones-quota-slice
795+
observers:
796+
enable:
797+
- observers-resource-watch
798+
post:
799+
- chain: gather-network
800+
- chain: gather-core-dump
801+
- chain: ipi-deprovision
802+
- ref: ipi-deprovision-aws-dedicated-hosts
803+
workflow: openshift-e2e-aws-ovn
804+
timeout: 6h0m0s
786805
- as: e2e-aws-ovn-fips
787806
interval: 168h
788807
steps:

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

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162029,6 +162029,83 @@ periodics:
162029162029
- name: result-aggregator
162030162030
secret:
162031162031
secretName: result-aggregator
162032+
- agent: kubernetes
162033+
cluster: build11
162034+
decorate: true
162035+
decoration_config:
162036+
skip_cloning: true
162037+
timeout: 6h0m0s
162038+
extra_refs:
162039+
- base_ref: master
162040+
org: openshift
162041+
repo: release
162042+
interval: 168h
162043+
labels:
162044+
ci-operator.openshift.io/cloud: aws
162045+
ci-operator.openshift.io/cloud-cluster-profile: aws
162046+
ci-operator.openshift.io/variant: nightly-4.21
162047+
ci.openshift.io/generator: prowgen
162048+
ci.openshift.io/no-builds: "true"
162049+
job-release: "4.21"
162050+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
162051+
name: periodic-ci-openshift-release-master-nightly-4.21-e2e-aws-ovn-dedicated
162052+
spec:
162053+
containers:
162054+
- args:
162055+
- --gcs-upload-secret=/secrets/gcs/service-account.json
162056+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
162057+
- --lease-server-credentials-file=/etc/boskos/credentials
162058+
- --report-credentials-file=/etc/report/credentials
162059+
- --secret-dir=/secrets/ci-pull-credentials
162060+
- --target=e2e-aws-ovn-dedicated
162061+
- --variant=nightly-4.21
162062+
command:
162063+
- ci-operator
162064+
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
162065+
imagePullPolicy: Always
162066+
name: ""
162067+
resources:
162068+
requests:
162069+
cpu: 10m
162070+
volumeMounts:
162071+
- mountPath: /etc/boskos
162072+
name: boskos
162073+
readOnly: true
162074+
- mountPath: /secrets/ci-pull-credentials
162075+
name: ci-pull-credentials
162076+
readOnly: true
162077+
- mountPath: /secrets/gcs
162078+
name: gcs-credentials
162079+
readOnly: true
162080+
- mountPath: /secrets/manifest-tool
162081+
name: manifest-tool-local-pusher
162082+
readOnly: true
162083+
- mountPath: /etc/pull-secret
162084+
name: pull-secret
162085+
readOnly: true
162086+
- mountPath: /etc/report
162087+
name: result-aggregator
162088+
readOnly: true
162089+
serviceAccountName: ci-operator
162090+
volumes:
162091+
- name: boskos
162092+
secret:
162093+
items:
162094+
- key: credentials
162095+
path: credentials
162096+
secretName: boskos-credentials
162097+
- name: ci-pull-credentials
162098+
secret:
162099+
secretName: ci-pull-credentials
162100+
- name: manifest-tool-local-pusher
162101+
secret:
162102+
secretName: manifest-tool-local-pusher
162103+
- name: pull-secret
162104+
secret:
162105+
secretName: registry-pull-credentials
162106+
- name: result-aggregator
162107+
secret:
162108+
secretName: result-aggregator
162032162109
- agent: kubernetes
162033162110
cluster: build11
162034162111
cron: '@weekly'

0 commit comments

Comments
 (0)