diff --git a/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml index c8103d7de5108..da0c03d2f1c99 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml @@ -1851,6 +1851,217 @@ periodics: - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher +- agent: kubernetes + cluster: build03 + cron: '@yearly' + decorate: true + labels: + config-type: modern + job-architecture: amd64 + job-env: assisted + job-type: launch + name: release-openshift-origin-installer-launch-assisted-modern + spec: + containers: + - args: + - --give-pr-author-access-to-namespace=true + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --input-hash=$(BUILD_ID) + - --input-hash=$(JOB_NAME) + - --namespace=$(NAMESPACE) + - --secret-dir=/usr/local/launch-cluster-profile + - --secret-dir=/usr/local/pull-secret + - --target=launch + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --lease-server-credentials-file=/etc/boskos/credentials + command: + - ci-operator + env: + - name: RELEASE_IMAGE_INITIAL + - name: RELEASE_IMAGE_LATEST + - name: CLUSTER_VARIANT + - name: CLUSTER_DURATION + value: "9000" + - name: BRANCH + value: "4.9" + - name: CLOUD_TYPE + value: packet-edge + - name: CLUSTER_TYPE + value: packet-assisted + - name: UNRESOLVED_CONFIG + value: | + base_images: + assisted-image-service: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-image-service + assisted-installer: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-installer + assisted-installer-agent: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-installer-agent + assisted-installer-controller: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-installer-controller + assisted-service: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-service + assisted-test-infra: + name: ocm-2.10 + namespace: edge-infrastructure + tag: assisted-test-infra + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts + resources: + '*': + limits: + memory: 6Gi + requests: + cpu: 100m + memory: 200Mi + tests: + - as: launch + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + test: + - ref: clusterbot-wait + workflow: ipi-$(CLOUD_TYPE) + - as: launch-ovn + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE)-ovn + - as: launch-ovn-hybrid + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + test: + - ref: clusterbot-wait + workflow: ipi-$(CLOUD_TYPE)-ovn-hybrid + - as: launch-shared-vpc + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE)-sharednetwork + - as: launch-no-capabilities + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + BASELINE_CAPABILITY_SET: None + ADDITIONAL_ENABLED_CAPABILITIES: MachineAPI CloudCredential + PERSISTENT_MONITORING: "false" + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE) + - as: launch-fips + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + FIPS_ENABLED: "true" + pre: + - chain: ipi-$(CLOUD_TYPE)-pre + - ref: fips-check + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE) + - as: launch-techpreview + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + FEATURE_SET: TechPreviewNoUpgrade + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE) + - as: launch-sdn + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + CLUSTER_DURATION: $(CLUSTER_DURATION) + test: + - ref: clusterbot-wait + workflow: openshift-e2e-$(CLOUD_TYPE)-sdn + - as: upgrade + steps: + cluster_profile: $(CLUSTER_TYPE) + env: + TEST_SUITE: "all" + workflow: openshift-upgrade-$(CLOUD_TYPE) + - name: JOB_NAME_SAFE + value: launch + - name: TEST_COMMAND + value: sleep $(CLUSTER_DURATION) & wait + - name: NAMESPACE + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/launch-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /usr/local/pull-secret + name: release-pull-secret + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-packet-assisted + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: release-pull-secret + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher - agent: kubernetes cluster: build05 cron: '@yearly' diff --git a/core-services/ci-chat-bot/workflows-config.yaml b/core-services/ci-chat-bot/workflows-config.yaml index 8485acfce2268..6e1873ffe76f7 100644 --- a/core-services/ci-chat-bot/workflows-config.yaml +++ b/core-services/ci-chat-bot/workflows-config.yaml @@ -398,10 +398,10 @@ workflows: openshift-qe-installer-azure-ipi-ovn-ipsec: platform: azure openshift-e2e-cert-rotation-suspend: - platform: metal + platform: assisted openshift-e2e-cert-rotation-shutdown: - platform: metal + platform: assisted openshift-e2e-cert-rotation-suspend-sno: - platform: metal + platform: assisted openshift-e2e-cert-rotation-shutdown-sno: - platform: metal + platform: assisted