X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fverify-jobs%2Fengine-verify-deploy-test.yaml;h=54a7fa870a1a42386901e7dc41c81c0596022875;hb=e4628f6f82b04a63b6238b96ab52263ec35fe20c;hp=e24377b592785d371eb7204124f21d497c4909bf;hpb=2e8dbdde621ddb44dcb7eefafd30156c814a5371;p=infra%2Fcicd.git diff --git a/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml b/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml index e24377b5..54a7fa87 100644 --- a/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml +++ b/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml @@ -54,11 +54,11 @@ - virtual: provisioner-type: 'bifrost' slave-type: 'vpod' - gated-projects: 'infra\/engine|infra\/provisioner\/bifrost\/|infra\/installer\/kolla\/|infra\/installer\/kubespray\/' + gated-projects: 'infra/engine|infra/provisioner/bifrost|infra/installer/kolla|infra/installer/kubespray' - cloud: provisioner-type: 'heat' slave-type: 'jumphost' - gated-projects: 'infra\/engine|infra\/provisioner\/heat\/|infra\/installer\/kolla\/|infra\/installer\/kubespray\/' + gated-projects: 'infra/engine|infra/provisioner/heat|infra/installer/kubespray' distro: - ubuntu1804 @@ -88,6 +88,10 @@ name: SLAVE_LABEL default: 'engine-{slave-type}-{environment-type}-{distro}' description: 'Slave label to schedule this job on.' + - string: + name: ENGINE_REPO_URL + default: 'https://gerrit.nordix.org/infra/engine.git' + description: 'URL to Nordix Cloud Infra engine repository' - string: name: EXECUTION_MODE default: '{execution-mode}' @@ -198,7 +202,7 @@ scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + branch: refs/heads/$GERRIT_BRANCH refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false @@ -329,7 +333,7 @@ scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + branch: refs/heads/$GERRIT_BRANCH refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false @@ -355,6 +359,7 @@ echo "Info : Offline deployment and testing on cloud instances is not currently supported!" exit 0 fi + - 'generate-sdf-for-change-macro' - 'generate-ssh-keypair-macro' - 'wait-pkg-mgr-macro' - 'download-artifact-macro'