Rename jjb-verify and jjb-merge files 29/129/1
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 22 Oct 2018 07:25:09 +0000 (09:25 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Mon, 22 Oct 2018 07:25:09 +0000 (09:25 +0200)
Change-Id: Ifcbbd0e0c3a01c74abc735682bce8a8997c67615
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
jjb/infra/jjb-merge-jobs.yaml [moved from jjb/infra/jjb-merge.yaml with 79% similarity]
jjb/infra/jjb-verify-jobs.yaml [moved from jjb/infra/jjb-verify.yaml with 81% similarity]

similarity index 79%
rename from jjb/infra/jjb-merge.yaml
rename to jjb/infra/jjb-merge-jobs.yaml
index df6e0977a12ccb091f8e8850ab5c39d1424846fb..6505fedbfb9cee2ae432c2cc1b0ed2033cb5051b 100644 (file)
@@ -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
similarity index 81%
rename from jjb/infra/jjb-verify.yaml
rename to jjb/infra/jjb-verify-jobs.yaml
index 119b3b4f0ced90253016e34e8207b28ef13f44b8..469ad66a47df9ad8c1e1a7dc3abc112014098ad5 100644 (file)
@@ -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