From 9d4b98bc1b429f93672ceeda44619fc61e295c6a Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Tue, 1 Jun 2021 13:42:08 +0300 Subject: [PATCH] Add Airship v1alpha5 jobs Change-Id: I10cdf70ed80cf5cf76c24e5f4616bbf276042fd7 --- ..._capi_bm_v1a4_integration_tests_centos.yml | 11 +- ..._capi_bm_v1a4_integration_tests_ubuntu.yml | 11 +- ...m_v1a4_master_integration_tests_centos.yml | 4 +- ...m_v1a4_master_integration_tests_ubuntu.yml | 4 +- ..._capi_bm_v1a5_integration_tests_centos.yml | 120 ++++++++++++++++++ ..._capi_bm_v1a5_integration_tests_ubuntu.yml | 120 ++++++++++++++++++ ...m_v1a5_master_integration_tests_centos.yml | 100 +++++++++++++++ ...m_v1a5_master_integration_tests_ubuntu.yml | 100 +++++++++++++++ jjb/airship/job_feature_tests_centos.yml | 2 +- jjb/airship/job_feature_tests_ubuntu.yml | 2 +- .../job_feature_tests_upgrade_ubuntu.yml | 2 +- jjb/airship/projects.yml | 16 +++ 12 files changed, 475 insertions(+), 17 deletions(-) create mode 100644 jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml create mode 100644 jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml create mode 100644 jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml create mode 100644 jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml diff --git a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml index 9efb67e9..238b91e3 100644 --- a/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a4_integration_tests_centos.yml @@ -27,7 +27,7 @@ - job-template: id: capi_bm_v1a4_integration_tests_centos name: '{job_prefix}_{name}_v1a4_integration_test_centos' - description: "K8s CAPI baremetal v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False @@ -64,7 +64,7 @@ - string: name: CAPM3_VERSION default: 'v1alpha4' - description: 'Cluster API provider Metal3 version. Can be v1alpha4.' + description: 'Cluster API provider Metal3 version. Can be v1alpha4 or v1alpha5.' - string: name: TARGET_NODE_OS default: 'Centos' @@ -90,7 +90,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-centos-integration(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/test-v1a4-centos-integration(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -99,8 +99,9 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' - status-context: "test-centos-integration" + - 'release-0.4' + - 'release-0.0' + status-context: "test-v1a4-centos-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" diff --git a/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml index 3b185c44..671345d0 100644 --- a/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a4_integration_tests_ubuntu.yml @@ -27,7 +27,7 @@ - job-template: id: capi_bm_v1a4_integration_tests_ubuntu name: '{job_prefix}_{name}_v1a4_integration_test_ubuntu' - description: "K8s CAPI baremetal v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False @@ -64,7 +64,7 @@ - string: name: CAPM3_VERSION default: 'v1alpha4' - description: 'Cluster API provider Metal3 version. Can be v1alpha4.' + description: 'Cluster API provider Metal3 version. Can be v1alpha4 or v1alpha5.' - string: name: TARGET_NODE_OS default: 'Ubuntu' @@ -90,7 +90,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/test-integration(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/test-v1a4-integration(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -99,8 +99,9 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' - status-context: "test-integration" + - 'release-0.4' + - 'release-0.0' + status-context: "test-v1a4-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml index 25de7f93..16903f5a 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_centos.yml @@ -27,7 +27,7 @@ - job-template: id: capi_bm_v1a4_master_integration_tests_centos name: '{job_prefix}_master_v1a4_integration_test_centos' - description: "K8s CAPI baremetal v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " + description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on CentOS. " project-type: pipeline defaults: global disabled: False @@ -64,7 +64,7 @@ - string: name: CAPM3_VERSION default: 'v1alpha4' - description: 'Cluster API provider Metal3 version. Can be v1alpha4.' + description: 'Cluster API provider Metal3 version. Can be v1alpha4 or v1alpha5.' - string: name: TARGET_NODE_OS default: 'Centos' diff --git a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml index 69d658c5..9bd4b4d6 100644 --- a/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a4_master_integration_tests_ubuntu.yml @@ -27,7 +27,7 @@ - job-template: id: capi_bm_v1a4_master_integration_tests_ubuntu name: '{job_prefix}_master_v1a4_integration_test_ubuntu' - description: "K8s CAPI baremetal v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " + description: "K8s CAPI metal3 v1alpha4 integration tests for {repo[org]}/{repo[name]} on Ubuntu. " project-type: pipeline defaults: global disabled: False @@ -64,7 +64,7 @@ - string: name: CAPM3_VERSION default: 'v1alpha4' - description: 'Cluster API provider Metal3 version. Can be v1alpha4.' + description: 'Cluster API provider Metal3 version. Can be v1alpha4 or v1alpha5.' - string: name: TARGET_NODE_OS default: 'Ubuntu' diff --git a/jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml new file mode 100644 index 00000000..3929242f --- /dev/null +++ b/jjb/airship/job_capi_bm_v1a5_integration_tests_centos.yml @@ -0,0 +1,120 @@ +--- +# +# ============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_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. " + 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' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' + - string: + name: DISTRIBUTION + default: 'centos' + description: 'Distribution to use for the tests. Can be ubuntu or centos' + - string: + name: CAPI_VERSION + default: 'v1alpha4' + description: 'Cluster API version. Can be v1alpha4.' + - string: + name: CAPM3_VERSION + default: 'v1alpha5' + description: 'Cluster API provider Metal3 version. Can be v1alpha5 or v1alpha4.' + - string: + name: TARGET_NODE_OS + default: 'Centos' + description: 'Distribution to use for the target host.' + - string: + name: TARGET_NODE_MEMORY + default: 4096 + description: 'RAM size of the target host.' + + 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: '((.|\n)*\s)?/test-centos-integration(\s(.|\n)*)?' + 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' + status-context: "test-centos-integration" + 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_github_pipeline}" + lightweight-checkout: False diff --git a/jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml new file mode 100644 index 00000000..90290a21 --- /dev/null +++ b/jjb/airship/job_capi_bm_v1a5_integration_tests_ubuntu.yml @@ -0,0 +1,120 @@ +--- +# +# ============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_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. " + 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' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' + - string: + name: DISTRIBUTION + default: 'ubuntu' + description: 'Distribution to use for the tests. Can be ubuntu or centos' + - string: + name: CAPI_VERSION + default: 'v1alpha4' + description: 'Cluster API version. Can be v1alpha4.' + - string: + name: CAPM3_VERSION + default: 'v1alpha5' + description: 'Cluster API provider Metal3 version. Can be v1alpha5 or v1alpha4.' + - string: + name: TARGET_NODE_OS + default: 'Ubuntu' + description: 'Distribution to use for the target host.' + - string: + name: TARGET_NODE_MEMORY + default: 4096 + description: 'RAM size of the target host.' + + 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: '((.|\n)*\s)?/test-integration(\s(.|\n)*)?' + 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' + status-context: "test-integration" + 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_github_pipeline}" + lightweight-checkout: False diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml new file mode 100644 index 00000000..8daae8b9 --- /dev/null +++ b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_centos.yml @@ -0,0 +1,100 @@ +--- +# +# ============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_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. " + 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' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' + - string: + name: DISTRIBUTION + default: 'centos' + description: 'Distribution to use for the tests.' + - string: + name: CAPI_VERSION + default: 'v1alpha4' + description: 'Cluster API version. Can be v1alpha4.' + - string: + name: CAPM3_VERSION + default: 'v1alpha5' + description: 'Cluster API provider Metal3 version. Can be v1alpha5 or v1alpha4.' + - string: + name: TARGET_NODE_OS + default: 'Centos' + description: 'Distribution to use for the target host.' + - string: + name: TARGET_NODE_MEMORY + default: 4096 + description: 'RAM size of the target host.' + + properties: + - build-discarder: + days-to-keep: 30 + num-to-keep: 300 + artifact-days-to-keep: -1 + artifact-num-to-keep: -1 + + triggers: + - timed: "@midnight" + + 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_github_pipeline}" + lightweight-checkout: False diff --git a/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml new file mode 100644 index 00000000..97b99473 --- /dev/null +++ b/jjb/airship/job_capi_bm_v1a5_master_integration_tests_ubuntu.yml @@ -0,0 +1,100 @@ +--- +# +# ============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_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. " + 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' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' + - string: + name: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' + - string: + name: DISTRIBUTION + default: 'ubuntu' + description: 'Distribution to use for the tests.' + - string: + name: CAPI_VERSION + default: 'v1alpha4' + description: 'Cluster API version. Can be v1alpha4.' + - string: + name: CAPM3_VERSION + default: 'v1alpha5' + description: 'Cluster API provider Metal3 version. Can be v1alpha5 or v1alpha4.' + - string: + name: TARGET_NODE_OS + default: 'Ubuntu' + description: 'Distribution to use for the target host.' + - string: + name: TARGET_NODE_MEMORY + default: 4096 + description: 'RAM size of the target host.' + + properties: + - build-discarder: + days-to-keep: 30 + num-to-keep: 300 + artifact-days-to-keep: -1 + artifact-num-to-keep: -1 + + triggers: + - timed: "@midnight" + + 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_github_pipeline}" + lightweight-checkout: False diff --git a/jjb/airship/job_feature_tests_centos.yml b/jjb/airship/job_feature_tests_centos.yml index f8775c19..ae29601f 100644 --- a/jjb/airship/job_feature_tests_centos.yml +++ b/jjb/airship/job_feature_tests_centos.yml @@ -107,7 +107,7 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' + - 'release-0.4' status-context: "test-features-centos" success-status: "Passed" failure-status: "Failed" diff --git a/jjb/airship/job_feature_tests_ubuntu.yml b/jjb/airship/job_feature_tests_ubuntu.yml index 963c437d..33ef33c8 100644 --- a/jjb/airship/job_feature_tests_ubuntu.yml +++ b/jjb/airship/job_feature_tests_ubuntu.yml @@ -107,7 +107,7 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' + - 'release-0.4' status-context: "test-features" success-status: "Passed" failure-status: "Failed" diff --git a/jjb/airship/job_feature_tests_upgrade_ubuntu.yml b/jjb/airship/job_feature_tests_upgrade_ubuntu.yml index 68e17ef2..6ba96d88 100644 --- a/jjb/airship/job_feature_tests_upgrade_ubuntu.yml +++ b/jjb/airship/job_feature_tests_upgrade_ubuntu.yml @@ -107,7 +107,7 @@ allow-whitelist-orgs-as-admins: True white-list-target-branches: - 'master' - - 'release-0.3' + - 'release-0.4' status-context: "test-upgrade-features" success-status: "Passed" failure-status: "Failed" diff --git a/jjb/airship/projects.yml b/jjb/airship/projects.yml index 70f4793f..bd4a6cd1 100644 --- a/jjb/airship/projects.yml +++ b/jjb/airship/projects.yml @@ -105,6 +105,8 @@ 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu @@ -141,6 +143,8 @@ 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu @@ -153,6 +157,8 @@ 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 - project: name: "metal3io_metal3_dev_env" @@ -161,6 +167,10 @@ - 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu @@ -180,6 +190,8 @@ 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu @@ -192,6 +204,8 @@ 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu @@ -204,6 +218,8 @@ 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 - feature_tests_ubuntu - feature_tests_centos - feature_tests_upgrade_ubuntu -- 2.25.1