From 265483713a4dbc4c06fbb184e7a3420b0ff85051 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 5 Feb 2019 13:43:53 +0100 Subject: [PATCH] Fix pipeline names in configured tests Pipelines were renamed but I failed to update the pipeline names in the job definitions. Change-Id: I410f459123468d82bb78a3f7837677da73ffa0fb --- zuul.d/project-templates.yaml | 4 ++-- zuul.d/projects.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index bbd0d2d..0f814ee 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -3,9 +3,9 @@ description: | This template contains pre-check tests for Kata containers repositories. - pr-check: + SoB-check: jobs: - dco-license - pr-status: + WIP-check: jobs: - kata-github-wip diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index f5f26ae..8cdd875 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -3,10 +3,10 @@ - project: name: kata-containers/zuul-config - check: + gerrit-check: jobs: - kata-zuul-jobs-linters - gate: + gerrit-gate: jobs: - kata-zuul-jobs-linters