set default values for PULL_PULL_SHA and PULL_BASE_REF to
[infra/cicd.git] / jjb / metal3 / job_openstack_node_image_building.yml
index ed7bf658f138c68b2933c91c6706edc56df895ec..f12d718148b3402a4b75441b660df47727063e8b 100644 (file)
@@ -24,6 +24,8 @@
 # This job can be triggered manually or through a Github pull request. It creates a
 # pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository.
 
+# NOTE: KUBERNETES_VERSION and KUBECTL_SHA256 are changed as a pair
+
 - job-template:
     id: openstack_node_image_building
     name: '{job_prefix}_openstack_node_image_building'
     parameters:
     - string:
         name: KUBERNETES_VERSION
-        default: "v1.25.2"
+        default: "v1.29.0"
         description: 'Kubernetes version'
+    - string:
+        name: KUBECTL_SHA256
+        default: '0e03ab096163f61ab610b33f37f55709d3af8e16e4dcc1eb682882ef80f96fd5'  # v1.29.0
+        description: 'Kubectl SHA256 digest matching KUBERNETES_VERSION'
+    - string:
+        name: CRICTL_VERSION
+        default: "v1.29.0"
+        description: 'CRICTL VERSION'
+    - string:
+        name: CRIO_VERSION
+        default: "v1.29.0"
+        description: 'CRI-O VERSION'
 
     properties:
     - build-discarder:
         artifact-days-to-keep: -1
         artifact-num-to-keep: -1
 
-    triggers:
-      - timed: "0 5 */15 * *"
-      - github
-
     pipeline-scm:
       scm:
       - git: