X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fdefaults.yml;h=96cd585720ecfd8cd58472f94e718f45cb229b52;hb=HEAD;hp=12371c397a00cedd2a8a6fa49a841d6505ec914f;hpb=1f2182ecf43f98222d14b2a25190221cb7ef1ce1;p=infra%2Fcicd.git diff --git a/jjb/metal3/defaults.yml b/jjb/metal3/defaults.yml index 12371c39..96cd5857 100644 --- a/jjb/metal3/defaults.yml +++ b/jjb/metal3/defaults.yml @@ -32,14 +32,22 @@ - metal3-io - nordix-metal3 ci_github_repo: 'https://github.com/metal3-io/project-infra.git' - 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' + ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' + e2e_feature_test_parallel_pipeline: 'jenkins/jobs/parallel_e2e_features_test.pipeline' + e2e_tests_pipeline: 'jenkins/jobs/capm3-e2e-tests.pipeline' + dev_env_integration_test_pipeline: 'jenkins/jobs/dev_env_integration_tests.pipeline' + image_building_pipeline: 'jenkins/jobs/image_building.pipeline' + # NOTE: auth-id is taken from Jenkins Global Configuration (NOT THE CREDENTIAL STORE!) + # by clicking Auth ID button for the desired GitHub Server API URL + # Please ensure you are looking at GitHub Pull Request Builder part + # of global configuration and not to GitHub Server configuration + ci_ghprb_auth_id: '46a64807-1e1c-409d-a87d-0b9837a699ab' - defaults: name: integration-default-values <<: *global_defaults ironic_install_type: 'rpm' + build_mariadb_image_locally: 'false' + ironic_use_mariadb: 'false' name_postfix: '' trigger_postfix: '' - ironic_repo: 'https://github.com/metal3-io/ironic-image.git' - ironic_branch: 'main'