Skip to content
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 @@ -640,6 +640,27 @@ tests:
cron: '@yearly'
steps:
workflow: hypershift-review-agent
- as: periodic-e2e-v2-aws-multi-arch
cron: 0 2 1,15 * *
steps:
cluster_profile: hypershift-aws
dependencies:
RELEASE_IMAGE_LATEST: release:multi-latest
env:
EXTRA_ARGS: --arch=arm64
HYPERSHIFT_INSTANCE_TYPE: m6g.xlarge
TECH_PREVIEW_NO_UPGRADE: "true"
workflow: hypershift-aws-e2e-v2
- as: periodic-e2e-v2-azure-multi-arch
cron: 0 2 1,15 * *
steps:
cluster_profile: hypershift-aks
dependencies:
RELEASE_IMAGE_LATEST: release:multi-latest
env:
EXTRA_ARGS: --arch=arm64
TECH_PREVIEW_NO_UPGRADE: "true"
workflow: hypershift-azure-e2e-v2-self-managed
- always_run: false
as: address-review-comments
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ periodics:
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cluster: build12
cron: 0 12 * * 5
decorate: true
decoration_config:
Expand Down Expand Up @@ -332,7 +332,185 @@ periodics:
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cluster: build12
cron: 0 2 1,15 * *
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile
- Dockerfile.control-plane
- Dockerfile.e2e
extra_refs:
- base_ref: main
org: openshift
repo: hypershift
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile
- Dockerfile.control-plane
- Dockerfile.e2e
labels:
ci-operator.openshift.io/cloud: hypershift-aws
ci-operator.openshift.io/cloud-cluster-profile: hypershift-aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-main-periodic-e2e-v2-aws-multi-arch
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=periodic-e2e-v2-aws-multi-arch
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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: build12
cron: 0 2 1,15 * *
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile
- Dockerfile.control-plane
- Dockerfile.e2e
extra_refs:
- base_ref: main
org: openshift
repo: hypershift
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile
- Dockerfile.control-plane
- Dockerfile.e2e
labels:
ci-operator.openshift.io/cloud: hypershift-aks
ci-operator.openshift.io/cloud-cluster-profile: hypershift-aks
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-main-periodic-e2e-v2-azure-multi-arch
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=periodic-e2e-v2-azure-multi-arch
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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: build12
cron: 0 9 * * *
decorate: true
decoration_config:
Expand Down Expand Up @@ -419,7 +597,7 @@ periodics:
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cluster: build12
cron: '@yearly'
decorate: true
decoration_config:
Expand Down Expand Up @@ -506,7 +684,7 @@ periodics:
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cluster: build12
cron: 0 8 * * *
decorate: true
decoration_config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ ref:
- name: HYPERSHIFT_PLATFORM
default: ""
documentation: "The cloud platform for the clusters (e.g. aws). Set in the workflow env block."
- name: EXTRA_ARGS
default: ""
documentation: "Extra arguments to pass to the create-guests binary for all guest clusters."
from: hypershift-tests
grace_period: 5m0s
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ export HYPERSHIFT_BINARY="${HYPERSHIFT_BINARY:-/hypershift/bin/hypershift}"
if [[ -f "${SHARED_DIR}/nodepool_release_images" ]]; then
source "${SHARED_DIR}/nodepool_release_images"
fi
if [[ -n "${EXTRA_ARGS:-}" ]]; then
export EXTRA_ARGS
fi

/hypershift/bin/create-guests
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ ref:
- name: HYPERSHIFT_PLATFORM
default: ""
documentation: "The cloud platform for the self-managed clusters (e.g. azure). Set in the workflow env block."
- name: EXTRA_ARGS
default: ""
documentation: "Extra arguments to pass to the create-guests binary for all guest clusters."
from: hypershift-tests
grace_period: 5m0s
resources:
Expand Down