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

[openshift-4.13] [konflux] use bigger vms #5911

Merged
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
5 changes: 5 additions & 0 deletions images/ose-baremetal-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ from:
name: openshift/ose-baremetal-installer
owners:
- kni-devel-deployment@redhat.com
konflux:
vm_override:
x86_64: linux-d160-m2xlarge/amd64
aarch64: linux-d160-m2xlarge/arm64
s390x: linux-large/s390x
5 changes: 5 additions & 0 deletions images/ose-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ from:
name: openshift/ose-installer
owners:
- aos-install@redhat.com
konflux:
vm_override:
x86_64: linux-d160-m2xlarge/amd64
aarch64: linux-d160-m2xlarge/arm64
s390x: linux-large/s390x
Loading