Skip to content

OTA OCPQE-30011 add 4.20 y upgrade jobs #66432

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

Closed
wants to merge 1 commit into from
Closed
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
@@ -0,0 +1,92 @@
base_images:
ansible:
name: "4.19"
namespace: ocp
tag: ansible
aws-efs-csi-operator-create-efs:
name: "4.19"
namespace: ocp
tag: aws-efs-csi-operator-create-efs
cli:
name: "4.19"
namespace: ocp
tag: cli
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
openstack-installer:
name: "4.19"
namespace: ocp
tag: openstack-installer
tests-private-postupg:
name: tests-private
namespace: ci
tag: "4.20"
tests-private-preupg:
name: tests-private
namespace: ci
tag: "4.19"
tools:
name: "4.19"
namespace: ocp
tag: tools
upi-installer:
name: "4.19"
namespace: ocp
tag: upi-installer
verification-tests:
name: verification-tests
namespace: ci
tag: latest
releases:
arm64-latest:
release:
architecture: arm64
channel: candidate
version: "4.19"
arm64-target:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "4.20"
latest:
release:
architecture: amd64
channel: candidate
version: "4.19"
target:
candidate:
architecture: amd64
product: ocp
stream: nightly
version: "4.20"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: aws-ipi-disc-priv-f28
cron: 11 0 2 * *
steps:
cluster_profile: aws-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:arm64-target
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
ENABLE_OTA_TEST: OCP-24663
EXTRACT_MANIFEST_INCLUDED: "true"
OCP_ARCH: arm64
TEST_FILTERS: ~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
test:
- chain: openshift-upgrade-qe-test-disconnected
workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private
zz_generated_metadata:
branch: prow-job-OCPQE-30011
org: openshift
repo: openshift-tests-private
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
periodics:
- agent: kubernetes
cluster: build09
cron: 11 0 2 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: prow-job-OCPQE-30011
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-qe
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-prow-job-OCPQE-30011-aws-ipi-disc-priv-f28
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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=aws-ipi-disc-priv-f28
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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- 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