From 9d40a69062cd1b911a892befc8ca503d4be616e9 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 22 Oct 2018 09:25:09 +0200 Subject: [PATCH] Rename jjb-verify and jjb-merge files Change-Id: Ifcbbd0e0c3a01c74abc735682bce8a8997c67615 Signed-off-by: Fatih Degirmenci --- jjb/infra/{jjb-merge.yaml => jjb-merge-jobs.yaml} | 3 +++ jjb/infra/{jjb-verify.yaml => jjb-verify-jobs.yaml} | 3 +++ 2 files changed, 6 insertions(+) rename jjb/infra/{jjb-merge.yaml => jjb-merge-jobs.yaml} (79%) rename jjb/infra/{jjb-verify.yaml => jjb-verify-jobs.yaml} (81%) diff --git a/jjb/infra/jjb-merge.yaml b/jjb/infra/jjb-merge-jobs.yaml similarity index 79% rename from jjb/infra/jjb-merge.yaml rename to jjb/infra/jjb-merge-jobs.yaml index df6e0977..6505fedb 100644 --- a/jjb/infra/jjb-merge.yaml +++ b/jjb/infra/jjb-merge-jobs.yaml @@ -1,4 +1,7 @@ --- +# this job gets triggered when a change is merged in cicd/jjb +# the updates to the jobs are deployed to jenkins using jenkins-jobs update command +# result will be send to Gerrit in the form of a comment - project: name: infra-jjb-merge diff --git a/jjb/infra/jjb-verify.yaml b/jjb/infra/jjb-verify-jobs.yaml similarity index 81% rename from jjb/infra/jjb-verify.yaml rename to jjb/infra/jjb-verify-jobs.yaml index 119b3b4f..469ad66a 100644 --- a/jjb/infra/jjb-verify.yaml +++ b/jjb/infra/jjb-verify-jobs.yaml @@ -1,4 +1,7 @@ --- +# this job gets triggered when a change is proposed to cicd/jjb +# the change is verified using jenkins-jobs test command +# result will be send to Gerrit in the form of Verified +1 or -1 - project: name: infra-jjb-verify -- 2.25.1