From 730d5e649b2f0d33b1c2937aaeed55da974bead8 Mon Sep 17 00:00:00 2001 From: LF Jenkins CI Date: Mon, 16 Dec 2019 18:49:43 +0000 Subject: [PATCH] Automation adds INFO jobs Automation adds INFO.yaml management jobs for all top level projects. This is the first step before adding INFO.yaml files for all these top level projects to allow committers to self manage their committers Change-Id: Ife7ac9815fb85c3bfde9f3c7960d605f7668c653 Signed-off-by: lf-jobbuilder --- jjb/addon-onap/info-addon-onap.yaml | 9 +++++++++ jjb/addon-snappy/info-addon-snappy.yaml | 9 +++++++++ jjb/aiedge/info-aiedge.yaml | 9 +++++++++ jjb/airshipinabottle_deploy/info-airshipinabottle_deploy.yaml | 9 +++++++++ jjb/camunda_workflow/info-camunda_workflow.yaml | 9 +++++++++ jjb/chomp/info-chomp.yaml | 9 +++++++++ jjb/connected-vehicle/info-connected-vehicle.yaml | 9 +++++++++ jjb/eliot/info-eliot.yaml | 9 +++++++++ jjb/evp/info-evp.yaml | 9 +++++++++ jjb/icn/info-icn.yaml | 9 +++++++++ jjb/iec/info-iec.yaml | 9 +++++++++ jjb/kni/info-kni.yaml | 9 +++++++++ jjb/mec-api-framework/info-mec-api-framework.yaml | 9 +++++++++ jjb/nc/info-nc.yaml | 9 +++++++++ jjb/ovs-dpdk-airship/info-ovs-dpdk-airship.yaml | 9 +++++++++ jjb/portal/info-portal.yaml | 9 +++++++++ jjb/portal_user_interface/info-portal_user_interface.yaml | 9 +++++++++ jjb/postgres_db_schema/info-postgres_db_schema.yaml | 9 +++++++++ jjb/rec/info-rec.yaml | 9 +++++++++ jjb/redfish/info-redfish.yaml | 9 +++++++++ jjb/regional_controller/info-regional_controller.yaml | 9 +++++++++ .../info-remote-server-os-bootstrap.yaml | 9 +++++++++ jjb/repo-beta/info-repo-beta.yaml | 9 +++++++++ jjb/sample_vnf/info-sample_vnf.yaml | 9 +++++++++ jjb/serverless/info-serverless.yaml | 9 +++++++++ jjb/starlingx/info-starlingx.yaml | 9 +++++++++ jjb/ta/info-ta.yaml | 9 +++++++++ jjb/tc/info-tc.yaml | 9 +++++++++ jjb/test_automation/info-test_automation.yaml | 9 +++++++++ jjb/umec/info-umec.yaml | 9 +++++++++ jjb/validation/info-validation.yaml | 9 +++++++++ jjb/yaml_builds/info-yaml_builds.yaml | 9 +++++++++ 32 files changed, 288 insertions(+) create mode 100644 jjb/addon-onap/info-addon-onap.yaml create mode 100644 jjb/addon-snappy/info-addon-snappy.yaml create mode 100644 jjb/aiedge/info-aiedge.yaml create mode 100644 jjb/airshipinabottle_deploy/info-airshipinabottle_deploy.yaml create mode 100644 jjb/camunda_workflow/info-camunda_workflow.yaml create mode 100644 jjb/chomp/info-chomp.yaml create mode 100644 jjb/connected-vehicle/info-connected-vehicle.yaml create mode 100644 jjb/eliot/info-eliot.yaml create mode 100644 jjb/evp/info-evp.yaml create mode 100644 jjb/icn/info-icn.yaml create mode 100644 jjb/iec/info-iec.yaml create mode 100644 jjb/kni/info-kni.yaml create mode 100644 jjb/mec-api-framework/info-mec-api-framework.yaml create mode 100644 jjb/nc/info-nc.yaml create mode 100644 jjb/ovs-dpdk-airship/info-ovs-dpdk-airship.yaml create mode 100644 jjb/portal/info-portal.yaml create mode 100644 jjb/portal_user_interface/info-portal_user_interface.yaml create mode 100644 jjb/postgres_db_schema/info-postgres_db_schema.yaml create mode 100644 jjb/rec/info-rec.yaml create mode 100644 jjb/redfish/info-redfish.yaml create mode 100644 jjb/regional_controller/info-regional_controller.yaml create mode 100644 jjb/remote-server-os-bootstrap/info-remote-server-os-bootstrap.yaml create mode 100644 jjb/repo-beta/info-repo-beta.yaml create mode 100644 jjb/sample_vnf/info-sample_vnf.yaml create mode 100644 jjb/serverless/info-serverless.yaml create mode 100644 jjb/starlingx/info-starlingx.yaml create mode 100644 jjb/ta/info-ta.yaml create mode 100644 jjb/tc/info-tc.yaml create mode 100644 jjb/test_automation/info-test_automation.yaml create mode 100644 jjb/umec/info-umec.yaml create mode 100644 jjb/validation/info-validation.yaml create mode 100644 jjb/yaml_builds/info-yaml_builds.yaml diff --git a/jjb/addon-onap/info-addon-onap.yaml b/jjb/addon-onap/info-addon-onap.yaml new file mode 100644 index 0000000..36a48b9 --- /dev/null +++ b/jjb/addon-onap/info-addon-onap.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: addon-onap-info + project-name: addon-onap + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: addon-onap + branch: master diff --git a/jjb/addon-snappy/info-addon-snappy.yaml b/jjb/addon-snappy/info-addon-snappy.yaml new file mode 100644 index 0000000..186939d --- /dev/null +++ b/jjb/addon-snappy/info-addon-snappy.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: addon-snappy-info + project-name: addon-snappy + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: addon-snappy + branch: master diff --git a/jjb/aiedge/info-aiedge.yaml b/jjb/aiedge/info-aiedge.yaml new file mode 100644 index 0000000..6761cc1 --- /dev/null +++ b/jjb/aiedge/info-aiedge.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: aiedge-info + project-name: aiedge + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: aiedge + branch: master diff --git a/jjb/airshipinabottle_deploy/info-airshipinabottle_deploy.yaml b/jjb/airshipinabottle_deploy/info-airshipinabottle_deploy.yaml new file mode 100644 index 0000000..c7ffa94 --- /dev/null +++ b/jjb/airshipinabottle_deploy/info-airshipinabottle_deploy.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: airshipinabottle_deploy-info + project-name: airshipinabottle_deploy + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: airshipinabottle_deploy + branch: master diff --git a/jjb/camunda_workflow/info-camunda_workflow.yaml b/jjb/camunda_workflow/info-camunda_workflow.yaml new file mode 100644 index 0000000..675cb75 --- /dev/null +++ b/jjb/camunda_workflow/info-camunda_workflow.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: camunda_workflow-info + project-name: camunda_workflow + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: camunda_workflow + branch: master diff --git a/jjb/chomp/info-chomp.yaml b/jjb/chomp/info-chomp.yaml new file mode 100644 index 0000000..a55c7b2 --- /dev/null +++ b/jjb/chomp/info-chomp.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: chomp-info + project-name: chomp + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: chomp + branch: master diff --git a/jjb/connected-vehicle/info-connected-vehicle.yaml b/jjb/connected-vehicle/info-connected-vehicle.yaml new file mode 100644 index 0000000..9542f10 --- /dev/null +++ b/jjb/connected-vehicle/info-connected-vehicle.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: connected-vehicle-info + project-name: connected-vehicle + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: connected-vehicle + branch: master diff --git a/jjb/eliot/info-eliot.yaml b/jjb/eliot/info-eliot.yaml new file mode 100644 index 0000000..2ac98c3 --- /dev/null +++ b/jjb/eliot/info-eliot.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: eliot-info + project-name: eliot + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: eliot + branch: master diff --git a/jjb/evp/info-evp.yaml b/jjb/evp/info-evp.yaml new file mode 100644 index 0000000..65665cb --- /dev/null +++ b/jjb/evp/info-evp.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: evp-info + project-name: evp + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: evp + branch: master diff --git a/jjb/icn/info-icn.yaml b/jjb/icn/info-icn.yaml new file mode 100644 index 0000000..8a81a52 --- /dev/null +++ b/jjb/icn/info-icn.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: icn-info + project-name: icn + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: icn + branch: master diff --git a/jjb/iec/info-iec.yaml b/jjb/iec/info-iec.yaml new file mode 100644 index 0000000..9046591 --- /dev/null +++ b/jjb/iec/info-iec.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: iec-info + project-name: iec + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: iec + branch: master diff --git a/jjb/kni/info-kni.yaml b/jjb/kni/info-kni.yaml new file mode 100644 index 0000000..f5192ec --- /dev/null +++ b/jjb/kni/info-kni.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: kni-info + project-name: kni + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: kni + branch: master diff --git a/jjb/mec-api-framework/info-mec-api-framework.yaml b/jjb/mec-api-framework/info-mec-api-framework.yaml new file mode 100644 index 0000000..d0feec8 --- /dev/null +++ b/jjb/mec-api-framework/info-mec-api-framework.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: mec-api-framework-info + project-name: mec-api-framework + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: mec-api-framework + branch: master diff --git a/jjb/nc/info-nc.yaml b/jjb/nc/info-nc.yaml new file mode 100644 index 0000000..f5acd74 --- /dev/null +++ b/jjb/nc/info-nc.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: nc-info + project-name: nc + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: nc + branch: master diff --git a/jjb/ovs-dpdk-airship/info-ovs-dpdk-airship.yaml b/jjb/ovs-dpdk-airship/info-ovs-dpdk-airship.yaml new file mode 100644 index 0000000..9757c49 --- /dev/null +++ b/jjb/ovs-dpdk-airship/info-ovs-dpdk-airship.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: ovs-dpdk-airship-info + project-name: ovs-dpdk-airship + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: ovs-dpdk-airship + branch: master diff --git a/jjb/portal/info-portal.yaml b/jjb/portal/info-portal.yaml new file mode 100644 index 0000000..9d04cd9 --- /dev/null +++ b/jjb/portal/info-portal.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: portal-info + project-name: portal + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: portal + branch: master diff --git a/jjb/portal_user_interface/info-portal_user_interface.yaml b/jjb/portal_user_interface/info-portal_user_interface.yaml new file mode 100644 index 0000000..a34ae1e --- /dev/null +++ b/jjb/portal_user_interface/info-portal_user_interface.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: portal_user_interface-info + project-name: portal_user_interface + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: portal_user_interface + branch: master diff --git a/jjb/postgres_db_schema/info-postgres_db_schema.yaml b/jjb/postgres_db_schema/info-postgres_db_schema.yaml new file mode 100644 index 0000000..9d0bc74 --- /dev/null +++ b/jjb/postgres_db_schema/info-postgres_db_schema.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: postgres_db_schema-info + project-name: postgres_db_schema + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: postgres_db_schema + branch: master diff --git a/jjb/rec/info-rec.yaml b/jjb/rec/info-rec.yaml new file mode 100644 index 0000000..b6ddb55 --- /dev/null +++ b/jjb/rec/info-rec.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: rec-info + project-name: rec + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: rec + branch: master diff --git a/jjb/redfish/info-redfish.yaml b/jjb/redfish/info-redfish.yaml new file mode 100644 index 0000000..acd0306 --- /dev/null +++ b/jjb/redfish/info-redfish.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: redfish-info + project-name: redfish + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: redfish + branch: master diff --git a/jjb/regional_controller/info-regional_controller.yaml b/jjb/regional_controller/info-regional_controller.yaml new file mode 100644 index 0000000..5752ef2 --- /dev/null +++ b/jjb/regional_controller/info-regional_controller.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: regional_controller-info + project-name: regional_controller + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: regional_controller + branch: master diff --git a/jjb/remote-server-os-bootstrap/info-remote-server-os-bootstrap.yaml b/jjb/remote-server-os-bootstrap/info-remote-server-os-bootstrap.yaml new file mode 100644 index 0000000..03b2903 --- /dev/null +++ b/jjb/remote-server-os-bootstrap/info-remote-server-os-bootstrap.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: remote-server-os-bootstrap-info + project-name: remote-server-os-bootstrap + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: remote-server-os-bootstrap + branch: master diff --git a/jjb/repo-beta/info-repo-beta.yaml b/jjb/repo-beta/info-repo-beta.yaml new file mode 100644 index 0000000..d83f54f --- /dev/null +++ b/jjb/repo-beta/info-repo-beta.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: repo-beta-info + project-name: repo-beta + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: repo-beta + branch: master diff --git a/jjb/sample_vnf/info-sample_vnf.yaml b/jjb/sample_vnf/info-sample_vnf.yaml new file mode 100644 index 0000000..d9fb428 --- /dev/null +++ b/jjb/sample_vnf/info-sample_vnf.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: sample_vnf-info + project-name: sample_vnf + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: sample_vnf + branch: master diff --git a/jjb/serverless/info-serverless.yaml b/jjb/serverless/info-serverless.yaml new file mode 100644 index 0000000..732d0b2 --- /dev/null +++ b/jjb/serverless/info-serverless.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: serverless-info + project-name: serverless + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: serverless + branch: master diff --git a/jjb/starlingx/info-starlingx.yaml b/jjb/starlingx/info-starlingx.yaml new file mode 100644 index 0000000..072d4ec --- /dev/null +++ b/jjb/starlingx/info-starlingx.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: starlingx-info + project-name: starlingx + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: starlingx + branch: master diff --git a/jjb/ta/info-ta.yaml b/jjb/ta/info-ta.yaml new file mode 100644 index 0000000..b72d743 --- /dev/null +++ b/jjb/ta/info-ta.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: ta-info + project-name: ta + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: ta + branch: master diff --git a/jjb/tc/info-tc.yaml b/jjb/tc/info-tc.yaml new file mode 100644 index 0000000..7e07c4b --- /dev/null +++ b/jjb/tc/info-tc.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: tc-info + project-name: tc + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: tc + branch: master diff --git a/jjb/test_automation/info-test_automation.yaml b/jjb/test_automation/info-test_automation.yaml new file mode 100644 index 0000000..bc8b29b --- /dev/null +++ b/jjb/test_automation/info-test_automation.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: test_automation-info + project-name: test_automation + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: test_automation + branch: master diff --git a/jjb/umec/info-umec.yaml b/jjb/umec/info-umec.yaml new file mode 100644 index 0000000..190bdee --- /dev/null +++ b/jjb/umec/info-umec.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: umec-info + project-name: umec + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: umec + branch: master diff --git a/jjb/validation/info-validation.yaml b/jjb/validation/info-validation.yaml new file mode 100644 index 0000000..132229d --- /dev/null +++ b/jjb/validation/info-validation.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: validation-info + project-name: validation + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: validation + branch: master diff --git a/jjb/yaml_builds/info-yaml_builds.yaml b/jjb/yaml_builds/info-yaml_builds.yaml new file mode 100644 index 0000000..0f106b9 --- /dev/null +++ b/jjb/yaml_builds/info-yaml_builds.yaml @@ -0,0 +1,9 @@ +--- +- project: + name: yaml_builds-info + project-name: yaml_builds + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify + project: yaml_builds + branch: master -- 2.16.6