Add fedora vexxhost flavor for Kata

The current plan for Kata is to show that rough parity with their
existing/previous CI works under Zuul and have them provide feedback on
that via third party check jobs run against kata-containers/runtime. If
this works out and Kata wants to move forward we will need to deploy
"production" Zuul CI for them in a new Zuul tenant.

Currently we only have Ubuntu Xenial testing for them, but they also
have Fedora and CentOS testing. Add a Fedora label to continue pushing
on this. Followup should be to add CentOS once Fedora is working, then
start commenting on the runtime repo.

Change-Id: Ie269c8a233ae4de8a3fe43c4f7d5ff11e1db1c82
This commit is contained in:
Clark Boylan 2018-06-21 16:01:32 -07:00
parent 6ed991d31f
commit 3b79648cd0
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,8 @@ labels:
min-ready: 1
- name: ubuntu-bionic-vexxhost
min-ready: 0
- name: fedora-28-vexxhost
min-ready: 1
providers:
- name: inap-mtl01
@ -146,6 +148,11 @@ providers:
flavor-name: 'osf-highcpu-8'
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: fedora-28-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: opensuse-423
min-ram: 8000
flavor-name: 'osf-highcpu-8'