X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fdefaults.yml;h=12371c397a00cedd2a8a6fa49a841d6505ec914f;hb=67e2e3c334ffaf9b66aee078cbdf7b62d3f78234;hp=884d641d4f0390badea8bc881d2056a9f351e49d;hpb=2b72ee47b19574cc39a61de0d33d80d1453b4ba5;p=infra%2Fcicd.git diff --git a/jjb/metal3/defaults.yml b/jjb/metal3/defaults.yml index 884d641d4..12371c397 100644 --- a/jjb/metal3/defaults.yml +++ b/jjb/metal3/defaults.yml @@ -24,7 +24,7 @@ # This file contains global default values for metal3 projects # Project Defaults -- defaults: +- defaults: &global_defaults name: global job_prefix: 'metal3' ci_github_admin_user: 'nordixinfra' @@ -35,3 +35,11 @@ ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' ci_github_jenkins_credentials_id: 'metal3-jenkins-github-username-token' ci_ghprb_auth_id: '66556785-bf9b-42a0-812f-ccfd3c59f85c' +- defaults: + name: integration-default-values + <<: *global_defaults + ironic_install_type: 'rpm' + name_postfix: '' + trigger_postfix: '' + ironic_repo: 'https://github.com/metal3-io/ironic-image.git' + ironic_branch: 'main'