From b1e99615c243202c48834e3e3a98fefb05a2c3de Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Fri, 4 Feb 2022 10:48:36 +0200 Subject: [PATCH] Rename Airship folder and all other mentions of it to Metal3 and bml prefix to capm3 Change-Id: Iec3093938b305d008c7f302de3d8e5d26ac6f6c2 --- jjb/airship/job_capi_bm_unit_tests.yml | 93 ------------------- jjb/{airship => metal3}/defaults.yml | 6 +- .../job_artifactory_cleanup.yml | 2 +- .../job_bml_integration_tests_centos.yml | 7 +- ...ob_bml_master_integration_tests_centos.yml | 7 +- ...b_capm3_v1a4_integration_tests_centos.yml} | 8 +- ...b_capm3_v1a4_integration_tests_ubuntu.yml} | 8 +- ..._v1a4_master_integration_tests_centos.yml} | 8 +- ..._v1a4_master_integration_tests_ubuntu.yml} | 8 +- .../job_capm3_v1a5_e2e_tests_centos.yml} | 8 +- .../job_capm3_v1a5_e2e_tests_ubuntu.yml} | 8 +- ...b_capm3_v1a5_integration_tests_centos.yml} | 8 +- ...b_capm3_v1a5_integration_tests_ubuntu.yml} | 8 +- ...ob_capm3_v1a5_master_e2e_tests_centos.yml} | 8 +- ...ob_capm3_v1a5_master_e2e_tests_ubuntu.yml} | 8 +- ..._v1a5_master_integration_tests_centos.yml} | 8 +- ..._v1a5_master_integration_tests_ubuntu.yml} | 8 +- .../job_capm3_v1b1_e2e_tests_centos.yml} | 8 +- .../job_capm3_v1b1_e2e_tests_ubuntu.yml} | 8 +- ...b_capm3_v1b1_e2e_upgrade_tests_ubuntu.yml} | 8 +- ...b_capm3_v1b1_integration_tests_centos.yml} | 4 +- ...b_capm3_v1b1_integration_tests_ubuntu.yml} | 4 +- ...ob_capm3_v1b1_master_e2e_tests_centos.yml} | 8 +- ...ob_capm3_v1b1_master_e2e_tests_ubuntu.yml} | 6 +- ..._v1b1_master_integration_tests_centos.yml} | 4 +- ..._v1b1_master_integration_tests_ubuntu.yml} | 4 +- .../job_docker_image_building.yml | 4 +- .../job_feature_tests_centos.yml | 4 +- .../job_feature_tests_ubuntu.yml | 4 +- .../job_feature_tests_upgrade_ubuntu.yml | 5 +- .../job_ipa_image_building.yml | 2 +- .../job_ipa_image_building_test.yml | 2 +- .../job_keep_integration_vm_v1a5_centos.yml | 7 +- .../job_keep_integration_vm_v1a5_ubuntu.yml | 7 +- .../job_keep_integration_vm_v1b1_centos.yml | 7 +- .../job_keep_integration_vm_v1b1_ubuntu.yml | 7 +- jjb/{airship => metal3}/job_linter_tests.yml | 4 +- jjb/{airship => metal3}/job_master_clean.yml | 4 +- .../job_master_feature_tests_centos.yml | 5 +- .../job_master_feature_tests_ubuntu.yml | 5 +- ...ob_master_feature_tests_upgrade_ubuntu.yml | 5 +- ...al3_dev_tools_integration_test_centos.yml} | 17 ++-- ...al3_dev_tools_integration_test_ubuntu.yml} | 17 ++-- .../job_openstack_image_building.yml | 6 +- .../job_openstack_node_image_building.yml | 6 +- .../job_update_nordix_artifacts.yml | 2 +- .../job_update_nordix_repos.yml | 2 +- jjb/{airship => metal3}/projects.yml | 90 +++++++++--------- 48 files changed, 198 insertions(+), 279 deletions(-) delete mode 100644 jjb/airship/job_capi_bm_unit_tests.yml rename jjb/{airship => metal3}/defaults.yml (92%) rename jjb/{airship => metal3}/job_artifactory_cleanup.yml (96%) rename jjb/{airship => metal3}/job_bml_integration_tests_centos.yml (92%) rename jjb/{airship => metal3}/job_bml_master_integration_tests_centos.yml (91%) rename jjb/{airship/job_capi_bm_v1a4_integration_tests_centos.yml => metal3/job_capm3_v1a4_integration_tests_centos.yml} (92%) rename jjb/{airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml => metal3/job_capm3_v1a4_integration_tests_ubuntu.yml} (92%) rename jjb/{airship/job_capi_bm_v1a4_master_integration_tests_centos.yml => metal3/job_capm3_v1a4_master_integration_tests_centos.yml} (90%) rename jjb/{airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml => metal3/job_capm3_v1a4_master_integration_tests_ubuntu.yml} (90%) rename jjb/{airship/job_capi_capm3_e2e_v1a5_tests_centos.yml => metal3/job_capm3_v1a5_e2e_tests_centos.yml} (93%) rename jjb/{airship/job_capi_capm3_e2e_v1a5_tests_ubuntu.yml => metal3/job_capm3_v1a5_e2e_tests_ubuntu.yml} (93%) rename jjb/{airship/job_capi_bm_v1a5_integration_tests_centos.yml => metal3/job_capm3_v1a5_integration_tests_centos.yml} (92%) rename jjb/{airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml => metal3/job_capm3_v1a5_integration_tests_ubuntu.yml} (92%) rename jjb/{airship/job_capi_capm3_master_e2e_v1a5_tests_centos.yml => metal3/job_capm3_v1a5_master_e2e_tests_centos.yml} (92%) rename jjb/{airship/job_capi_capm3_master_e2e_v1a5_tests_ubuntu.yml => metal3/job_capm3_v1a5_master_e2e_tests_ubuntu.yml} (92%) rename jjb/{airship/job_capi_bm_v1a5_master_integration_tests_centos.yml => metal3/job_capm3_v1a5_master_integration_tests_centos.yml} (90%) rename jjb/{airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml => metal3/job_capm3_v1a5_master_integration_tests_ubuntu.yml} (90%) rename jjb/{airship/job_capi_capm3_e2e_v1b1_tests_centos.yml => metal3/job_capm3_v1b1_e2e_tests_centos.yml} (92%) rename jjb/{airship/job_capi_capm3_e2e_v1b1_tests_ubuntu.yml => metal3/job_capm3_v1b1_e2e_tests_ubuntu.yml} (92%) rename jjb/{airship/job_capi_capm3_e2e_upgrade_v1b1_tests_ubuntu.yml => metal3/job_capm3_v1b1_e2e_upgrade_tests_ubuntu.yml} (92%) rename jjb/{airship/job_capi_capm3_v1b1_integration_tests_centos.yml => metal3/job_capm3_v1b1_integration_tests_centos.yml} (94%) rename jjb/{airship/job_capi_capm3_v1b1_integration_tests_ubuntu.yml => metal3/job_capm3_v1b1_integration_tests_ubuntu.yml} (94%) rename jjb/{airship/job_capi_capm3_master_e2e_v1b1_tests_centos.yml => metal3/job_capm3_v1b1_master_e2e_tests_centos.yml} (92%) rename jjb/{airship/job_capi_capm3_master_e2e_v1b1_tests_ubuntu.yml => metal3/job_capm3_v1b1_master_e2e_tests_ubuntu.yml} (93%) rename jjb/{airship/job_capi_capm3_v1b1_master_integration_tests_centos.yml => metal3/job_capm3_v1b1_master_integration_tests_centos.yml} (93%) rename jjb/{airship/job_capi_capm3_v1b1_master_integration_tests_ubuntu.yml => metal3/job_capm3_v1b1_master_integration_tests_ubuntu.yml} (93%) rename jjb/{airship => metal3}/job_docker_image_building.yml (92%) rename jjb/{airship => metal3}/job_feature_tests_centos.yml (97%) rename jjb/{airship => metal3}/job_feature_tests_ubuntu.yml (95%) rename jjb/{airship => metal3}/job_feature_tests_upgrade_ubuntu.yml (95%) rename jjb/{airship => metal3}/job_ipa_image_building.yml (98%) rename jjb/{airship => metal3}/job_ipa_image_building_test.yml (98%) rename jjb/{airship => metal3}/job_keep_integration_vm_v1a5_centos.yml (92%) rename jjb/{airship => metal3}/job_keep_integration_vm_v1a5_ubuntu.yml (92%) rename jjb/{airship => metal3}/job_keep_integration_vm_v1b1_centos.yml (92%) rename jjb/{airship => metal3}/job_keep_integration_vm_v1b1_ubuntu.yml (92%) rename jjb/{airship => metal3}/job_linter_tests.yml (94%) rename jjb/{airship => metal3}/job_master_clean.yml (91%) rename jjb/{airship => metal3}/job_master_feature_tests_centos.yml (94%) rename jjb/{airship => metal3}/job_master_feature_tests_ubuntu.yml (94%) rename jjb/{airship => metal3}/job_master_feature_tests_upgrade_ubuntu.yml (94%) rename jjb/{airship/job_airship_integration_test_centos.yml => metal3/job_metal3_dev_tools_integration_test_centos.yml} (86%) rename jjb/{airship/job_airship_integration_test_ubuntu.yml => metal3/job_metal3_dev_tools_integration_test_ubuntu.yml} (86%) rename jjb/{airship => metal3}/job_openstack_image_building.yml (89%) rename jjb/{airship => metal3}/job_openstack_node_image_building.yml (89%) rename jjb/{airship => metal3}/job_update_nordix_artifacts.yml (97%) rename jjb/{airship => metal3}/job_update_nordix_repos.yml (98%) rename jjb/{airship => metal3}/projects.yml (70%) diff --git a/jjb/airship/job_capi_bm_unit_tests.yml b/jjb/airship/job_capi_bm_unit_tests.yml deleted file mode 100644 index 46cb37ba..00000000 --- a/jjb/airship/job_capi_bm_unit_tests.yml +++ /dev/null @@ -1,93 +0,0 @@ ---- -# -# ============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 job template definition for K8s CAPI Baremetal integration tests. -# This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. - -- job-template: - id: capi_bm_unit_tests - name: '{job_prefix}_{name}_unit_test' - description: "K8s CAPI baremetal unit tests for {repo[org]}/{repo[name]}. " - project-type: pipeline - defaults: global - disabled: False - concurrent: True - parameters: - - string: - name: PROJECT_REPO_ORG - default: '{repo[org]}' - description: 'Project github repo org name' - - string: - name: PROJECT_REPO_NAME - default: '{repo[name]}' - description: 'Project github repo name' - - string: - name: ghprbActualCommit - default: 'master' - description: 'CI Repo branch for triggering manual build' - - properties: - - build-discarder: - days-to-keep: 30 - num-to-keep: 300 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 - - github: - url: https://github.com/{repo[org]}/{repo[name]} - - triggers: - - github-pull-request: - admin-list: - - '{ci_github_admin_user}' - org-list: "{ci_github_whitelist_org}" - cron: 'H/5 * * * *' - auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '/test-unit' - skip-build-phrase: '/skip-test' - only-trigger-phrase: True - github-hooks: True - permit-all: False - auto-close-on-fail: False - allow-whitelist-orgs-as-admins: True - white-list-target-branches: - - master - - main - status-context: "integration-tests" - success-status: "Passed" - failure-status: "Failed" - error-status: "Error" - cancel-builds-on-update: True - pipeline-scm: - scm: - - git: - url: "{ci_github_repo}" - credentials-id: "{ci_github_jenkins_credentials_id}" - branches: - - '{branch|master}' - name: 'origin' - refspec: '+refs/heads/*:refs/remotes/origin/*' - wipe-workspace: True - honor-refspec: True - shallow-clone: False - script-path: 'ci/jobs/{id}.pipeline' - lightweight-checkout: False diff --git a/jjb/airship/defaults.yml b/jjb/metal3/defaults.yml similarity index 92% rename from jjb/airship/defaults.yml rename to jjb/metal3/defaults.yml index e6b604e9..884d641d 100644 --- a/jjb/airship/defaults.yml +++ b/jjb/metal3/defaults.yml @@ -21,16 +21,16 @@ # Description: # ============ -# This file contains global default values for airship projects +# This file contains global default values for metal3 projects # Project Defaults - defaults: name: global - job_prefix: 'airship' + job_prefix: 'metal3' ci_github_admin_user: 'nordixinfra' ci_github_whitelist_org: - metal3-io - - nordix-airship + - 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' diff --git a/jjb/airship/job_artifactory_cleanup.yml b/jjb/metal3/job_artifactory_cleanup.yml similarity index 96% rename from jjb/airship/job_artifactory_cleanup.yml rename to jjb/metal3/job_artifactory_cleanup.yml index f9d1fa8d..deff01d7 100644 --- a/jjb/airship/job_artifactory_cleanup.yml +++ b/jjb/metal3/job_artifactory_cleanup.yml @@ -22,7 +22,7 @@ # ============ # This file contains job template definition for nordix Artifacotry cleanup. # This job can be triggered manually. It creates a pipeline job. -# The pipeline scripts are maintained in Nordix/airship-dev-tools repository. +# The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: artifactory_cleanup diff --git a/jjb/airship/job_bml_integration_tests_centos.yml b/jjb/metal3/job_bml_integration_tests_centos.yml similarity index 92% rename from jjb/airship/job_bml_integration_tests_centos.yml rename to jjb/metal3/job_bml_integration_tests_centos.yml index 2304a213..252ea729 100644 --- a/jjb/airship/job_bml_integration_tests_centos.yml +++ b/jjb/metal3/job_bml_integration_tests_centos.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPM3 integration test. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) BML +# integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: bml_integration_tests_centos name: '{job_prefix}_{name}_bml_integration_tests_centos' - description: "K8s CAPIM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." + description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_bml_master_integration_tests_centos.yml b/jjb/metal3/job_bml_master_integration_tests_centos.yml similarity index 91% rename from jjb/airship/job_bml_master_integration_tests_centos.yml rename to jjb/metal3/job_bml_master_integration_tests_centos.yml index 595f820e..0d713e58 100644 --- a/jjb/airship/job_bml_master_integration_tests_centos.yml +++ b/jjb/metal3/job_bml_master_integration_tests_centos.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPM3 integration test. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) BML +# integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: bml_master_integration_tests_centos name: '{job_prefix}_master_bml_integration_tests_centos' - description: "K8s CAPIM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." + description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS in Bare Metal Lab." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1a4_integration_tests_centos.yml similarity index 92% rename from jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1a4_integration_tests_centos.yml index 016d71e4..3482394e 100644 --- a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a4_integration_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a4_integration_tests_centos + id: capm3_v1a4_integration_tests_centos name: '{job_prefix}_{name}_v1a4_integration_test_centos' - description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a4_integration_tests_ubuntu.yml similarity index 92% rename from jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a4_integration_tests_ubuntu.yml index 290aef92..50f291a1 100644 --- a/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a4_integration_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a4_integration_tests_ubuntu + id: capm3_v1a4_integration_tests_ubuntu name: '{job_prefix}_{name}_v1a4_integration_test_ubuntu' - description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1a4_master_integration_tests_centos.yml similarity index 90% rename from jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1a4_master_integration_tests_centos.yml index dfc635da..99713adb 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a4_master_integration_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a4_master_integration_tests_centos + id: capm3_v1a4_master_integration_tests_centos name: '{job_prefix}_master_v1a4_integration_test_centos' - description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a4_master_integration_tests_ubuntu.yml similarity index 90% rename from jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a4_master_integration_tests_ubuntu.yml index 94326b6d..84787099 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a4_master_integration_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a4_master_integration_tests_ubuntu + id: capm3_v1a4_master_integration_tests_ubuntu name: '{job_prefix}_master_v1a4_integration_test_ubuntu' - description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_e2e_v1a5_tests_centos.yml b/jjb/metal3/job_capm3_v1a5_e2e_tests_centos.yml similarity index 93% rename from jjb/airship/job_capi_capm3_e2e_v1a5_tests_centos.yml rename to jjb/metal3/job_capm3_v1a5_e2e_tests_centos.yml index 80ef21e7..1e22392e 100644 --- a/jjb/airship/job_capi_capm3_e2e_v1a5_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a5_e2e_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal e2e tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_e2e_v1a5_tests_centos + id: capm3_v1a5_e2e_tests_centos name: '{job_prefix}_{name}_v1a5_e2e_test_centos' - description: "K8s CAPI metal3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_e2e_v1a5_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a5_e2e_tests_ubuntu.yml similarity index 93% rename from jjb/airship/job_capi_capm3_e2e_v1a5_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a5_e2e_tests_ubuntu.yml index a7797b0e..5330d9ab 100644 --- a/jjb/airship/job_capi_capm3_e2e_v1a5_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a5_e2e_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal e2e tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_e2e_v1a5_tests_ubuntu + id: capm3_v1a5_e2e_tests_ubuntu name: '{job_prefix}_{name}_v1a5_e2e_test_ubuntu' - description: "K8s CAPI metal3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1a5_integration_tests_centos.yml similarity index 92% rename from jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1a5_integration_tests_centos.yml index aca035ef..600154bb 100644 --- a/jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a5_integration_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a5_integration_tests_centos + id: capm3_v1a5_integration_tests_centos name: '{job_prefix}_{name}_v1a5_integration_test_centos' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a5_integration_tests_ubuntu.yml similarity index 92% rename from jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a5_integration_tests_ubuntu.yml index 035111b9..96ef2439 100644 --- a/jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a5_integration_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a5_integration_tests_ubuntu + id: capm3_v1a5_integration_tests_ubuntu name: '{job_prefix}_{name}_v1a5_integration_test_ubuntu' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_centos.yml b/jjb/metal3/job_capm3_v1a5_master_e2e_tests_centos.yml similarity index 92% rename from jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_centos.yml rename to jjb/metal3/job_capm3_v1a5_master_e2e_tests_centos.yml index a1c843c1..605079a7 100644 --- a/jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a5_master_e2e_tests_centos.yml @@ -20,13 +20,13 @@ # Description: # ============ -# This file contains job template definition for CAPM3 E2E tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or periodically by the CI system. It creates a -# pipeline job. The pipeline scripts are maintained in metal3 project infra repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_master_e2e_v1a5_tests_centos - name: '{job_prefix}_master_e2e_v1a5_test_centos' + id: capm3_v1a5_master_e2e_tests_centos + name: '{job_prefix}_master_v1a5_e2e_test_centos' description: "CAPM3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on CentOS." project-type: pipeline defaults: global diff --git a/jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a5_master_e2e_tests_ubuntu.yml similarity index 92% rename from jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a5_master_e2e_tests_ubuntu.yml index a8e8f20e..2f6c2bb2 100644 --- a/jjb/airship/job_capi_capm3_master_e2e_v1a5_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a5_master_e2e_tests_ubuntu.yml @@ -20,13 +20,13 @@ # Description: # ============ -# This file contains job template definition for CAPM3 E2E tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or periodically by the CI system. It creates a -# pipeline job. The pipeline scripts are maintained in metal3 project infra repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_master_e2e_v1a5_tests_ubuntu - name: '{job_prefix}_master_e2e_v1a5_test_ubuntu' + id: capm3_v1a5_master_e2e_tests_ubuntu + name: '{job_prefix}_master_v1a5_e2e_test_ubuntu' description: "CAPM3 v1alpha5 e2e tests for {repo[org]}/{repo[name]} on Ubuntu." project-type: pipeline defaults: global diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1a5_master_integration_tests_centos.yml similarity index 90% rename from jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1a5_master_integration_tests_centos.yml index 3a0f7730..b7fac187 100644 --- a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1a5_master_integration_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a5_master_integration_tests_centos + id: capm3_v1a5_master_integration_tests_centos name: '{job_prefix}_master_v1a5_integration_test_centos' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1a5_master_integration_tests_ubuntu.yml similarity index 90% rename from jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1a5_master_integration_tests_ubuntu.yml index 050c22e8..2f910cc6 100644 --- a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1a5_master_integration_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_bm_v1a5_master_integration_tests_ubuntu + id: capm3_v1a5_master_integration_tests_ubuntu name: '{job_prefix}_master_v1a5_integration_test_ubuntu' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_e2e_v1b1_tests_centos.yml b/jjb/metal3/job_capm3_v1b1_e2e_tests_centos.yml similarity index 92% rename from jjb/airship/job_capi_capm3_e2e_v1b1_tests_centos.yml rename to jjb/metal3/job_capm3_v1b1_e2e_tests_centos.yml index b917a08c..603813f1 100644 --- a/jjb/airship/job_capi_capm3_e2e_v1b1_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1b1_e2e_tests_centos.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal e2e tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_e2e_v1b1_tests_centos + id: capm3_v1b1_e2e_tests_centos name: '{job_prefix}_{name}_v1b1_e2e_test_centos' - description: "K8s CAPI metal3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_e2e_v1b1_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1b1_e2e_tests_ubuntu.yml similarity index 92% rename from jjb/airship/job_capi_capm3_e2e_v1b1_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1b1_e2e_tests_ubuntu.yml index 46feccbc..364d0da7 100644 --- a/jjb/airship/job_capi_capm3_e2e_v1b1_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1b1_e2e_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal e2e tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_e2e_v1b1_tests_ubuntu + id: capm3_v1b1_e2e_tests_ubuntu name: '{job_prefix}_{name}_v1b1_e2e_test_ubuntu' - description: "K8s CAPI metal3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_e2e_upgrade_v1b1_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1b1_e2e_upgrade_tests_ubuntu.yml similarity index 92% rename from jjb/airship/job_capi_capm3_e2e_upgrade_v1b1_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1b1_e2e_upgrade_tests_ubuntu.yml index 0a8046d1..f124d51a 100644 --- a/jjb/airship/job_capi_capm3_e2e_upgrade_v1b1_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1b1_e2e_upgrade_tests_ubuntu.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal e2e tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_e2e_upgrade_v1b1_tests_ubuntu + id: capm3_v1b1_e2e_upgrade_tests_ubuntu name: '{job_prefix}_{name}_v1b1_e2e_upgrade_test_ubuntu' - description: "K8s CAPI metal3 v1beta1 e2e upgrade tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1beta1 e2e upgrade tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_capi_capm3_v1b1_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1b1_integration_tests_centos.yml similarity index 94% rename from jjb/airship/job_capi_capm3_v1b1_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1b1_integration_tests_centos.yml index b4c85761..76b672cf 100644 --- a/jjb/airship/job_capi_capm3_v1b1_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1b1_integration_tests_centos.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) v1beta1 integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: capm3_v1b1_integration_tests_centos diff --git a/jjb/airship/job_capi_capm3_v1b1_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1b1_integration_tests_ubuntu.yml similarity index 94% rename from jjb/airship/job_capi_capm3_v1b1_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1b1_integration_tests_ubuntu.yml index 11879366..296ed893 100644 --- a/jjb/airship/job_capi_capm3_v1b1_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1b1_integration_tests_ubuntu.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) v1beta1 integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: capm3_v1b1_integration_tests_ubuntu diff --git a/jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_centos.yml b/jjb/metal3/job_capm3_v1b1_master_e2e_tests_centos.yml similarity index 92% rename from jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_centos.yml rename to jjb/metal3/job_capm3_v1b1_master_e2e_tests_centos.yml index 510efb84..7591c02c 100644 --- a/jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1b1_master_e2e_tests_centos.yml @@ -20,13 +20,13 @@ # Description: # ============ -# This file contains job template definition for CAPM3 E2E tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or periodically by the CI system. It creates a -# pipeline job. The pipeline scripts are maintained in metal3 project infra repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_master_e2e_v1b1_tests_centos - name: '{job_prefix}_master_e2e_v1b1_test_centos' + id: capm3_v1b1_master_e2e_tests_centos + name: '{job_prefix}_master_v1b1_e2e_test_centos' description: "CAPM3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on CentOS." project-type: pipeline defaults: global diff --git a/jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1b1_master_e2e_tests_ubuntu.yml similarity index 93% rename from jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1b1_master_e2e_tests_ubuntu.yml index 085d03a6..ea3b93b5 100644 --- a/jjb/airship/job_capi_capm3_master_e2e_v1b1_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1b1_master_e2e_tests_ubuntu.yml @@ -20,12 +20,12 @@ # Description: # ============ -# This file contains job template definition for CAPM3 E2E tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) e2e tests. # This job can be triggered manually or periodically by the CI system. It creates a -# pipeline job. The pipeline scripts are maintained in metal3 project infra repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: - id: capi_capm3_master_e2e_v1b1_tests_ubuntu + id: capm3_v1b1_master_e2e_tests_ubuntu name: '{job_prefix}_master_e2e_v1b1_test_ubuntu' description: "CAPM3 v1beta1 e2e tests for {repo[org]}/{repo[name]} on Ubuntu." project-type: pipeline diff --git a/jjb/airship/job_capi_capm3_v1b1_master_integration_tests_centos.yml b/jjb/metal3/job_capm3_v1b1_master_integration_tests_centos.yml similarity index 93% rename from jjb/airship/job_capi_capm3_v1b1_master_integration_tests_centos.yml rename to jjb/metal3/job_capm3_v1b1_master_integration_tests_centos.yml index 4809ec78..d3c0864c 100644 --- a/jjb/airship/job_capi_capm3_v1b1_master_integration_tests_centos.yml +++ b/jjb/metal3/job_capm3_v1b1_master_integration_tests_centos.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 master integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) v1beta1 master integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: capm3_v1b1_master_integration_tests_centos diff --git a/jjb/airship/job_capi_capm3_v1b1_master_integration_tests_ubuntu.yml b/jjb/metal3/job_capm3_v1b1_master_integration_tests_ubuntu.yml similarity index 93% rename from jjb/airship/job_capi_capm3_v1b1_master_integration_tests_ubuntu.yml rename to jjb/metal3/job_capm3_v1b1_master_integration_tests_ubuntu.yml index 4a6a5b8c..7b8c2f7d 100644 --- a/jjb/airship/job_capi_capm3_v1b1_master_integration_tests_ubuntu.yml +++ b/jjb/metal3/job_capm3_v1b1_master_integration_tests_ubuntu.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 master integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) v1beta1 master integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: capm3_v1b1_master_integration_tests_ubuntu diff --git a/jjb/airship/job_docker_image_building.yml b/jjb/metal3/job_docker_image_building.yml similarity index 92% rename from jjb/airship/job_docker_image_building.yml rename to jjb/metal3/job_docker_image_building.yml index 903787fb..12f85e6f 100644 --- a/jjb/airship/job_docker_image_building.yml +++ b/jjb/metal3/job_docker_image_building.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Docker image building. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: docker_image_building diff --git a/jjb/airship/job_feature_tests_centos.yml b/jjb/metal3/job_feature_tests_centos.yml similarity index 97% rename from jjb/airship/job_feature_tests_centos.yml rename to jjb/metal3/job_feature_tests_centos.yml index fbec7619..f18616a2 100644 --- a/jjb/airship/job_feature_tests_centos.yml +++ b/jjb/metal3/job_feature_tests_centos.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for K8s CAPI Baremetal feature tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: feature_tests_centos diff --git a/jjb/airship/job_feature_tests_ubuntu.yml b/jjb/metal3/job_feature_tests_ubuntu.yml similarity index 95% rename from jjb/airship/job_feature_tests_ubuntu.yml rename to jjb/metal3/job_feature_tests_ubuntu.yml index da78bf26..13dd599c 100644 --- a/jjb/airship/job_feature_tests_ubuntu.yml +++ b/jjb/metal3/job_feature_tests_ubuntu.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) feature tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: feature_tests_ubuntu diff --git a/jjb/airship/job_feature_tests_upgrade_ubuntu.yml b/jjb/metal3/job_feature_tests_upgrade_ubuntu.yml similarity index 95% rename from jjb/airship/job_feature_tests_upgrade_ubuntu.yml rename to jjb/metal3/job_feature_tests_upgrade_ubuntu.yml index b1fe648e..79f01a30 100644 --- a/jjb/airship/job_feature_tests_upgrade_ubuntu.yml +++ b/jjb/metal3/job_feature_tests_upgrade_ubuntu.yml @@ -20,9 +20,10 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) feature +# upgrade tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: feature_tests_upgrade_ubuntu diff --git a/jjb/airship/job_ipa_image_building.yml b/jjb/metal3/job_ipa_image_building.yml similarity index 98% rename from jjb/airship/job_ipa_image_building.yml rename to jjb/metal3/job_ipa_image_building.yml index 85c8cb2b..808227f3 100644 --- a/jjb/airship/job_ipa_image_building.yml +++ b/jjb/metal3/job_ipa_image_building.yml @@ -22,7 +22,7 @@ # ============ # This file contains job template definition for nordix IPA image building. # This job can be triggered manually. It creates a pipeline job. -# The pipeline scripts are maintained in Nordix/airship-dev-tools repository. +# The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: openstack_ipa_and_ironic_image_building diff --git a/jjb/airship/job_ipa_image_building_test.yml b/jjb/metal3/job_ipa_image_building_test.yml similarity index 98% rename from jjb/airship/job_ipa_image_building_test.yml rename to jjb/metal3/job_ipa_image_building_test.yml index 2c0efd92..cf22253f 100644 --- a/jjb/airship/job_ipa_image_building_test.yml +++ b/jjb/metal3/job_ipa_image_building_test.yml @@ -22,7 +22,7 @@ # ============ # This file contains job template definition for for nordix IPA image building test. # This job can be triggered on PRs manually. It creates a pipeline job. -# The pipeline scripts are maintained in Nordix/airship-dev-tools repository. +# The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: metal3_ipa_and_ironic_image_building_test diff --git a/jjb/airship/job_keep_integration_vm_v1a5_centos.yml b/jjb/metal3/job_keep_integration_vm_v1a5_centos.yml similarity index 92% rename from jjb/airship/job_keep_integration_vm_v1a5_centos.yml rename to jjb/metal3/job_keep_integration_vm_v1a5_centos.yml index 26ba8c37..8e48a453 100644 --- a/jjb/airship/job_keep_integration_vm_v1a5_centos.yml +++ b/jjb/metal3/job_keep_integration_vm_v1a5_centos.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# keeping integration test vm. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: keep_v1a5_test_centos_alive name: '{job_prefix}_{name}_keep_v1a5_test_centos_alive' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "CAPM3 v1alpha5 integration tests for keeping the vm for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_keep_integration_vm_v1a5_ubuntu.yml b/jjb/metal3/job_keep_integration_vm_v1a5_ubuntu.yml similarity index 92% rename from jjb/airship/job_keep_integration_vm_v1a5_ubuntu.yml rename to jjb/metal3/job_keep_integration_vm_v1a5_ubuntu.yml index fd1f39b0..fa02bd32 100644 --- a/jjb/airship/job_keep_integration_vm_v1a5_ubuntu.yml +++ b/jjb/metal3/job_keep_integration_vm_v1a5_ubuntu.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# keeping integration test vm. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: keep_v1a5_test_ubuntu_alive name: '{job_prefix}_{name}_keep_v1a5_test_ubuntu_alive' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "CAPM3 v1alpha5 integration tests for keeping the vm for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_keep_integration_vm_v1b1_centos.yml b/jjb/metal3/job_keep_integration_vm_v1b1_centos.yml similarity index 92% rename from jjb/airship/job_keep_integration_vm_v1b1_centos.yml rename to jjb/metal3/job_keep_integration_vm_v1b1_centos.yml index 2d6e8a51..4e775496 100644 --- a/jjb/airship/job_keep_integration_vm_v1b1_centos.yml +++ b/jjb/metal3/job_keep_integration_vm_v1b1_centos.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# keeping integration test vm. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: keep_v1b1_test_centos_alive name: '{job_prefix}_{name}_keep_v1b1_test_centos_alive' - description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS." + description: "CAPM3 v1beta1 integration tests for keeping the vm for {repo[org]}/{repo[name]} on CentOS." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml b/jjb/metal3/job_keep_integration_vm_v1b1_ubuntu.yml similarity index 92% rename from jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml rename to jjb/metal3/job_keep_integration_vm_v1b1_ubuntu.yml index 03d2693f..9bf928c8 100644 --- a/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml +++ b/jjb/metal3/job_keep_integration_vm_v1b1_ubuntu.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for CAPM3 v1beta1 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# keeping integration test vm. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: keep_v1b1_test_ubuntu_alive name: '{job_prefix}_{name}_keep_v1b1_test_ubuntu_alive' - description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on Ubuntu." + description: "CAPM3 v1beta1 integration tests for keeping the vm for {repo[org]}/{repo[name]} on Ubuntu." project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_linter_tests.yml b/jjb/metal3/job_linter_tests.yml similarity index 94% rename from jjb/airship/job_linter_tests.yml rename to jjb/metal3/job_linter_tests.yml index 33900312..3d48d585 100644 --- a/jjb/airship/job_linter_tests.yml +++ b/jjb/metal3/job_linter_tests.yml @@ -20,9 +20,9 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for linter tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: linter_tests diff --git a/jjb/airship/job_master_clean.yml b/jjb/metal3/job_master_clean.yml similarity index 91% rename from jjb/airship/job_master_clean.yml rename to jjb/metal3/job_master_clean.yml index 43cd780c..a8cac1ce 100644 --- a/jjb/airship/job_master_clean.yml +++ b/jjb/metal3/job_master_clean.yml @@ -20,10 +20,10 @@ # Description: # ============ -# This file contains job template definition for K8s CAPM3 integration tests +# This file contains job template definition for K8s Cluster API Provider Metal3 (CAPM3) integration tests # cleanup. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: master_clean diff --git a/jjb/airship/job_master_feature_tests_centos.yml b/jjb/metal3/job_master_feature_tests_centos.yml similarity index 94% rename from jjb/airship/job_master_feature_tests_centos.yml rename to jjb/metal3/job_master_feature_tests_centos.yml index 264d6def..598a86d8 100644 --- a/jjb/airship/job_master_feature_tests_centos.yml +++ b/jjb/metal3/job_master_feature_tests_centos.yml @@ -20,9 +20,10 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# feature tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: master_feature_tests_centos diff --git a/jjb/airship/job_master_feature_tests_ubuntu.yml b/jjb/metal3/job_master_feature_tests_ubuntu.yml similarity index 94% rename from jjb/airship/job_master_feature_tests_ubuntu.yml rename to jjb/metal3/job_master_feature_tests_ubuntu.yml index 8d3a5fd3..9a8fcbf8 100644 --- a/jjb/airship/job_master_feature_tests_ubuntu.yml +++ b/jjb/metal3/job_master_feature_tests_ubuntu.yml @@ -20,9 +20,10 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# feature tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: master_feature_tests_ubuntu diff --git a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml b/jjb/metal3/job_master_feature_tests_upgrade_ubuntu.yml similarity index 94% rename from jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml rename to jjb/metal3/job_master_feature_tests_upgrade_ubuntu.yml index a829627b..d4cc7a86 100644 --- a/jjb/airship/job_master_feature_tests_upgrade_ubuntu.yml +++ b/jjb/metal3/job_master_feature_tests_upgrade_ubuntu.yml @@ -20,9 +20,10 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# feature upgrade tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Metal3 CI project infra repository. - job-template: id: master_feature_tests_upgrade_ubuntu diff --git a/jjb/airship/job_airship_integration_test_centos.yml b/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml similarity index 86% rename from jjb/airship/job_airship_integration_test_centos.yml rename to jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml index a11f99df..746ad6ed 100644 --- a/jjb/airship/job_airship_integration_test_centos.yml +++ b/jjb/metal3/job_metal3_dev_tools_integration_test_centos.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPM3 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# dev tools integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: - id: airship_integration_test_centos - name: 'airship_dev_tools_integration_test_centos' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on CentOS. " + id: metal3_dev_tools_integration_test_centos + name: 'metal3_dev_tools_integration_test_centos' + description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False @@ -94,7 +95,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-integration-airship-centos(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/test-integration-metal3-centos(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -104,7 +105,7 @@ white-list-target-branches: - 'master' - 'main' - status-context: "test-integration-airship-centos" + status-context: "test-integration-metal3-centos" success-status: "Passed" failure-status: "Failed" error-status: "Error" @@ -121,5 +122,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: 'ci/jobs/airship_integration_tests.pipeline' + script-path: 'ci/jobs/metal3_dev_tools_integration_tests.pipeline' lightweight-checkout: False diff --git a/jjb/airship/job_airship_integration_test_ubuntu.yml b/jjb/metal3/job_metal3_dev_tools_integration_test_ubuntu.yml similarity index 86% rename from jjb/airship/job_airship_integration_test_ubuntu.yml rename to jjb/metal3/job_metal3_dev_tools_integration_test_ubuntu.yml index 48791592..ed244edc 100644 --- a/jjb/airship/job_airship_integration_test_ubuntu.yml +++ b/jjb/metal3/job_metal3_dev_tools_integration_test_ubuntu.yml @@ -20,14 +20,15 @@ # Description: # ============ -# This file contains job template definition for K8s CAPM3 integration tests. +# This file contains job template definition for Cluster API Provider Metal3 (CAPM3) +# dev tools integration tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: - id: airship_integration_test_ubuntu - name: 'airship_dev_tools_integration_test_ubuntu' - description: "K8s CAPI metal3 v1alpha5 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + id: metal3_dev_tools_integration_test_ubuntu + name: 'metal3_dev_tools_integration_test_ubuntu' + description: "CAPM3 v1beta1 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False @@ -94,7 +95,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-integration-airship-ubuntu(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/test-integration-metal3-ubuntu(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -103,7 +104,7 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - status-context: "test-integration-airship-ubuntu" + status-context: "test-integration-metal3-ubuntu" success-status: "Passed" failure-status: "Failed" error-status: "Error" @@ -120,5 +121,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: 'ci/jobs/airship_integration_tests.pipeline' + script-path: 'ci/jobs/metal3_dev_tools_integration_tests.pipeline' lightweight-checkout: False diff --git a/jjb/airship/job_openstack_image_building.yml b/jjb/metal3/job_openstack_image_building.yml similarity index 89% rename from jjb/airship/job_openstack_image_building.yml rename to jjb/metal3/job_openstack_image_building.yml index 68bfa316..add69a9b 100644 --- a/jjb/airship/job_openstack_image_building.yml +++ b/jjb/metal3/job_openstack_image_building.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for Openstack image building tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: openstack_image_building name: '{job_prefix}_openstack_image_building' - description: "Builder job for Openstack images for Airship CI" + description: "Builder job for Openstack images for Metal3 CI" project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_openstack_node_image_building.yml b/jjb/metal3/job_openstack_node_image_building.yml similarity index 89% rename from jjb/airship/job_openstack_node_image_building.yml rename to jjb/metal3/job_openstack_node_image_building.yml index 6bd6bdf8..6c3cc5c4 100644 --- a/jjb/airship/job_openstack_node_image_building.yml +++ b/jjb/metal3/job_openstack_node_image_building.yml @@ -20,14 +20,14 @@ # Description: # ============ -# This file contains job template definition for K8s CAPI Baremetal integration tests. +# This file contains job template definition for node image building tests tests. # This job can be triggered manually or through a Github pull request. It creates a -# pipeline job. The pipeline scripts are maintained in Airship CI repository. +# pipeline job. The pipeline scripts are maintained in Nordix/metal3-dev-tools repository. - job-template: id: openstack_node_image_building name: '{job_prefix}_openstack_node_image_building' - description: "Builder job for Openstack node images for Airship CI" + description: "Builder job for Openstack node images for Metal3 CI" project-type: pipeline defaults: global disabled: False diff --git a/jjb/airship/job_update_nordix_artifacts.yml b/jjb/metal3/job_update_nordix_artifacts.yml similarity index 97% rename from jjb/airship/job_update_nordix_artifacts.yml rename to jjb/metal3/job_update_nordix_artifacts.yml index f990f66b..c24359e3 100644 --- a/jjb/airship/job_update_nordix_artifacts.yml +++ b/jjb/metal3/job_update_nordix_artifacts.yml @@ -23,7 +23,7 @@ # This file contains job template definition for updating Nordix Artifactory # from upstream artifacts. This job can be triggered manually but is intended # to run on a schedule request. It creates a pipeline job. The pipeline scripts -# are maintained in Airship CI repository. +# are maintained in Nordix/metal3-dev-tools repository. - job-template: id: update_nordix_artifacts diff --git a/jjb/airship/job_update_nordix_repos.yml b/jjb/metal3/job_update_nordix_repos.yml similarity index 98% rename from jjb/airship/job_update_nordix_repos.yml rename to jjb/metal3/job_update_nordix_repos.yml index 63757b9f..e3ad1f84 100644 --- a/jjb/airship/job_update_nordix_repos.yml +++ b/jjb/metal3/job_update_nordix_repos.yml @@ -23,7 +23,7 @@ # This file contains job template definition for updating Nordix repositories # from upstream. This job can be triggered manually or through a Github pull # request. It creates a pipeline job. The pipeline scripts are maintained in -# Airship CI repository. +# Nordix/metal3-dev-tools repository. - job-template: id: update_nordix_repos diff --git a/jjb/airship/projects.yml b/jjb/metal3/projects.yml similarity index 70% rename from jjb/airship/projects.yml rename to jjb/metal3/projects.yml index 08ae3652..b0249346 100644 --- a/jjb/airship/projects.yml +++ b/jjb/metal3/projects.yml @@ -21,7 +21,7 @@ # Description: # ============ -# This file contains the list of JJB projects in airship category. Each project +# This file contains the list of JJB projects in metal3 category. Each project # corresponds to a github repository. Under each project's 'jobs' list defines the # jobs associated with that github repository. The job definitions can be found # in job_{job_id}.yml files in any of JJB include folders. @@ -30,7 +30,7 @@ name: 'nordix_dev_tools' branch: '${{ghprbActualCommit}}' ci_github_whitelist_org: - - nordix-airship + - nordix-metal3 jobs: - linter_tests - openstack_image_building @@ -40,15 +40,15 @@ - openstack_node_image_building - openstack_ipa_and_ironic_image_building - metal3_ipa_and_ironic_image_building_test - - airship_integration_test_centos - - airship_integration_test_ubuntu + - metal3_dev_tools_integration_test_centos + - metal3_dev_tools_integration_test_ubuntu - artifactory_cleanup repo: org: "Nordix" - name: "airship-dev-tools" + name: "metal3-dev-tools" ci_github_jenkins_credentials_id: 'nordix-airship-ci-github-prod-token' ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2' - ci_github_repo: 'https://github.com/Nordix/airship-dev-tools.git' + ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git' - project: name: 'metal3io_project_infra' @@ -58,10 +58,10 @@ name: "project-infra" ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - feature_tests_ubuntu @@ -88,10 +88,10 @@ org: "metal3-io" name: "baremetal-operator" jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - keep_v1b1_test_ubuntu_alive @@ -106,10 +106,10 @@ org: "metal3-io" name: "ip-address-manager" jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - keep_v1b1_test_ubuntu_alive @@ -120,14 +120,14 @@ - project: name: "metal3io_metal3_dev_env" jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a4_master_integration_tests_centos - - capi_bm_v1a4_master_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu - - capi_bm_v1a5_master_integration_tests_centos - - capi_bm_v1a5_master_integration_tests_ubuntu + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a4_master_integration_tests_centos + - capm3_v1a4_master_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu + - capm3_v1a5_master_integration_tests_centos + - capm3_v1a5_master_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - capm3_v1b1_master_integration_tests_centos @@ -155,21 +155,21 @@ org: "metal3-io" name: "cluster-api-provider-metal3" jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu - - capi_capm3_e2e_v1a5_tests_ubuntu - - capi_capm3_e2e_v1a5_tests_centos - - capi_capm3_master_e2e_v1a5_tests_ubuntu - - capi_capm3_master_e2e_v1a5_tests_centos + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu + - capm3_v1a5_e2e_tests_ubuntu + - capm3_v1a5_e2e_tests_centos + - capm3_v1a5_master_e2e_tests_ubuntu + - capm3_v1a5_master_e2e_tests_centos - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - - capi_capm3_e2e_v1b1_tests_centos - - capi_capm3_e2e_v1b1_tests_ubuntu - - capi_capm3_e2e_upgrade_v1b1_tests_ubuntu - - capi_capm3_master_e2e_v1b1_tests_centos - - capi_capm3_master_e2e_v1b1_tests_ubuntu + - capm3_v1b1_e2e_tests_centos + - capm3_v1b1_e2e_tests_ubuntu + - capm3_v1b1_e2e_upgrade_tests_ubuntu + - capm3_v1b1_master_e2e_tests_centos + - capm3_v1b1_master_e2e_tests_ubuntu - keep_v1b1_test_ubuntu_alive - keep_v1b1_test_centos_alive - keep_v1a5_test_ubuntu_alive @@ -182,10 +182,10 @@ org: "metal3-io" name: "ironic-image" jobs: - - capi_bm_v1a4_integration_tests_centos - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_centos - - capi_bm_v1a5_integration_tests_ubuntu + - capm3_v1a4_integration_tests_centos + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_centos + - capm3_v1a5_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu - keep_v1b1_test_ubuntu_alive @@ -199,7 +199,7 @@ org: "metal3-io" name: "ironic-ipa-downloader" jobs: - - capi_bm_v1a4_integration_tests_ubuntu - - capi_bm_v1a5_integration_tests_ubuntu + - capm3_v1a4_integration_tests_ubuntu + - capm3_v1a5_integration_tests_ubuntu - capm3_v1b1_integration_tests_centos - capm3_v1b1_integration_tests_ubuntu -- 2.25.1