Re-add 32GB nodeset
Other projects which inherit this one reference the 32GB nodeset which was removed. This patchset adds it back. Change-Id: I58538368523032f2104415ed3a11bd5ace64dacd
This commit is contained in:
parent
c652c4babc
commit
c1c7c22a84
12
.zuul.yaml
12
.zuul.yaml
@ -80,6 +80,18 @@
|
|||||||
- name: primary
|
- name: primary
|
||||||
label: ubuntu-bionic
|
label: ubuntu-bionic
|
||||||
|
|
||||||
|
# We use this as a way to schedule to nodes with SSDs. SSDs are needed
|
||||||
|
# to build this project to avoid timeouts we see on slower HDDs. This is an INDIRECT
|
||||||
|
# way to schedule to SSDs. We have no need for 32GB of RAM. We need fast disks which
|
||||||
|
# we can't seem to guarantee any other way. It just so happens that all of nodes in
|
||||||
|
# the 32GB pool also have SSDs which can build this project in a reasonable amount
|
||||||
|
# of time.
|
||||||
|
- nodeset:
|
||||||
|
name: airship-images-single-node-32GB
|
||||||
|
nodes:
|
||||||
|
- name: primary
|
||||||
|
label: ubuntu-bionic-32GB
|
||||||
|
|
||||||
- secret:
|
- secret:
|
||||||
name: images_airshipit_github_secret
|
name: images_airshipit_github_secret
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user