kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 1 | --- |
| 2 | # |
| 3 | # ============LICENSE_START======================================================= |
| 4 | # Copyright (C) 2019 Nordix Foundation. |
| 5 | # ================================================================================ |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # |
| 18 | # SPDX-License-Identifier: Apache-2.0 |
| 19 | # ============LICENSE_END========================================================= |
| 20 | |
| 21 | |
| 22 | # Description: |
| 23 | # ============ |
Furkat Gofurov | b1e9961 | 2022-02-04 10:48:36 +0200 | [diff] [blame] | 24 | # This file contains global default values for metal3 projects |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 25 | |
| 26 | # Project Defaults |
Rozzii | 67e2e3c | 2022-04-08 14:39:16 +0300 | [diff] [blame] | 27 | - defaults: &global_defaults |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 28 | name: global |
Furkat Gofurov | b1e9961 | 2022-02-04 10:48:36 +0200 | [diff] [blame] | 29 | job_prefix: 'metal3' |
kanwar saad bin liaqat | e0eef2d | 2019-07-25 15:32:36 +0300 | [diff] [blame] | 30 | ci_github_admin_user: 'nordixinfra' |
maelk | 81070bf | 2019-08-27 16:28:31 +0300 | [diff] [blame] | 31 | ci_github_whitelist_org: |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame] | 32 | - metal3-io |
Furkat Gofurov | b1e9961 | 2022-02-04 10:48:36 +0200 | [diff] [blame] | 33 | - nordix-metal3 |
maelk | 1a9e935 | 2020-01-21 12:49:35 +0200 | [diff] [blame] | 34 | ci_github_repo: 'https://github.com/metal3-io/project-infra.git' |
| 35 | ci_github_pipeline: 'jenkins/jobs/integration_tests.pipeline' |
adam | 525ac68 | 2023-06-05 10:23:30 +0300 | [diff] [blame] | 36 | e2e_feature_test_parallel_pipeline: 'jenkins/jobs/parallel_e2e_features_test.pipeline' |
Feruzjon Muyassarov | 503d996 | 2021-04-06 17:51:55 +0300 | [diff] [blame] | 37 | ci_github_jenkins_credentials_id: 'metal3-jenkins-github-username-token' |
Lennart Jern | 383427b | 2023-10-25 13:53:58 +0300 | [diff] [blame] | 38 | # NOTE: auth-id is taken from Jenkins Global Configuration (NOT THE CREDENTIAL STORE!) |
| 39 | # by clicking Auth ID button for the desired GitHub Server API URL |
| 40 | # Please ensure you are looking at GitHub Pull Request Builder part |
| 41 | # of global configuration and not to GitHub Server configuration |
Lennart Jern | 2f75f8e | 2023-10-31 14:57:54 +0200 | [diff] [blame] | 42 | ci_ghprb_auth_id: '46a64807-1e1c-409d-a87d-0b9837a699ab' |
Rozzii | 67e2e3c | 2022-04-08 14:39:16 +0300 | [diff] [blame] | 43 | - defaults: |
| 44 | name: integration-default-values |
| 45 | <<: *global_defaults |
| 46 | ironic_install_type: 'rpm' |
Lennart Jern | f344557 | 2023-04-03 11:06:33 +0300 | [diff] [blame] | 47 | build_mariadb_image_locally: 'false' |
Moshiur Rahman | 5372f61 | 2023-07-19 10:31:03 +0000 | [diff] [blame] | 48 | ironic_use_mariadb: 'false' |
Rozzii | 67e2e3c | 2022-04-08 14:39:16 +0300 | [diff] [blame] | 49 | name_postfix: '' |
| 50 | trigger_postfix: '' |