X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fprojects.yml;h=d54960bd4a7b78313da0c5d1a70bb801f8b3aa47;hb=6e48717f58eb956a0d191830d29f7e765f68f8bf;hp=2d707b31c58bad3fd8d1edd92202392344c1693c;hpb=1fa0e10836dd44623265798ca66fb5de0f2f6eb0;p=infra%2Fcicd.git diff --git a/jjb/metal3/projects.yml b/jjb/metal3/projects.yml index 2d707b31..d54960bd 100644 --- a/jjb/metal3/projects.yml +++ b/jjb/metal3/projects.yml @@ -37,8 +37,8 @@ - docker_image_building - update_nordix_repos - openstack_node_image_building - - main_openstack_ipa_and_ironic_image_building - - metal3_ipa_and_ironic_image_building_test + - main_fullstack_building + - fullstack_building_test - metal3_dev_tools_integration_test: image_os: - ubuntu @@ -52,239 +52,316 @@ ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git' - project: - name: 'project_infra' - branch: '${{ghprbActualCommit}}' - repo: - org: "metal3-io" - name: "project-infra" - ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + name: integration-tests + org: metal3-io + proj: + - metal3_dev_env: + repo: metal3-dev-env + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - capm3: + repo: cluster-api-provider-metal3 + - bmo: + repo: baremetal-operator + - ipam: + repo: ip-address-manager + - ironic_image: + repo: ironic-image + name_postfix: '_ironic_from_source' + trigger_postfix: '-ironic-source' + ironic_install_type: 'source' + - ironic_image: + repo: ironic-image + - ironic_ipa_downloader: + repo: ironic-ipa-downloader + - mariadb_image: + repo: mariadb-image + image_os: + - ubuntu + - centos + capm3_target_branch: + - main: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: main + target_branches: + - 'main' + - release-1-2: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.2 + target_branches: + - 'main' + - 'release-1.2' + - release-1-1: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.1 + target_branches: + - 'main' + - 'release-1.1' + - release-0-5: + capi_version: v1alpha4 + capm3_version: v1alpha5 + capm3_release_branch: release-0.5 + target_branches: + - 'main' + - 'release-0.5' + - 'release-0.1' + exclude: + - proj: ironic_ipa_downloader + image_os: centos + capm3_target_branch: release-0-5 jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - feature_tests: - image_os: - - ubuntu - - centos - - feature_tests_upgrade_ubuntu - - bml_integration_tests_centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos + - integration_tests - project: - name: 'project_infra_cleanup' - repo: - org: "metal3-io" - name: "project-infra" - ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline' + name: keep-integration-tests-alive + org: metal3-io + proj: + - metal3_dev_env: + repo: metal3-dev-env + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - capm3: + repo: cluster-api-provider-metal3 + - bmo: + repo: baremetal-operator + - ipam: + repo: ip-address-manager + - ironic_image: + repo: ironic-image + image_os: + - ubuntu + - centos + capm3_target_branch: + - main: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: main + target_branches: + - 'main' + - release-1-2: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.2 + target_branches: + - 'main' + - 'release-1.2' + - release-1-1: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.1 + target_branches: + - 'main' + - 'release-1.1' + - release-0-5: + capi_version: v1alpha4 + capm3_version: v1alpha5 + capm3_release_branch: release-0.5 + target_branches: + - 'main' + - 'release-0.5' + - 'release-0.1' jobs: - - main_clean + - keep_integration_tests - project: - name: "bmo" - repo: - org: "metal3-io" - name: "baremetal-operator" + name: feature-tests + org: metal3-io + proj: + - metal3_dev_env: + repo: metal3-dev-env + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - bmo: + repo: baremetal-operator + image_os: + - ubuntu + - centos + exclude: + - proj: bmo + image_os: centos jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos - - feature_tests: - image_os: ubuntu + - feature_tests + - feature_tests_upgrade: + exclude: + - image_os: centos + - proj: bmo - project: - name: "ipam" - repo: - org: "metal3-io" - name: "ip-address-manager" + name: metal3-dev-env-main-tests + org: metal3-io + repo: metal3-dev-env + image_os: + - ubuntu + - centos jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos + - main_feature_tests + - main_feature_tests_upgrade: + exclude: + - image_os: centos + - capm3_main_integration_tests: + capm3_target_branch: + - main: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: main + schedule: "H 4 * * *" + - release-1-2: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.2 + schedule: "30 4 * * *" + - release-1-1: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.1 + schedule: "30 4 * * *" + - release-0-5: + capi_version: v1alpha4 + capm3_version: v1alpha5 + capm3_release_branch: release-0.5 + schedule: "30 4 * * *" - project: - name: "metal3_dev_env" - repo: - org: "metal3-io" - name: "metal3-dev-env" + name: bml-tests + org: metal3-io + image_os: centos jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a4_main_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_main_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_main_integration_tests: - image_os: - - ubuntu - - centos - - feature_tests: - image_os: - - ubuntu - - centos - - feature_tests_upgrade_ubuntu - - main_feature_tests: - image_os: - - ubuntu - - centos - - main_feature_tests_upgrade_ubuntu - - bml_integration_tests_centos - - bml_main_integration_tests_centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos + - bml_integration_tests: + proj: + - metal3_dev_env: + repo: metal3-dev-env + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - bml_main_integration_tests: + repo: metal3-dev-env - project: - name: "capm3" + name: 'project_infra_cleanup' repo: org: "metal3-io" - name: "cluster-api-provider-metal3" + name: "project-infra" + ci_github_pipeline: 'jenkins/jobs/integration_tests_clean.pipeline' jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_e2e_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_main_e2e_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_e2e_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_e2e_upgrade_tests_ubuntu - - capm3_v1b1_main_e2e_tests: - image_os: - - ubuntu - - centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos + - main_clean +- project: + name: "capm3" + org: metal3-io + proj: + - capm3: + repo: cluster-api-provider-metal3 + - metal3_dev_env: + repo: metal3-dev-env + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - bmo: + repo: baremetal-operator + - ipam: + repo: ip-address-manager + image_os: + - ubuntu + - centos + capm3_target_branch: + - main: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: main + target_branches: + - 'main' + - release-1-2: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.2 + target_branches: + - 'release-1.2' + - release-1-1: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_release_branch: release-1.1 + target_branches: + - 'release-1.1' + - release-0-5: + capi_version: v1alpha4 + capm3_version: v1alpha5 + capm3_release_branch: release-0.5 + target_branches: + - 'release-0.5' + jobs: + - capm3_e2e_upgrade_tests: + exclude: + - image_os: centos + - capm3_e2e_tests_parallel: + exclude: + - capm3_target_branch: + - release-0-5 + - capm3_e2e_tests: + - keep_capm3_e2e_tests: - project: - name: "ironic_image" + name: "capm3-main-tests" repo: org: "metal3-io" - name: "ironic-image" + name: "cluster-api-provider-metal3" + image_os: + - ubuntu + - centos jobs: - - capm3_v1a4_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1a5_integration_tests: - image_os: - - ubuntu - - centos - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos - - keep_v1b1_test_alive: - image_os: - - ubuntu - - centos - - keep_v1a5_test_alive: - image_os: - - ubuntu - - centos + - capm3_main_e2e_upgrade_tests: + exclude: + - image_os: centos + - capm3_main_e2e_ephemeral_tests: + exclude: + - image_os: ubuntu + - capm3_main_e2e_tests: + capm3_target_branch: + - main: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_branch: main + capm3_release_branch: main + schedule: "H 20 * * *" + - release-1-2: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_branch: release-1.2 + capm3_release_branch: release-1.2 + schedule: "H 23 * * *" + - release-1-1: + capi_version: v1beta1 + capm3_version: v1beta1 + capm3_branch: release-1.1 + capm3_release_branch: release-1.1 + schedule: "H 23 * * *" + - release-0-5: + capi_version: v1alpha4 + capm3_version: v1alpha5 + capm3_branch: release-0.5 + capm3_release_branch: release-0.5 + schedule: "H 23 * * *" + - project: - name: "ironic_ipa_downloader" - repo: - org: "metal3-io" - name: "ironic-ipa-downloader" + name: 'ironic_image_build_tests' + org: metal3-io + proj: + - project_infra: + repo: project-infra + branch: '${{ghprbActualCommit}}' + ci_github_repo: '${{ghprbAuthorRepoGitUrl}}' + - ironic_image: + repo: ironic-image jobs: - - capm3_v1a4_integration_tests: - image_os: ubuntu - - capm3_v1a5_integration_tests: - image_os: ubuntu - - capm3_v1b1_integration_tests: - image_os: - - ubuntu - - centos + - ironic_image_build_tests