summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2023-12-01CI: Disable daily jobsJessica Wagantall18-18/+0
As discussed in the TSC, we are removing daily cron jobs. Teams can individually revert back to using their cron if found really needed. - Merge jobs can be retriggered using "remerge" comment. - Sonar jobs will run @weekly and using "run-sonar" comment. - Stage jobs can be retriggered using "stage-release" comment. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9f3302d892f8df72ff831e4ddefca935c0f99f1e
2023-08-02CI: Remove Jenkins gerrit-info-yaml-verify jobJessica Wagantall21-191/+0
This verification has been moved to GitHub Actions and its enfoced for all repos. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I33c874815e0f0836dcf0e3f5d39a0e4829d286d6
2023-05-09Switch dcae jobs to london rls branchVijay Venkatesh Kumar20-48/+48
Replace kohn jobs to london Change-Id: I374462005da31054ad004b213d003480351c736c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3360
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg30-805/+809
Change-Id: I980c61ddff9d65c85032da3ee7b7b1a4e81540f6 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-04-18Refactor!: JJB code comply with updates to v5.xAnil Belur2-15/+20
Update global-jjb v0.86.0, this updates the minimal version of JJB to v5.0.2. Issue-ID: CIMAN-33 Change-Id: I26089604b401a8b486d752a4780b1981788d19ad Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2023-04-10Chore: Use a smaller node for release jobsJessica Wagantall16-16/+16
This is in order to save some costs since these jobs do not require a 8c-8g node Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Id0ec9e33ac4bc1c7c63dbd6bc7671c47aec996fa
2023-04-10Chore: Move to centos8-builderJessica Wagantall2-2/+2
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Iec6250ff4ae8f0a7db65d7d7c77a26e500a402b9
2023-04-03Merge "Chore: Move to centos8-builder"Kevin Sandi14-26/+26
2023-04-03Chore: Move to centos8-builderBengt Thuree4-6/+6
Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: Ie59ba1145c0bf6d0a942101142335fae5ba785e3 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2023-04-03Chore: Move to centos8-builderBengt Thuree14-26/+26
jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml jjb/dcaegen2/dcaegen2-collectors-restconf.yaml jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml jjb/dcaegen2/dcaegen2-collectors-ves.yaml jjb/dcaegen2/dcaegen2-collectors.yaml jjb/dcaegen2/dcaegen2-deployments.yaml jjb/dcaegen2/dcaegen2-platform-mod2-helm-generator.yaml jjb/dcaegen2/dcaegen2-platform-ves-openapi-manager.yaml jjb/dcaegen2/dcaegen2-platform.yaml jjb/dcaegen2/dcaegen2-services-datalake-handler.yaml jjb/dcaegen2/dcaegen2-services-heartbeat.yaml jjb/dcaegen2/dcaegen2-services-mapper.yaml jjb/dcaegen2/dcaegen2-services-pm-mapper.yaml jjb/dcaegen2/dcaegen2-services-prh.yaml jjb/dcaegen2/dcaegen2-services-sdk.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I7f8db2af5e72de4b4774d91be33d94b4f58ca5e5 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2023-03-28Chore: Move to centos8-builderBengt Thuree4-6/+6
jjb/ccsdk/distribution.yaml jjb/ccsdk/features.yaml jjb/ccsdk/parent.yaml jjb/ccsdk/sli.yaml jjb/ci-management/ci-management-packer-jobs.yaml jjb/ci-management/ci-management.yaml jjb/cli/cli.yaml jjb/cps/cps-cps-tbdmt.yaml jjb/cps/cps-cps-temporal.yaml jjb/cps/cps-ncmp-dmi-plugin.yaml jjb/cps/cps.yaml jjb/dcaegen2/dcaegen2-analytics-flink.yaml jjb/dcaegen2/dcaegen2-analytics-tca-gen2.yaml jjb/dcaegen2/dcaegen2-analytics.yaml jjb/dcaegen2/dcaegen2-collectors-datafile.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I127498e1f427afc23e9cf4cb3f3fdd149deaface
2023-03-07Remove MOD repo specific jobsVijay Venkatesh Kumar5-371/+0
DCAEMOD deprecated with London release dcaegen2/platform repo marked RO Change-Id: I45a51f49c78121f301bafd5ffed4745dbc29b4c9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3292 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-12-19Switch DCAE doc repo to global jobsVijay Venkatesh Kumar1-3/+5
- Enable OGR validation - Remove release job (which is NA for doc) Change-Id: I416d662d7a306da1aca7de1612140088182bd762 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3319
2022-12-01CI: remove plaintext sonarcloud tokenKevin Sandi22-22/+0
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I1a4f12c5bbd290761aa43d2b5a9914152a166390
2022-10-20Chore: Deprecate WhiteSource jobsJessica Wagantall1-5/+0
It was decided on the TSC meeting Oct20 to depreate all WhiteSource jobs. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0ea2544143d94e3985e804d4e01bdca968b07810
2022-10-11[DCAE] Add Kohn branch and cleanup older branchesVijay Venkatesh Kumar25-58/+58
Remove jakarta branch with exception of dcaegen2 (doc) repo. Change-Id: I219f232188f0cfcb9203f27ab236cd14d4ac6cc6 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-10-06[DCAE] Revert sbom generation for SDK repoVijay Venkatesh Kumar1-1/+1
Disable SBOM generator to work around issue with builds not installing maven artifacts Change-Id: Idd31ba4a38a48bd63f962ffe7785f82578c5ae06 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-09-30Chore: Revert back to ubuntu1804-builderBengt Thuree2-2/+2
jjb/aai/aai-aai-common.yaml jjb/aai/aai-babel.yaml jjb/aai/aai-graphadmin.yaml jjb/aai/aai-graphgraph.yaml jjb/aai/aai-logging-service.yaml jjb/aai/aai-model-loader.yaml jjb/aai/aai-resources.yaml jjb/aai/aai-rest-client.yaml jjb/aai/aai-schema-service.yaml jjb/aai/aai-sparky-be.yaml jjb/aai/aai-sparky-fe.yaml jjb/aai/aai-traversal.yaml jjb/ccsdk/apps.yaml jjb/cli/cli.yaml jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml jjb/dcaegen2/dcaegen2-services-mapper.yaml jjb/demo/demo.yaml jjb/dmaap/dmaap-buscontroller.yaml jjb/dmaap/dmaap-datarouter.yaml jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml jjb/dmaap/dmaap-messagerouter-messageservice.yaml jjb/externalapi/externalapi-nbi.yaml jjb/global-defaults.yaml jjb/holmes/holmes-common.yaml jjb/holmes/holmes-engine-mgt.yaml jjb/holmes/holmes-rule-mgt.yaml jjb/integration/integration-templates.yaml jjb/integration/integration.yaml jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-simulator-cli.yaml jjb/lab/lab-templates.yaml jjb/modeling/modeling-etsicatalog.yaml jjb/msb/msb-apigateway.yaml jjb/msb/msb-discovery.yaml jjb/msb/msb-java-sdk.yaml jjb/msb/msb-swagger-sdk.yaml jjb/multicloud/multicloud-framework-java.yaml jjb/multicloud/multicloud-framework-python.yaml jjb/multicloud/multicloud-k8s.yaml jjb/multicloud/multicloud-openstack-vmware-java.yaml jjb/multicloud/multicloud-openstack-vmware-python.yaml jjb/multicloud/multicloud-openstack.yaml jjb/music/music-distributed-kv-store.yaml jjb/music/music-jar.yaml jjb/oom/oom-registrator.yaml jjb/oom/oom-templates.yaml jjb/oparent/oparent.yaml jjb/openci/openci-onap-daily-jobs.yaml jjb/optf/optf-has.yaml jjb/optf/optf-osdf.yaml jjb/policy/policy-apex-pdp.yaml jjb/policy/policy-api.yaml jjb/policy/policy-common.yaml jjb/policy/policy-distribution.yaml jjb/policy/policy-docker-base-common.yaml jjb/policy/policy-drools-applications.yaml jjb/policy/policy-drools-pdp.yaml jjb/policy/policy-gui.yaml jjb/policy/policy-models.yaml jjb/policy/policy-pap.yaml jjb/policy/policy-parent.yaml jjb/policy/policy-xacml-pdp.yaml jjb/sdc/sdc-onap-ui-angular.yaml jjb/sdc/sdc-onap-ui-common.yaml jjb/sdc/sdc-sdc-be-common.yaml jjb/sdc/sdc-sdc-distribution-client.yaml jjb/sdc/sdc-sdc-docker-base.yaml jjb/sdc/sdc-sdc-pubsub.yaml jjb/sdc/sdc-sdc-tosca.yaml jjb/sdc/sdc-sdc-workflow-designer.yaml jjb/sdnc/sdnc-apps.yaml jjb/sdnc/sdnc-northbound.yaml jjb/sdnc/sdnc-oam.yaml jjb/so/so-libs.yaml jjb/testsuite/testsuite-python-testing-utils.yaml jjb/usecaseui/usecase-ui-intent-analysis.yaml jjb/usecaseui/usecase-ui-nlp.yaml jjb/usecaseui/usecase-ui-server.yaml jjb/usecaseui/usecase-ui.yaml jjb/vfc/vfc-gvnfm-vnflcm-java.yaml jjb/vfc/vfc-gvnfm-vnflcm-python.yaml jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml jjb/vfc/vfc-gvnfm-vnfmgr-python.yaml jjb/vfc/vfc-gvnfm-vnfres-java.yaml jjb/vfc/vfc-gvnfm-vnfres-python.yaml jjb/vfc/vfc-nfvo-db.yaml jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-root.yaml jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-python.yaml jjb/vfc/vfc-nfvo-lcm-java.yaml jjb/vfc/vfc-nfvo-lcm-python.yaml jjb/vnfsdk/vnfsdk-dovetail-integration-python.yaml jjb/vnfsdk/vnfsdk-functest.yaml jjb/vnfsdk/vnfsdk-pkgtools-python.yaml jjb/vnfsdk/vnfsdk-refrepo.yaml jjb/vnfsdk/vnfsdk-validation.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I3f94e06cb75fb9840ab8d21ee5a59797a42ba67a
2022-09-30Chore: Revert back to ubuntu1804-dockerBengt Thuree4-16/+16
jjb/aai/aai-aai-common.yaml jjb/aai/aai-babel.yaml jjb/aai/aai-graphadmin.yaml jjb/aai/aai-graphgraph.yaml jjb/aai/aai-model-loader.yaml jjb/aai/aai-resources.yaml jjb/aai/aai-schema-service.yaml jjb/aai/aai-sparky-be.yaml jjb/aai/aai-traversal.yaml jjb/ccsdk/apps.yaml jjb/cli/cli.yaml jjb/dcaegen2/dcaegen2-analytics-tca-gen2.yaml jjb/dcaegen2/dcaegen2-collectors-datafile.yaml jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml jjb/dcaegen2/dcaegen2-collectors-restconf.yaml jjb/integration/docker/integration-docker-onap-python.yaml jjb/integration/integration-data-provider.yaml jjb/integration/integration-docker.yaml jjb/integration/integration-templates-csit.yaml jjb/integration/integration-templates-docker.yaml jjb/integration/integration.yaml jjb/integration/simulators/integration-5G-core-nf-simulator.yaml jjb/integration/simulators/integration-A1-policy-enforcement-simulator.yaml jjb/integration/simulators/integration-core-nssmf-simulator.yaml jjb/integration/simulators/integration-pnf-simulator.yaml jjb/integration/simulators/integration-ran-simulator.yaml jjb/integration/simulators/nf-simulator/integration-pm-https-server-nf-simulator.yaml jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-netconf-server.yaml jjb/integration/simulators/nf-simulator/integration-ves-client-nf-simulator.yaml jjb/sdc/sdc-sdc-distribution-client.yaml jjb/sdc/sdc-sdc-docker-base.yaml jjb/sdc/sdc-sdc-helm-validator.yaml jjb/sdc/sdc-sdc-workflow-designer.yaml jjb/sdc/sdc.yaml jjb/sdnc/sdnc-apps.yaml jjb/sdnc/sdnc-oam.yaml jjb/so/so-adapters-so-cnf-adapter.yaml jjb/so/so-adapters-so-etsi-sol003-adapter.yaml jjb/so/so-adapters-so-etsi-sol005-adapter.yaml jjb/so/so-adapters-so-nssmf-adapter.yaml jjb/so/so-adapters-so-oof-adapter.yaml jjb/so/so-so-admin-cockpit.yaml jjb/so/so-so-etsi-nfvo.yaml jjb/so/so.yaml jjb/vvp/vvp-test-engine.yaml jjb/vvp/vvp-validation-scripts.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I11105d9ef07c3748f5b2c9c5f82b328eafd00718
2022-09-28Chore: Move to ubuntu2004-dockerBengt Thuree4-16/+16
jjb/aai/aai-aai-common.yaml jjb/aai/aai-babel.yaml jjb/aai/aai-graphadmin.yaml jjb/aai/aai-graphgraph.yaml jjb/aai/aai-model-loader.yaml jjb/aai/aai-resources.yaml jjb/aai/aai-schema-service.yaml jjb/aai/aai-sparky-be.yaml jjb/aai/aai-traversal.yaml jjb/ccsdk/apps.yaml jjb/cli/cli.yaml jjb/dcaegen2/dcaegen2-analytics-tca-gen2.yaml jjb/dcaegen2/dcaegen2-collectors-datafile.yaml jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml jjb/dcaegen2/dcaegen2-collectors-restconf.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If1f1bdbf0c61acb634a5a5e6afb1479f32322ca9
2022-09-28Merge "Chore: Move to ubuntu2004-builder"Jessica Wagantall1-1/+1
2022-09-28Merge "Chore: Move to ubuntu2004-builder"Jessica Wagantall1-1/+1
2022-09-28[DCAE] Remove istanbul branch jobVijay Venkatesh Kumar24-88/+2
Istanbul out of maintenance + NexusIQ cannot support multiple branches Change-Id: I321604b961aa1b4078328c25c92d2ef072a547ba Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3276 Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-28Chore: Move to ubuntu2004-builderBengt Thuree1-1/+1
jjb/dcaegen2/dcaegen2-services-mapper.yaml jjb/demo/demo.yaml jjb/dmaap/dmaap-buscontroller.yaml jjb/dmaap/dmaap-datarouter.yaml jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml jjb/dmaap/dmaap-messagerouter-messageservice.yaml jjb/externalapi/externalapi-nbi.yaml jjb/global-defaults.yaml jjb/holmes/holmes-common.yaml jjb/holmes/holmes-engine-mgt.yaml jjb/holmes/holmes-rule-mgt.yaml jjb/integration/integration-templates.yaml jjb/integration/integration.yaml jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-simulator-cli.yaml jjb/lab/lab-templates.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I047a44051417e27667de82c38bd016d9941ef76e
2022-09-28Chore: Move to ubuntu2004-builderBengt Thuree1-1/+1
jjb/aai/aai-aai-common.yaml jjb/aai/aai-babel.yaml jjb/aai/aai-graphadmin.yaml jjb/aai/aai-graphgraph.yaml jjb/aai/aai-logging-service.yaml jjb/aai/aai-model-loader.yaml jjb/aai/aai-resources.yaml jjb/aai/aai-rest-client.yaml jjb/aai/aai-schema-service.yaml jjb/aai/aai-sparky-be.yaml jjb/aai/aai-sparky-fe.yaml jjb/aai/aai-traversal.yaml jjb/ccsdk/apps.yaml jjb/cli/cli.yaml jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I60c4379369bd1cc973c6d5114287c773fecdeec8
2022-09-27[DCAE] Set mvn to 3.6 for slice-MsVijay Venkatesh Kumar1-0/+2
Change-Id: I7d1a58b4aa7f451201dcb1cbc23bed0c98947c15 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3270
2022-08-24Revert "[DCAE] Set 3.9 for tox run"Vijay Venkatesh Kumar1-1/+1
This reverts commit b39543603f98c745ece0f049644f6583a64d6195. Reason for revert: 3.9 not supported under CI ERROR: unknown environment 'py3.9' reported in logs Change-Id: Iacfd5c3c9bcc64eeaebd0be73610e6347f3a0531 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-08-24[DCAE] Set 3.9 for tox runvv770d1-1/+1
Address error from https://jenkins.onap.org/job/dcaegen2-services-ml-prediction-ms-tox-verify-all/11/console Change-Id: I3545af9c260f52cbc01f9ecbedf5ee6594b159f2 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-08-17[DCAE] Increase timeout for HB jobsvv770d1-0/+1
Address https://jenkins.onap.org/job/dcaegen2-services-heartbeat-tox-verify-master/4/console Change-Id: I7e985eb158086d9dcba089f704cffa84b44d8ad4 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-08-08[DCAE] Fix verify trigger dcaegen2-platform java jobsvv770d4-0/+12
Change-Id: I7ebbc900dc83c8e419048479b4bc00184e5d7c44 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-08-02[DCAE] Enable tox verify job for ogr checkvv770d2-8/+8
Change-Id: I025aeaacbbfe22bc27067a46328878bbb4d3c97a Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3189 Issue-ID: DCAEGEN2-3186
2022-07-26[DCAE] Fix verify jobs trigger for DL and Slice sub-componentvv770d2-7/+7
Change-Id: I3ddcde5b89b70ec2928fc75c91c463a69c34db57 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: vv770d <vv770d@att.com>
2022-07-25[DCAE] Fix verify jobs trigger for KPI-msvv770d1-2/+2
Change-Id: I81aa99fb98591bc0625422b8ed1924d1ac7c15c4 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236
2022-07-25Merge "[DCAE] Fix verify jobs trigger overlap"Jessica Wagantall3-14/+25
2022-07-22[DCAE] Fix verify jobs trigger overlapvv770d3-14/+25
Change-Id: I59155451c070a45cadd1bf01163eff5de63e9bd5 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: vv770d <vv770d@att.com>
2022-07-21[DCAE] Remove obsolete components jobsvv770d4-179/+0
Jobs were setup part of POC in R8 which is no longer active Change-Id: Iddcedf38c8984f519b959985da4cde0f5df78591 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3235
2022-07-18[DCAE] Add mvn stage jobs for DCAE MOD componentsvv770d3-0/+21
Added gerrit-maven-stage jobs for MOD/runtime, MOD/Designtime and MOD/Genprocessor (all java components) with SBOM report generation support Change-Id: I1bf9cd6eb33e6fb970ab4aecf35cb63b35609aec Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3225
2022-07-18[DCAE] Enable SBOM report instrumentationvv770d14-0/+22
Added new properties to enable SBOM report generation Change-Id: I74d262ec9844a1c6d87d821fb50b26bc70cdef56 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3225
2022-07-18[DCAE] Switch to global jobs - java sub-components additional reposvv770d6-49/+63
Migrate remaining sub-component project/repo to global jobs Enable OGR check on verify Change-Id: I0d823a610823b7f3baa9af8398ecaac524a092e9 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3188 Issue-ID: DCAEGEN2-3186
2022-07-15Merge "[DCAE] Switch to global jobs dcaegen2/services with python ↵Jessica Wagantall1-3/+4
sub-components"
2022-07-15Merge "[DCAE] Switch to global jobs - java sub-components (KPI-ms)"Jessica Wagantall1-8/+12
2022-07-15Merge "Switch to global jobs (python) - dcaegen2/services/hearbeat"Jessica Wagantall1-3/+2
2022-07-14[DCAE] Switch to global jobs - java sub-components (KPI-ms)vv770d1-8/+12
KPI-mS is sub-project/component under dcaegen2/services Change-Id: I52965bb3e03631c1dda209653a78a36abaa5014d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3188 Issue-ID: DCAEGEN2-3186 Signed-off-by: vv770d <vv770d@att.com>
2022-06-13Switch to global jobs (python) - dcaegen2/services/hearbeatvv770d1-3/+2
Migrate jobs to use global templates and enable OGR check for verify builds Change-Id: I18fe2ab85abe1bde538d459a8b681b9a55f3c629 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3187 Issue-ID: DCAEGEN2-3186
2022-06-13[DCAE] Switch to global jobs dcaegen2/platform with python sub-componentsvv770d1-3/+4
Enable OGR check with verify job for python sub-projects under dcaegen2/services Change-Id: I106f280fcdee771a6927dc36544cbff4805c51a1 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3189 Issue-ID: DCAEGEN2-3186
2022-06-08[DCAE] Switch to global jobs - dcaegen2/collectors/restconfvv770d1-3/+5
Migrate jobs to use global templates and enable OGR check for verify builds Change-Id: I15ced076c314a22c71d02c822d81f4eff9ff0f09 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3185 Issue-ID: DCAEGEN2-3186
2022-06-06[DCAE] Switch to global jobs dcaegen2/services with python sub-componentsvv770d1-3/+4
Enable OGR check with verify job for python sub-projects under dcaegen2/services Change-Id: I20068eb1a02ba9a8b900086ceac5014c4247f8e4 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3189 Issue-ID: DCAEGEN2-3186
2022-06-03[DCAE] Switch to global jobs - java componentsvv770d11-24/+57
Migrate jobs to use global templates and enable OGR check for verify builds Change-Id: I62f43702a60c4546466343477e40c0bf9637b7f4 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3185 Signed-off-by: vv770d <vv770d@att.com>
2022-05-09Merge "[DCAE] Add automated review for VESCollector"Jessica Wagantall1-2/+8
2022-04-28[DCAE] Add automated review for VESCollectorvv770d1-2/+8
Switch to global maven jobs for verify/merge Change-Id: I11e3fd01a02f6d1efc5a38e81bcbdbbe429f8a85 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2997 Issue-ID: DCAEGEN2-2999 Signed-off-by: vv770d <vv770d@att.com>