From 041dcdb82cb5acdd6f931be503f0d21e9099075d Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Wed, 8 Jul 2020 18:05:46 +0200 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 23 ----------------------- zuul.d/projects.yaml | 1 - 2 files changed, 24 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c4cfad13c..8ff175a7b 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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 diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 2f2f2ad78..021e5c306 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -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