Merge "CI: Remove job running on 32GB instances"

This commit is contained in:
Zuul 2020-07-08 18:42:49 +00:00 committed by Gerrit Code Review
commit b8211041cb
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