summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13Automation adds usecase-ui-nlp.yamlLF Jenkins CI1-0/+14
Issue-ID: CIMAN-33 Change-Id: I35b6ae13a45d965b0074ee22442eef6daf31a0a6 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-01-13Use lf-infra-wrappers merge-javaJessica Wagantall1-1/+2
The merge-java job is using an unupdated wrapper macro which does not add the npmrc into the build environment. Update to the one in global-jjb. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I23f9e7e8370f354d5048ef60bbf8a298f73e6052
2021-01-13[POLICY] Removal of non existing branchessebdet1-4/+0
Guilin and frankfurt do not exist in this new policy-clamp repo, so removing them Issue-ID: POLICY-2922 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I68ffeed8ba56c96467f20b0f04b1b7d59c04ccb6
2021-01-12Retire AAI reposJessica Wagantall2-175/+0
AAI needs aai-data-router and aai-search-data-service repos put into maintenance as their functionality is being retired in the ONAP Honolulu release. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1e185a580f5716af1539a97662ceac84c52ef007
2021-01-11Automation adds dcaegen2-platform-ves-openapi-manager.yamlLF Jenkins CI1-0/+14
Issue-ID: CIMAN-33 Change-Id: Idf03f42336c5bd3f19e70d638beb9ce292dd52bc Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2021-01-04Merge "Add Slice-analysis-ms csit jobs"Jessica Wagantall1-0/+15
2021-01-04Merge "[POLICY] Create the jenkins jobs for policy-clamp"Jessica Wagantall2-14/+78
2021-01-04Add Slice-analysis-ms csit jobsSumithra1-0/+15
Issue-ID: DCAEGEN2-2560 Signed-off-by: Sumithra <sumithra.s69@wipro.com> Change-Id: Ic907b5539054adcf783b5c39d2dd82f59f555015
2020-12-30Merge "Update push url in vnfsdk upload docs job."Jessica Wagantall2-4/+4
2020-12-30Update push url in vnfsdk upload docs job.Bartosz Gardziejewski2-4/+4
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib1cfdb35a45015f0b391496cc2bd29ce966aa7d3 Issue-ID: VNFSDK-696
2020-12-21Configure release helm jobJessica Wagantall2-8/+4
We might not need the stage helm job, but instead we need a release helm that calls the publish script. Re-configure stage helm to perform like a release helm job. Trigger the job only on "release-helm" comments and prevent it from triggering after every merge. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I7232f4a8668939e0c24644fe77165d5326d72a7b
2020-12-18Removing docker profile from maven-verifySingal, Kapil (ks220y)1-2/+1
As docker-snapshot job is docker enabled and being running by verification job, don't want maven-verify to do same task Issue-ID: CIMAN-396 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I93b1ff68855727e63d2307f0f10ab40c11348f7f
2020-12-171) Adding docker profile to verify jobSingal, Kapil (ks220y)1-2/+3
mvn-params: '-Ddocker.skip.push=true -P docker' 2) Adding -Ddocker.skip.push=true to docker-snapshot job as it shouldn't be pushing image created for verification Issue-ID: CIMAN-396 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If67cf160018df664fa0dde79367ea00614797c35
2020-12-17Merge "Disable music CSIT"Morgan Richomme1-0/+1
2020-12-17Merge "Fix documentation generation in vnfsdk upload docs job"Jessica Wagantall2-2/+10
2020-12-17Disable music CSITLasse Kaihlavirta1-0/+1
- this PoC is no longer needed as ccsdk/distribution now serves as an example project in active use Issue-ID: INT-1769 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ie86015b2a07837e1b020b1ea465012631b6fb451
2020-12-17Fix documentation generation in vnfsdk upload docs jobBartosz Gardziejewski2-2/+10
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4d8f26d771172404395af38cfee5e4784d3d3a68 Issue-ID: VNFSDK-696
2020-12-16Merge "Finalize maven docker snapshot template"Jessica Wagantall2-2/+14
2020-12-16Merge "Enabling docker for all CPS build in order to support test containers"Jessica Wagantall1-3/+3
2020-12-16Merge "Create jjb to start integration testing in SDC Distribution Client"Jessica Wagantall1-0/+19
2020-12-16Merge "Fix documentation generation in vnfsdk upload docs job"Jessica Wagantall2-1/+4
2020-12-16Finalize maven docker snapshot templateLasse Kaihlavirta2-2/+14
- remove PoC postfix - add clarifying comments Issue-ID: CCSDK-3045 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib577845505b8d7424d6f7a64ba78fa2c7522d408
2020-12-16Merge "Fix docker snapshot job choosing-strategy"Morgan Richomme1-1/+1
2020-12-16Fix docker snapshot job choosing-strategyLasse Kaihlavirta1-1/+1
- choosing-strategy should be "gerrit" to make the job to checkout the job from given GERRIT_REFSPEC instead of master - hopefully final follow-up correction to https://gerrit.onap.org/r/c/ci-management/+/116262 Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I400895a68cb6cb1e89fed1e75c9751abba59cc2e
2020-12-16Enabling docker for all CPS build in order to support test containersRuslan Kashapov1-3/+3
Issue-ID: CPS-124 Change-Id: I3eb8f3086310329edb08ff1b07e1eee7e61ad665 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
2020-12-16Create jjb to start integration testing in SDC Distribution ClientEdyta Krukowska1-0/+19
Issue-ID: SDC-3400 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I97aa88c1c8866b7c60af32a3f20ccb1dfccfb357
2020-12-16Fix documentation generation in vnfsdk upload docs jobBartosz Gardziejewski2-1/+4
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I5699008a27a999640a08ef86d8bb7a5ac2b96fed Issue-ID: VNFSDK-696
2020-12-15Setup linters for integration/simulators/masspnf-simulator repoBartek Grzybowski1-0/+32
Change-Id: I915d29ee2780a939bab3af0ca5b09025ee6d7bdb Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-12-15Move masspnf-simulator job to it's own placeBartek Grzybowski2-9/+24
Change-Id: If1752019adbf8d428df08ca830569f14d7f1fc84 Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-12-15Merge "[Linter] Fix robot linter path for testsuite"Bartek Grzybowski1-1/+3
2020-12-15Merge "Automation adds integration-simulators-masspnf-simulator.yaml"Morgan Richomme1-0/+14
2020-12-15[Linter] Fix robot linter path for testsuitemrichomme1-1/+3
use the right path and use it in master and also in guilin Issue-ID: TEST-285 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iea8f48d357b86d22bd65273fbacba9c3cc865850
2020-12-14Merge "Add maven parameters to docker snapshot job"Jessica Wagantall2-2/+4
2020-12-14Automation adds integration-simulators-masspnf-simulator.yamlLF Jenkins CI1-0/+14
Issue-ID: CIMAN-33 Change-Id: I0344dec65395a4f5346443244adbef8b9651246d Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-12-14Merge "Add robot linter for new use cases"Jessica Wagantall1-4/+4
2020-12-14Add maven parameters to docker snapshot jobLasse Kaihlavirta2-2/+4
- *another* follow-up and correction to https://gerrit.onap.org/r/c/ci-management/+/116262 Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I0bb509a3b2bb1f230fde487d957f9f397b83851a
2020-12-14Add maven executable to docker snapshot jobLasse Kaihlavirta2-0/+3
- follow-up and correction to https://gerrit.onap.org/r/c/ci-management/+/116262 Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6eca59766404350878dc30e8cf5ce837616512c6
2020-12-14Add robot linter for new use casesmrichomme1-4/+4
Issue-ID: TEST-285 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I63c6ce91e5446420e644c18ee74225acba749ad9
2020-12-11Add verify jobs for packerJessica Wagantall1-0/+5
These jobs will allow us to run a packer build before the change is merged. It's more complete than just running the simple verify packer which only validates the templates. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I003fa8675f7ebc4471126820269aaf7900460866
2020-12-11Merge "Add verification jobs for ccsdk/distribution"Jessica Wagantall4-7/+170
2020-12-10[POLICY] Create the jenkins jobs for policy-clampsebdet2-14/+78
Create the new jenkins jobs to build/release policy-clamp Remove previous jjb file which was done in the wrong path. Issue-ID: POLICY-2918 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I812ac04a1b1191f151517b56a9d9d59264029bca Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-12-10Add verification jobs for ccsdk/distributionLasse Kaihlavirta4-7/+170
- replace existing CCSDK CSIT jobs with project-specific CSIT job - add docker snapshot and docker staging jobs - snapshot images are still being done with maven, but tagging the images with STAGING is moved from maven to plain shell script (both of these have been implemented in https://gerrit.onap.org/r/c/ccsdk/distribution/+/116082) - add maven docker snapshot job template to support UNIQUE_DOCKER_TAG - note that this commit requires https://gerrit.onap.org/r/c/ccsdk/distribution/+/116082 to work properly in review and merge verification phases! - note also that this is not final commit related to this change as the maven docker template is still named with -PoC postfix and original artifact builds still remain triggered by review separately (the latter should be ultimately replaced by or included in review and merge verification jobs) Issue-ID: CCSDK-3018, CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Id4c922e180c9d0ddadae6c99632d6ff6cdcbb59f
2020-12-10Add gitlint for integration/xtesting verif jobmrichomme1-3/+8
It shall help improving the quality of the commit message Issue-ID: INT-1809 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I01716658ec82ae2e9aeb1f1d963cd94f839639c9
2020-12-09Merge "[OOM] add doc linting"Jessica Wagantall1-0/+12
2020-12-09Upgrade global-jjb to v0.59.0Jessica Wagantall1-0/+3
Upgrade to fix unstable builds related to pyOpenSSL and cryptography. https://github.com/pyca/pyopenssl/issues/973 Upgrade failure-notification settings. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If0039e5fe3c89ede824d7ee50d1284c5ae583c31
2020-12-09[OOM] add doc lintingSylvain Desbureaux1-0/+12
Add 3 more linters in order to valid correct documentation for OOM. Issue-ID: OOM-2648 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8cb78b94e9ce69cbd409b401a52e5361e58e89d2
2020-12-08Merge "[OOM] add tox job with commit message linting"Jessica Wagantall1-0/+19
2020-12-08Merge "[OOM] add helm3 linting"Jessica Wagantall3-92/+107
2020-12-08[OOM] add tox job with commit message lintingSylvain Desbureaux1-0/+19
OOM team wants to add more and more linters on the code / files proposed to the project. This commit add the framework with tox + commit message linting. Issue-ID: OOM-2644 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ffba73107f95a413e069b6514e83718202c22cb
2020-12-08[OOM] add helm3 lintingSylvain Desbureaux3-92/+107
As OOM supports helm2 and helm3, it's important to check that all new additions don't break helm3 support. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I38307e3b105606eb3dded1933e3a90673078d4dc [Add helm3 job template boilerplate] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>