CI: Remove job running on 32GB instances

CI fits well on 16GB RAM instance just fine and only runs a few minutes longer.
Overall 32GB instances have shown to be stable. In currenct situation of lack
of resources this patch removes job which runs on 32GB instances. Identical job
continues to run on 16GB instances.

Change-Id: I0681894a6d8cee22048febe21152a03c47ac7ede
This commit is contained in:
Roman Gorshunov 2020-07-08 18:05:46 +02:00
parent eddd09f0a0
commit 041dcdb82c
2 changed files with 0 additions and 24 deletions

View File

@ -100,29 +100,6 @@
serve_port: 8099
voting: false
- job:
name: airship-airshipctl-32GB-gate-script-runner-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/airshipctl-gate-runner.yaml
timeout: 3600
vars:
site_name: test-site
gate_scripts:
- ./tools/deployment/01_install_kubectl.sh
- ./tools/deployment/21_systemwide_executable.sh
- ./tools/deployment/22_test_configs.sh
- ./tools/deployment/24_build_ephemeral_iso.sh
- ./tools/deployment/25_deploy_ephemeral_node.sh
- ./tools/deployment/26_deploy_metal3_capi_ephemeral_node.sh
- ./tools/deployment/30_deploy_controlplane.sh
serve_dir: /srv/iso
serve_port: 8099
voting: false
- job:
name: airship-airshipctl-publish-image
parent: airship-airshipctl-build-image

View File

@ -25,7 +25,6 @@
- airship-airshipctl-validate-site-docs
# - airship-airshipctl-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up
- airship-airshipctl-gate-script-runner-test
- airship-airshipctl-32GB-gate-script-runner-test
gate:
jobs:
- openstack-tox-docs