X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fprojects.yml;h=409fc7d6eac702f40b426738bac1eb88d6ca2b38;hb=3c6b741192e4740e32e79965ec40307fa337c46d;hp=5f8a7c57a3418b8d7adf37aae8b978070e3fc05e;hpb=6f6ebcb5b10dc16d93aaadc5def7417773e308fe;p=infra%2Fcicd.git diff --git a/jjb/airship/projects.yml b/jjb/airship/projects.yml index 5f8a7c57..409fc7d6 100644 --- a/jjb/airship/projects.yml +++ b/jjb/airship/projects.yml @@ -30,8 +30,10 @@ name: 'nordix_dev_tools' branch: '${{ghprbActualCommit}}' jobs: - - capi_bm_integration_tests + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos - linter_tests + - openstack_image_building repo: org: "Nordix" name: "airship-dev-tools" @@ -39,7 +41,9 @@ - project: name: "nordix_bmo" jobs: - - capi_bm_integration_tests + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos + - capi_bm_unit_tests - linter_tests repo: org: "Nordix" @@ -48,7 +52,8 @@ - project: name: "nordix_capi" jobs: - - capi_bm_integration_tests + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos - linter_tests repo: org: "Nordix" @@ -57,7 +62,8 @@ - project: name: "nordix_metal3_dev_env" jobs: - - capi_bm_integration_tests + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos - linter_tests repo: org: "Nordix" @@ -66,38 +72,48 @@ - project: name: "nordix_capi_bm" jobs: - - capi_bm_integration_tests + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos + - capi_bm_unit_tests - linter_tests repo: org: "Nordix" name: "cluster-api-provider-baremetal" -# TODO: Enable Upstream project CIs after approval. -# - project: -# name: "metal3io_bmo" -# ci_github_whitelist_org: "metal3-io" -# jobs: -# - capi_bm_integration_tests -# repo: -# org: "metal3-io" -# name: "baremetal-operator" +- project: + name: "metal3io_bmo" + ci_github_whitelist_org: + - metal3-io + - nordix-airship + jobs: + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos + repo: + org: "metal3-io" + name: "baremetal-operator" -# - project: -# name: "metal3io_metal3_dev_env" -# ci_github_whitelist_org: "metal3-io" -# jobs: -# - capi_bm_integration_tests -# repo: -# org: "metal3-io" -# name: "metal3-dev-env" +- project: + name: "metal3io_metal3_dev_env" + ci_github_whitelist_org: + - metal3-io + - nordix-airship + jobs: + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos + repo: + org: "metal3-io" + name: "metal3-dev-env" -# - project: -# name: "metal3io_capi_bm" -# ci_github_whitelist_org: "metal3-io" -# jobs: -# - capi_bm_integration_tests -# repo: -# org: "metal3-io" -# name: "cluster-api-provider-baremetal" +- project: + name: "metal3io_capi_bm" + ci_github_whitelist_org: + - metal3-io + - nordix-airship + jobs: + - capi_bm_integration_tests_ubuntu + - capi_bm_integration_tests_centos + repo: + org: "metal3-io" + name: "cluster-api-provider-baremetal"