enable inronic source install in integration test
[infra/cicd.git] / jjb / metal3 / defaults.yml
index 884d641d4f0390badea8bc881d2056a9f351e49d..12371c397a00cedd2a8a6fa49a841d6505ec914f 100644 (file)
@@ -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'
     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'