From 5b862d81c3b32b4026d181e05f1b4e5ccccb4aa4 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Tue, 10 Nov 2020 13:59:10 +0100 Subject: [PATCH] CI: run gate runner only on request and on merge The airshipctl gate runner consumes 16GB RAM VM node. Currently we have insufficient compute capacity to run it on every patch set change. This patch set makes gate runner run only on request and on Zuul gate (pre-merge) to reduce workload imposed onto community CI. Request to run airshipctl gate runner is a comment "check experimental" left to a patch set in Gerrit. Change-Id: I5cb2a80b5cdc9dd025249e313d29eab62cbb3446 --- zuul.d/projects.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 681901901..42a3f0317 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -26,8 +26,10 @@ - airship-airshipctl-build-image - 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 - airship-airshipctl-gate-script-runner-azuretest + experimental: + jobs: + - airship-airshipctl-gate-script-runner gate: jobs: - openstack-tox-docs: *docs