summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-aai-common.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-04-18Add bff release job to ci-managementFiete Ostkamp1-8/+5
Issue-ID: PORTALNG-86 Change-Id: I33f952ce14d3db2c4ac1e30787d526d37c12c066 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-12-01CI: Disable daily jobsJessica Wagantall1-1/+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-03Chore: Remove unapplicable jobs for aaiJessica Wagantall1-2/+0
aai is running maven-docker jobs and does not need a purely docker verify and merge. TSC approved Aug3 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I7bd55031652a54dcabc7f86afca189e7e2adc79d
2023-08-02CI: Remove Jenkins gerrit-info-yaml-verify jobJessica Wagantall1-9/+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-07-17Fix: Remove local deprecated docker templateJessica Wagantall1-5/+5
The local docker build and merge jobs are deprecated and projects should use global-jjb templates instead. Having the old template was creating confusion in jjb 5.0.2 where scripts were getting mixed. Is best to remove the old deprecated template. aai-common is migrated too to use the new template. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I7d1cb277964636ea11cfceccf511ad2dc992dca3
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg1-64/+64
Change-Id: I32ef9392e96257d4c390a637958855c98e340e3e Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-04-10Chore: Use a smaller node for release jobsJessica Wagantall1-1/+1
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-03Merge "Chore: Turn on SBOM for AAI"Jessica Wagantall1-1/+2
2023-03-28Chore: Move to centos8-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 Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I43fe99147312f55423786347d64b43e839266764 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2023-02-06Chore: Turn on SBOM for AAIJessica Wagantall1-1/+2
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ifc09f3b7fcae65ecc83ecee2f67c38c9b8313736
2022-12-01CI: remove plaintext sonarcloud tokenKevin Sandi1-1/+0
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I1a4f12c5bbd290761aa43d2b5a9914152a166390
2022-11-17[AAI] Added Jakarta/Kohn aai-common docker jobs for Bell Canadawr148d1-0/+8
Issue-ID: AAI-3591 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8e0620310529246a59d9912c24b4025d8d439caa
2022-11-10[AAI] Added Jakarta jenkins jobs enablement for Bell Canadawr148d1-0/+3
Issue-ID: AAI-3591 Change-Id: I8785063995fae4c8417e515928c0237bcd935c9f Signed-off-by: wr148d <wr148d@att.com>
2022-10-24[AAI] Update AAI to build kohn jobswr148d1-2/+2
Issue-ID: AAI-3539 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I42062adafefcbc6ec12192059a3077e1341a0be7
2022-10-20Chore: Deprecate WhiteSource jobsJessica Wagantall1-14/+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-09-29Chore: Update CLM jobs to run only on masterJessica Wagantall1-2/+0
As requested in the TSC (Sep29), all CLM jobs should only be executed on the master branch. More in IT-24622 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If33ed94f7a4a71d79d4a226ef0e973e886955cfb
2022-09-30Chore: Revert back to ubuntu1804-builderBengt Thuree1-3/+3
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 Thuree1-3/+3
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 Thuree1-3/+3
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-28Chore: Move to ubuntu2004-builderBengt Thuree1-3/+3
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-27Chore: Move stage jobs back to Centos7Jessica Wagantall1-1/+1
Centos8 builder has issues with SIGUL We need to fix those first or use a different node Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0ecf9aab3579611cf0de7841d3bef820b8baa601
2022-09-16Chore: Move to centos8-builderBengt Thuree1-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/ccsdk/ccsdk-oran.yaml jjb/ccsdk/cds.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: If82f0d001e990299643a7dfac099c326c3d3eac5
2022-07-05[AAI] Update the jenkins stage jobs to generate sbomwr148d1-0/+1
Issue-ID: AAI-3506 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Icdb459fd5365ca26b17e68aec89345ea36ae2b07
2022-01-20[AAI] Adding Istanbul to the configs for gerrit-maven-clm as per instructedwr148d1-2/+4
Issue-ID: AAI-3428 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I9dafaa5c4f49ba7605a7a1a908d2b27f2fcda81a
2022-01-12[AAI] Updating the jjb yamls for the java 8 exception microservices to fix ↵wr148d1-0/+5
the builds Issue-ID: AAI-3428 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I984a5bfc110b6a4243e39cfce6d917c382a907a2
2021-10-26Updated the jjb for aai Istanbulwr148d1-2/+2
Issue-ID: AAI-3400 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ie6a23c71eec316da11853c997e64eab6e100d9fe
2021-02-03Add the missing docker profile for aai-commonHarish Venkata Kajur1-1/+1
Issue-ID: AAI-2700 Change-Id: I4cea39fbabe492acaff3a0fc8281bb2e045504be Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-11-10Update jenkins branches from frankfurt to guilinHarish Venkata Kajur1-2/+2
Issue-ID: AAI-3221 Change-Id: I8515ddd136e188c1efcfef51c311a15d09ac4180 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-04-08Switch to frankfurt branchesJimmy Forsyth1-2/+3
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I24694d04ae0f21ce81c119558f2f0eb29a399332
2020-03-30Update AAI jjbs to use ubuntu 1804Jimmy Forsyth1-6/+6
Issue-ID: AAI-2849 Change-Id: Ic808db184eb6536b6b60f04e1750633bd8bd44fb Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-02-18Add mvn-param selectively to master streamjimmy1-1/+5
Issue-ID: AAI-2793 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iac35bd8fb675ddbfe706215381cae52db6a39abf
2020-02-14Add spring-boot profile to aai-common build jobsForsyth, James (jf2512)1-0/+1
Issue-ID: AAI-2528 Change-Id: I0f05c5fbafa3cfba308beed0b9793a28ad2bbab5 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2020-01-14Ensure INFO runs in centosJessica Wagantall1-0/+1
Move INFO.yaml verify jobs to centos node to ensure there are no issues with Python packages. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
2020-01-09Simplify sonar variablesJessica Wagantall1-1/+1
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-11-26Migrate AAI to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I02b7001e79a2699cac36a0ecb20f67fc53690518
2019-11-11Switch CLM to master for FrankfurtJimmy Forsyth1-2/+2
Issue-ID: AAI-2706 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I093b939905962a70616874a4033c10fa1d478c1a
2019-11-07Set centos node for stage jobsJimmy Forsyth1-1/+2
Issue-ID: AAI-2703 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ia88c390e6c5e3881e50fb16ad3d55484793d4137
2019-09-16Move release jobs to docker nodeJessica Wagantall1-1/+1
Move release jobs to docker node since these repos will start using self container releases Change-Id: If335d12375863b3809e0d1335310a3eaeefea154 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-21Remove redundant streamJimmy Forsyth1-4/+1
Issue-ID: AAI-2579 Change-Id: I9fc36af466bb3c58402bec87ba83cdde2c624c3b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-08-12Add release jobs for aai self-releaseJimmy Forsyth1-0/+2
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ie26ecb0d6d87b0b4c4ff091d09c320bb650bdd68
2019-08-08Update WS AAI nodesJessica Wagantall1-0/+1
Update build-node: ubuntu1604-docker-8c-8g To enable more tooling after forcing build additional dependencies. Change-Id: I632516b7537492d2fc28ed4c600aa069829839bd Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-08Revert to ubuntu, centos failsJimmy Forsyth1-2/+1
Issue-ID: CIMAN-33 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I4e1d6f827694f92aea5a75b298241164fb8ca0a8
2019-08-07Merge "Add docker stage job for common images"Jessica Wagantall1-2/+7
2019-08-07Add docker stage job for common imagesJimmy Forsyth1-2/+7
Issue-ID: AAI-2574 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I96256194272509a8d6bc6bfd084986c7fb3e20be
2019-08-07Add WhiteSource AAI jobsJessica Wagantall1-0/+11
Add AAI scans for WhiteSource for: aai/aai-common aai/resources aai/model-loader aai/sparky-be aai/search-data-service Change-Id: I31311d882166e061f390f0ad857462ff8afdfc13 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-06Move aai-common stage job to ubuntu, no self-signEric Ball1-2/+2
Stage job for el alto is failing on CentOS 7 without a clear reason, while merge job works on Ubuntu. To unblock this branch, we will move to Ubuntu for now. Issue-ID: CIMAN-33 Change-Id: I62ed20da9f41351586d4d8ff8214c68c7470dff3 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2019-07-30aai-common docker image jobsMartin Klozik1-0/+22
Introduction of new jobs for automatic build of onap/aai-common container image. Until now, this image was built manually by AAI team and uploaded into private 'aaionap' docker hub repo. Following 4 jobs were added: * aai-aai-common-master-alpine-verify-docker * aai-aai-common-master-ubuntu-verify-docker * aai-aai-common-master-alpine-merge-docker * aai-aai-common-master-ubuntu-merge-docker New jobs will create two versions of aai-common image: * aai-common-alpine - based on Alpine Linux * aai-common-ubuntu - based on Ubuntu Linux These images will be pushed into standard ONAP docker repository (currently nexus3). NOTE: aai-common container image doesn't contain any AAI specific code. It just installs necessary OS packages and tools required by other AAI containers, which are based on aai-common. Change-Id: Icad266602adeb066a88853820f216afaed714380 Signed-off-by: Martin Klozik <martin.klozik@tieto.com> Issue-ID: INT-1023
2019-07-16Update to recently created elalto branchesJimmy Forsyth1-4/+4
Issue-ID: AAI-2512 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I31a6b75a269130aaf4e5cca634da2ac63fdf90a3
2019-07-01Prep repos for global jjbJimmy Forsyth1-1/+0
Issue-ID: AAI-2478 Issue-ID: AAI-2479 Issue-ID: AAI-2480 Issue-ID: AAI-2493 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iac93483d89bb973ef399e133d51d552194e41a2c
2019-06-25Migrate to gerrit-maven-stage (AAI)-1Jessica Wagantall1-0/+4
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I6c1ba3047c1318a5aa7cdaa09672c44abcad0802 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>