Skip to content

Commit

Permalink
MULTIARCH-4653: Add ci jobs for running mto e2e and origin test again…
Browse files Browse the repository at this point in the history
…st cluster-wide proxy OCP (openshift#56189)

* Add ci jobs for running mto e2e and origin test against cluster-wide proxy OCP

* expend job timeout to 6h
  • Loading branch information
lwan-wanglin authored and josecastillolema committed Oct 15, 2024
1 parent b82de8a commit 898a00c
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,43 @@ tests:
- ref: ipi-install-heterogeneous
- ref: multiarch-tuning-operator-e2e-olm-kustomize
workflow: ipi-gcp
- always_run: false
as: e2e-aws-ovn-proxy-mto-origin
cluster: build10
cron: 30 10 10 * *
steps:
cluster_profile: aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
env:
ADDITIONAL_WORKER_ARCHITECTURE: x86_64
ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge
ADDITIONAL_WORKERS: "1"
COMPUTE_NODE_REPLICAS: "2"
COMPUTE_NODE_TYPE: m6g.xlarge
MTO_OPERATOR_INSTALL_METHOD: catalog
OCP_ARCH: arm64
SUBSCRIPTION_CHANNEL_OVERRIDE: main
TEST_SKIPS: deploymentconfigs\| should expose cluster services outside the cluster\|
FIPS TestFIPS\| Multi-stage image builds should succeed\| Optimized image
builds should succeed\| build can reference a cluster service\| custom build
with buildah\| oc new-app should succeed\| prune builds based on settings\|
s2i build with a root\| verify /run filesystem contents\| oc can run\| oc
debug\| oc idle\| Pods cannot access\| Image append should create\| Image
extract should extract\| Image info should display\| Image layer subresource\|
oc tag should change image\| when installed on the cluster should\| OpenShift
alerting rules\| The HAProxy router should\| egressrouter cni resources\|
pod should start\| pod sysctls\| build volumes should mount given secrets
and configmaps into the build pod\|APIs for openshift.io must have stable
versions\| Internal connectivity for TCP and UDP on ports 9000-9999 is allowed\|
Managed cluster should\| Networking should provide Internet connection for
containers
test:
- ref: ipi-install-heterogeneous
- chain: multiarch-tuning-operator
- ref: openshift-e2e-test
workflow: openshift-e2e-aws-proxy
timeout: 6h0m0s
- as: e2e-aws-ovn-mto-origin-post
cluster: build10
postsubmit: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
periodics:
- agent: kubernetes
cluster: build10
cron: 30 10 10 * *
decorate: true
decoration_config:
timeout: 6h0m0s
extra_refs:
- base_ref: main
org: openshift
repo: multiarch-tuning-operator
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci-operator.openshift.io/cluster: build10
ci-operator.openshift.io/variant: ocp418
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-multiarch-tuning-operator-main-ocp418-e2e-aws-ovn-proxy-mto-origin
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-aws-ovn-proxy-mto-origin-cluster-profile
- --target=e2e-aws-ovn-proxy-mto-origin
- --variant=ocp418
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-aws-ovn-proxy-mto-origin-cluster-profile
name: cluster-profile
- 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: cluster-profile
secret:
secretName: cluster-secrets-aws
- 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

0 comments on commit 898a00c

Please sign in to comment.