Rename nolabs merge job to deploy 76/2176/1
authorFatih Degirmenci <fdegir@gmail.com>
Fri, 6 Sep 2019 16:20:19 +0000 (18:20 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Fri, 6 Sep 2019 16:20:19 +0000 (18:20 +0200)
We actually deploy the site when a change gets merged
so the job is renamed to reflect the reality.

Change-Id: I29b1b6dc16bb3412e7e531c2fd4c4a153e576586

jjb/nolabs/deploy.sh [moved from jjb/nolabs/merge.sh with 100% similarity]
jjb/nolabs/nolabs-jobs.yaml

similarity index 100%
rename from jjb/nolabs/merge.sh
rename to jjb/nolabs/deploy.sh
index 47937b9d5346174b3a7d251ca12c85ef9e29fa2a..d78969a5e2115930a01267daeb341fa8ec9fb5c3 100644 (file)
@@ -29,7 +29,7 @@
 
     jobs:
       - 'nolabs-verify-{stream}'
-      - 'nolabs-merge-{stream}'
+      - 'nolabs-deploy-{stream}'
 
 - job-template:
     name: 'nolabs-verify-{stream}'
           !include-raw-escape: ./verify.sh
 
 - job-template:
-    name: 'nolabs-merge-{stream}'
+    name: 'nolabs-deploy-{stream}'
 
     concurrent: false
 
 
     builders:
       - shell:
-          !include-raw-escape: ./merge.sh
+          !include-raw-escape: ./deploy.sh
 
 # vim: set ts=2 sw=2 expandtab: