fix automation of node image building 81/11881/2
authorSunnatillo <sunnat.samadov@est.tech>
Mon, 27 Dec 2021 14:27:58 +0000 (16:27 +0200)
committerSunnatillo <sunnat.samadov@est.tech>
Mon, 27 Dec 2021 14:30:48 +0000 (16:30 +0200)
Change-Id: I6465ce39ba2869b9be9a5f215d15f7b9cd6039ca

jjb/airship/job_openstack_node_image_building.yml

index f19144a8b114472b6cafc7ae90abe622918e3d6a..2ebcaf69b14fb39a9025cb458de121c2cd9e965d 100644 (file)
 
     triggers:
       - timed: "0 5 */15 * *"
-      - github-pull-request:
-          included-regions:
-                - "ci/images/.*"
-                - "ci/scripts/image_scripts/.*"
+      - github
 
     pipeline-scm:
       scm:
@@ -64,5 +61,8 @@
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
+          included-regions:
+                - "ci/images/.*"
+                - "ci/scripts/image_scripts/.*"
       script-path: 'ci/jobs/{id}.pipeline'
       lightweight-checkout: False