summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-12Download helm3 in current pathJessica Wagantall1-1/+10
For some reason, the helm3 sources can't be uncompressed from /tmp compared to the helm ones. Download helm3 sources in the current dir instead. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib4e33279a1e40a7d7b90ee47f54560f252173c1d
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-11Remove un needed spacesJessica Wagantall1-1/+1
heml3_version had few empty spaces in the URL which might be causing helm3 to not install properly Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9bfe6616335feff8cffa1fadad0b6556aea1a8dc
2020-12-11Merge "Update helm node image"Andrew Grimberg1-1/+1
2020-12-11Update helm node imageJessica Wagantall1-1/+1
Update to support helm2 and helm3 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib1a5367cae3d48a4589c941a7963fc3fbe66b906
2020-12-11Merge "Add verification jobs for ccsdk/distribution"Jessica Wagantall4-7/+170
2020-12-11[OOM] Fix helm3 download URLSylvain Desbureaux1-6/+6
helm3 use a different url than helm2. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0e9eff21a9f5a4e4dad7885ef273174071da1f15
2020-12-10Merge "Upgrade common packer"Jessica Wagantall1-0/+0
2020-12-10Merge "Update ciman committers"Jessica Wagantall1-10/+15
2020-12-10Upgrade common packerJessica Wagantall1-0/+0
Upgrade to fetch latest changes to packer templates. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I41e13fff6a1880879a80a13caf9096b497a7499c
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-10Update ciman committersJessica Wagantall1-10/+15
Match the INFO.yaml with what we have in LF's info-master. Updating access to community committers. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I3fd3b4c55f80b976e393dc9ded6435fe8e8e781a
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 Wagantall2-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 Wagantall7-98/+162
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 Desbureaux7-98/+162
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>
2020-12-08Upgrade java in SDC Dist Client to java11Edyta Krukowska1-0/+3
Issue-ID: SDC-3400 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I61a2ccd389325bdb40ec7803a11810ad549d91e5
2020-12-07Merge "Remove Jenkins jobs for deprecated ccsdk/sli/* repositories"Jessica Wagantall4-372/+0
2020-12-07Merge "Add docks generation to vnfsdk upload docs job."Jessica Wagantall1-1/+2
2020-12-07Remove Jenkins jobs for deprecated ccsdk/sli/* repositoriesDan Timoney4-372/+0
Remove Jenkins jobs for sli/adaptors, sli/core, sli/northbound and sli/plugins repositories. These have now been combined into a new single repository - ccsdk/sli Change-Id: I2a4ec01b643963192301d194eccda1d6bf53ec0b Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-05Merge "Automation adds policy-clamp.yaml"Jessica Wagantall1-0/+14
2020-12-04Create guilin testsuite docker jjbmrichomme1-2/+2
Issue-ID: TEST-283 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I6718169382252d1c83443ad4942f76bfcef5c1ce
2020-12-04Add docks generation to vnfsdk upload docs job.Bartosz Gardziejewski1-1/+2
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Iacf03e8999c928c9edcf98bd6403dfe6669e6041 Issue-ID: VNFSDK-696
2020-12-03Automation adds policy-clamp.yamlLF Jenkins CI1-0/+14
Issue-ID: CIMAN-33 Change-Id: I087870b33ef55af493fdc52fbf6fcce5db36196f Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-12-03Add jobs for ccsdk/sli guilin branchDan Timoney1-0/+4
Add Jenkins jobs for ccsdk/sli repo Guilin branch. Change-Id: I2614fde148da3668fc683c1eb28e517e3167f715 Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-02[OOM] Publish helm charts when releasingSylvain Desbureaux1-2/+1
When a release is created, we want to make and push the charts to a place where everybody can retrieve them instead of making them in their side. Issue-ID: OOM-1238 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibedfe874c76d4ae11f3f759737e550ba0e5e3d33
2020-12-01Merge "Add job to upload files for documentation to nexus."Jessica Wagantall2-1/+29
2020-12-01Add job to upload files for documentation to nexus.Bartosz Gardziejewski2-1/+29
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ia67a7b0572e7e7e0ac1aa4514e1370db7135588b Issue-ID: VNFSDK-696
2020-11-30[OOM] Build-timeout for helm verify jobs to 240Eric Ball2-1/+2
The initial commit for this change (66d7747) changed the timeout only for image-verify jobs, and did so directly in the job template. This change includes the helm-verify jobs, and sets the timeout in the calling template. Change-Id: I80cbe130d3baf0d5671dcc12565e838abf376fe5 Issue-ID: OOM-1 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2020-11-30Merge "Rename project-specific CSIT PoC jobs"Jessica Wagantall5-18/+45
2020-11-30Fix change I007a78a5e706f51cd0913f38ae9f0d48cea1ebadBartek Grzybowski1-1/+1
Change-Id: If7ef387bbb55629d79a6c4b5b63f9ee6f9e0d7be Issue-ID: INT-1725 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-11-30Merge "[OOM] Bigger timeout for verify job"Jessica Wagantall1-1/+1
2020-11-30Merge "[DMAAP] Add/remove branch merge jobs"Jessica Wagantall9-68/+16
2020-11-30Merge "Add CertService Guilin job"Jessica Wagantall2-0/+5