X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml;h=d49d5acf5e72658e9266ddb417212a9381a2ee51;hb=HEAD;hp=509f49394d1c143bcbd1913a6cdf1e1324c336cf;hpb=a06137a59e3098c35c036037faec9326d0fb9667;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml b/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml index 509f4939..206e7909 100644 --- a/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml +++ b/jjb/metal3/job_capm3_periodic_e2e_k8s_upgrade_tests_prow.yml @@ -1,4 +1,3 @@ ---- # # ============LICENSE_START======================================================= # Copyright (C) 2024 Nordix Foundation. @@ -62,8 +61,8 @@ # End of Prow parameters - string: name: IMAGE_OS - default: '{image_os}' - description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos' + default: "ubuntu" + description: 'Distribution to use for the target host as well as source and target cluster. Default is ubuntu' - string: name: capm3_release_branch default: '{capm3_release_branch}' @@ -85,9 +84,9 @@ default: 4096 description: 'RAM size of the target host.' - string: - name: TESTS_FOR - default: "e2e_tests" - description: 'Tests using the e2e framework.' + name: NUM_NODES + default: 4 + description: 'Number of libvirt VMs.' - string: name: GINKGO_FOCUS default: "k8s-upgrade" @@ -100,10 +99,6 @@ name: KUBERNETES_VERSION_UPGRADE_TO default: '{k8s_version_upgrade_to}' description: 'Kubernetes version upgrade to' - - string: - name: KUBECTL_SHA256 - default: '{kubectl_sha256}' - description: 'Kubectl SHA256 digest matching KUBERNETES_VERSION_UPGRADE_FROM' properties: - build-discarder: @@ -113,7 +108,7 @@ artifact-num-to-keep: -1 triggers: - - timed: "H 18 * * *" + - timed: "{schedule}" pipeline-scm: scm: @@ -121,7 +116,7 @@ url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - - '{branch|main}' + - '{branch|main}' name: 'origin' refspec: '+refs/heads/*:refs/remotes/origin/*' wipe-workspace: True