Uplift Kubernetes and Kind node image to v1.23.3
[infra/cicd.git] / jjb / airship / job_openstack_node_image_building.yml
index f19144a8b114472b6cafc7ae90abe622918e3d6a..6bd6bdf89ef551c2c5a0bd9a333c0f6ea97cbff2 100644 (file)
@@ -35,7 +35,7 @@
     parameters:
     - string:
         name: KUBERNETES_VERSION
-        default: "v1.22.0"
+        default: "v1.23.3"
         description: 'Kubernetes version'
 
     properties:
 
     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