Update deployment job node

The Treasuremap deployment jobs currently run on 16GB nodes and cannot
support the workloads we are deploying in Treasuremap. Often times, this
results in timeouts and frequent rechecks. This change ups the capacity
for our jobs to match airshipctl's gating job, using the 32 GB node
label.

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: I5126a41acbe670651eed99e8be3fe0e69d3bd8fc
This commit is contained in:
Drew Walters 2021-03-18 20:11:57 +00:00
parent d74a908255
commit 46e6fea0f0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
- playbooks/airship-treasuremap-build-gate.yaml
post-run: playbooks/airship-collect-logs.yaml
run: playbooks/airship-treasuremap-gate-runner.yaml
nodeset: airship-treasuremap-single-16GB-bionic-node
nodeset: airship-treasuremap-single-32GB-bionic-node
vars:
# NOTE(drewwalters96): Set AIRSHIPCTL_REF to a commit SHA in order to pin
# the cloned version of airshipctl to a known/compatible reference.