Skip to content
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

[Zuul] Increase the resources for OCP4.12 jobs #604

Closed
wants to merge 12 commits into from
102 changes: 100 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,92 @@
Build STF locally and deploy from index on OCP 4.14
nodeset: stf-crc_extracted-ocp414

# ##########
# Test jobs
# ##########
# Local_build
#
- job:
name: stf-crc-ocp_412-local_build-3xl
parent: stf-crc-ocp_412-local_build
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's why it does not start CI jobs on other cloud provider.
Consider to change to cloud-centos-9-stream-tripleo so it will not force to spawn instances on Vexxhost.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to be hitting getting RETRY_LIMIT errors since I made this change

- name: crc
label: coreos-crc-extracted-2-19-0-3xl

- job:
name: stf-crc-ocp_412-local_build-4xl
parent: stf-crc-ocp_412-local_build
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-4xl

- job:
name: stf-crc-ocp_412-local_build-5xl
parent: stf-crc-ocp_412-local_build
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-5xl

- job:
name: stf-crc-ocp_412-local_build-6xlarge
parent: stf-crc-ocp_412-local_build
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-6xlarge

# local_build-index_deploy
- job:
name: stf-crc-ocp_412-local_build-index_deploy-3xl
parent: stf-crc-ocp_412-local_build-index_deploy
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-3xl

- job:
name: stf-crc-ocp_412-local_build-index_deploy-4xlarge
parent: stf-crc-ocp_412-local_build-index_deploy
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-4xl

- job:
name: stf-crc-ocp_412-local_build-index_deploy-5xlarge
parent: stf-crc-ocp_412-local_build-index_deploy
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-5xl

- job:
name: stf-crc-ocp_412-local_build-index_deploy-6xlarge
parent: stf-crc-ocp_412-local_build-index_deploy
nodeset:
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-6xl

- project-template:
name: stf-crc-jobs
description: |
Expand All @@ -179,9 +265,21 @@

- project:
name: infrawatch/service-telemetry-operator
templates:
- stf-crc-jobs
#templates:
# - stf-crc-jobs
periodic:
jobs:
- stf-crc-ocp_412-nightly_bundles
- stf-crc-ocp_414-nightly_bundles
github-check:
jobs:
- stf-crc-ocp_412-local_build
- stf-crc-ocp_412-local_build-3xl
#- stf-crc-ocp_412-local_build-4xl
#- stf-crc-ocp_412-local_build-5xl
#- stf-crc-ocp_412-local_build-6xl
- stf-crc-ocp_412-local_build-index_deploy
- stf-crc-ocp_412-local_build-index_deploy-3xl
#- stf-crc-ocp_412-local_build-index_deploy-4xl
#- stf-crc-ocp_412-local_build-index_deploy-5xl
#- stf-crc-ocp_412-local_build-index_deploy-6xl
elfiesmelfie marked this conversation as resolved.
Show resolved Hide resolved