set default values for PULL_PULL_SHA and PULL_BASE_REF to
[infra/cicd.git] / jjb / metal3 / job_openstack_image_building.yml
index d4cc31f7522bb40cc2bcc3c54bf02a9d4ee4c288..7cad3c2df0b207b2edf85dbfee127e962b0d52d5 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_image_building
     name: '{job_prefix}_openstack_image_building'
     parameters:
     - string:
         name: KUBERNETES_VERSION
-        default: "v1.27.1"
+        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: KIND_NODE_IMAGE_VERSION
-        default: "v1.27.1"
+        default: "v1.29.0"
         description: 'Kind node container image version'
 
     properties:
@@ -49,9 +55,6 @@
         artifact-days-to-keep: -1
         artifact-num-to-keep: -1
 
-    triggers:
-    - timed: "0 5 */10 * *"
-
     pipeline-scm:
       scm:
       - git: