Add test 32GB node gate
Change-Id: I9342054f272335d6256dc6384e242e1f35050b98
This commit is contained in:
parent
c62a369fd0
commit
dc67ba62f2
@ -89,6 +89,30 @@
|
||||
serve_dir: /srv/iso
|
||||
serve_port: 8099
|
||||
|
||||
- job:
|
||||
name: airship-airshipctl-32GB-gate-test
|
||||
nodeset: airship-airshipctl-single-32GB-bionic-node
|
||||
pre-run:
|
||||
- playbooks/airship-airshipctl-deploy-docker.yaml
|
||||
- playbooks/airship-airshipctl-build-gate.yaml
|
||||
post-run: playbooks/airship-collect-logs.yaml
|
||||
run: playbooks/airship-airshipctl-test-runner.yaml
|
||||
timeout: 3600
|
||||
vars:
|
||||
site_name: test-bootstrap
|
||||
var_files:
|
||||
- airship-ipam.yaml
|
||||
- test-config.yaml
|
||||
test_roles:
|
||||
- airshipctl-systemwide-executable
|
||||
- airshipctl-test-configs
|
||||
- airshipctl-build-ephemeral-iso
|
||||
- install-kubectl
|
||||
- airshipctl-deploy-ephemeral-node
|
||||
serve_dir: /srv/iso
|
||||
serve_port: 8099
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
name: airship-airshipctl-publish-image
|
||||
parent: airship-airshipctl-build-image
|
||||
|
@ -24,6 +24,7 @@
|
||||
- airship-airshipctl-build-image
|
||||
# - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up
|
||||
- airship-airshipctl-gate-test
|
||||
- airship-airshipctl-32GB-gate-test
|
||||
gate:
|
||||
jobs:
|
||||
- airship-airshipctl-build-docs
|
||||
|
Loading…
Reference in New Issue
Block a user