| --- |
| # |
| # ============LICENSE_START======================================================= |
| # Copyright (C) 2019 Nordix Foundation. |
| # ================================================================================ |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # ============LICENSE_END========================================================= |
| |
| |
| # Description: |
| # ============ |
| # This file contains global default values for metal3 projects |
| |
| # Project Defaults |
| - defaults: &global_defaults |
| name: global |
| job_prefix: 'metal3' |
| ci_github_admin_user: 'nordixinfra' |
| ci_github_whitelist_org: |
| - metal3-io |
| - nordix-metal3 |
| ci_github_repo: 'https://github.com/metal3-io/project-infra.git' |
| ci_github_jenkins_credentials_id: 'metal3-jenkins-github-username-token' |
| ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' |
| e2e_feature_test_pipeline: 'jenkins/jobs/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: '' |