summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk/distribution.yaml
AgeCommit message (Collapse)AuthorFilesLines
12 daysAdd builds for ccsdk, sdnc New Delhi branchesDan Timoney1-0/+3
Add builds for ccsdk and sdnc newdelhi branches. Remove any remaining builds for london branch. Issue-ID: CCSDK-4043 Change-Id: Ica7f8a88bd0c7cc29feda320e3e3dc2cd8f88fdd Signed-off-by: Dan Timoney <dtimoney@att.com>
2024-06-05CI: Remove deprecated branchesKevin Sandi1-42/+0
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I9174e9dbbc6d50e0a7caaebe2a77006f71721858
2024-01-11Restore daily builds for CCSDK and SDNC master branchesDan Timoney1-4/+42
CCSDK and SDNC needs to restore daily builds for its master branches to ensure that latest SNAPSHOT version is available during development. Issue-ID: CIMAN-445 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ibdd2a18463ae3a393b7e08f176a6f4879dd7efbc
2023-12-01CI: Disable daily jobsJessica Wagantall1-4/+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-11-10Add montreal branch builds for CCSDK and SDNCDan Timoney1-0/+3
Add builds for montreal branches of CCSDK and SDNC repos. Issue-ID: CCSDK-3956 Issue-ID: SDNC-1827 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If8972fdb4c65a3ab304f8e65c68681d50c66b54d
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-06-30Separate java 11 and 17 streamsDan Timoney1-4/+42
Separate streams based on java 11 and java 17 to separate projects, since setting java-version per stream is not working at the moment. Issue-ID: CIMAN-436 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If4e3c38a8fc5902c5d33ed87ae46ad01449ac944
2023-06-13Add Jenkins jobs for ccsdk/sdnc london branchesDan Timoney1-2/+5
Add Jenkins jobs for CCSDK and SDNC london branches Issue-ID: CCSDK-3903 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia5b14e0c4271ad4838b1bc7e80a8361b9bf34942
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg1-50/+31
Change-Id: Ic4626da2242f1944aacb174ee96c48b82298cdb5 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-03-13Fix ccsdk,sdnc CLM jobsDan Timoney1-0/+1
Add MVN_OPTS=--add-opens=java.base/java.util=ALL-UNNAMED to CLM jobs to fix java 17 compile error on CLM jobs Issue-ID: CCSDK-3863 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I784dbe14f6a851d9d65b4cb386d3a001c0c2b3ed
2023-02-27Merge "Fix Java compile config for ccsdk and sdnc"Jessica Wagantall1-3/+2
2023-02-24Fix Java compile config for ccsdk and sdncDan Timoney1-3/+2
Update to continue to use Java 11 in Kohn release builds for CCSDK, SDNC. Remove builds for Jakarta branches. Update java 17 builds to remove obsolete command line option MaxPermSize Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1d917a0ff9dd5baef0710384f198b55bd475f4bd
2023-02-22Fix: Move CCSDK/SDNC release jobs to C7Jessica Wagantall1-1/+1
There is an issue detected in C8 at the time of signing the release tag which is still under investigation. Use C7 for now, this will not affect the artifacts since these were built in the stage job with C8. This job exclusively releases the artifacts without rebuilding them. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Id2eab9da35fb44f1889bf4a10ef2acf3c1f919e6
2023-02-21Fix: Use docker build for stage jobsJessica Wagantall1-1/+1
Use docker build when sign artifacts is set to true Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If106b8b62cab89a2fcbf57fbdd2bd6f61080d2d3
2023-02-07Enable SBOM generation for ccsdk, sdncDan Timoney1-1/+1
Re-enable SBOM generation for ccsdk and sdnc repos Issue-ID: SDNC-1776 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Idf86a59b6320c8b51cda3ba0642042a5217e7ad5
2023-02-01Resolve CCSDK, SDNC openjdk17 compile issuesDan Timoney1-7/+7
Move ccsdk and sdnc jobs from centos7 to centos8 build nodes, which support openjdk17 Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I69d6af31b8f874a3dc08a8365eb8ce9a360f1b68
2023-01-19Update CCSDK and SDNC to use JDK 17 compilerDan Timoney1-2/+2
Update CCSDK and SDNC jenkins jobs to use Java 17 compiler rather than Java 11. Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id87b2f917f28c937382161f7d20dce7c79ac44fd
2022-12-08CI: remove unsupported Jenkins jobs streams from ccsdkKevin Sandi1-2/+0
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I206e8261649f6f38681d1f72386cce99ffbf7478
2022-10-20Chore: Deprecate WhiteSource jobsJessica Wagantall1-15/+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-20Add kohn branch builds for ccsdk,sdncTimoney, Dan (dt5972)1-0/+2
Add builds for kohn branch of CCSDK and SDNC Change-Id: Ia1fac628de78cceeef18e121c5b06fddabaa214d Issue-ID: CCSDK-3779 Issue-ID: SDNC-1746 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2022-10-07Disable SBOM generatorTimoney, Dan (dt5972)1-1/+1
Disable SBOM generator to work around issue with release builds not installing maven artifacts Change-Id: I103ec516f5a46ea28e418fb6383424528ab4f944 Issue-ID: CIMAN-422 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2022-09-29Chore: Update CLM jobs to run only on masterJessica Wagantall1-4/+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-06-30Enable SBOM generator for ccsdk and sdnc reposDan Timoney1-0/+1
Enable SBOM generator for CCSDK and SDNC repositories Issue-ID: CIMAN-417 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic336612280fe40f4c1b383aa53da9b22911167e3
2022-06-23Use maven 3.8.3 for ccsdk,sdncDan Timoney1-3/+3
Update CCSDK and SDNC jobs to use maven versio 3.8.3, needed for projects based on OpenDaylight Sulfur version and above Issue-ID: CCSDK-3697 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ife7f4670472e04829a4ee39bdcfa12d5a7c57570
2022-03-31Add jakarta release branch jobs for ccsdk,sdncDan Timoney1-0/+4
Add jenkins jobs for jakarta release branches for CCSDK and SDNC Issue-ID: CCSDK-3623 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8bc091355d3f01acdca09ee66bac0d473dc10548
2022-01-24Add missing sdnc,ccsdk clm istanbul jobsDan Timoney1-4/+0
Add CLM jobs for istanbul branch to ccsdk,sdnc repos that do not already have istanbul CLM. Remove honolulu branch jobs. Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic6abd35c052eaf3bd03828033cebee49fcb7e762
2021-10-13Move CCSDK jobs from ubuntu to centos build nodesDan Timoney1-5/+5
Move CCSDK jenkins jobs to centos build nodes Issue-ID: CCSDK-3483 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If979f0523730ae312647b3251adc63bdc5901e93
2021-09-21Add Jenkins jobs for ccsdk/sdnc istanbul branchesDan Timoney1-0/+4
Add Jenkins jobs for CCSDK and SDNC istanbul branches and remove jobs for dormant ccsdk/utils repo Issue-ID: CCSDK-3470 Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac565ca573353c89ebd4727c206acb6742ca98fb
2021-08-31Remove Guilin jobs for ccsdk,sdncDan Timoney1-4/+0
Remove obsolete jobs for guilin branch of ccsdk and sdnc Issue-ID: CIMAN-409 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ifb76ad97ca25000dda8e6df6adb496ddbb7c5c25
2021-06-21Adding docker.skip.run to stage runSingal, Kapil (ks220y)1-1/+1
Issue-ID: CIMAN-405 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id49eb62623ee6618c6b13dde141db8692827a526
2021-06-17Adding honolulu review verification jobsSingal, Kapil (ks220y)1-2/+5
Skipping maven tests run during stage or merge Adding -Pdocker in verify with docker.skip.push true Issue-ID: CIMAN-405 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I84c2e5b6ca5cfdee3f93d21ab9f053fa18fdaf56
2021-03-09Add honolulu release jobsDan Timoney1-0/+4
Add honolulu release branch jobs for CCSDK and SDNC Change-Id: I070da276a4fc08ccab6cbfdba56c1087bf2b13ae Issue-ID: CCSDK-3190 Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-26Remove obsolete docker templatesLasse Kaihlavirta1-9/+0
- remove obsolete templates related to docker building and tagging in discarded version of review and merge verification jobs Issue-ID: INT-1823, INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I1d584952ea94565f62ea7031f248a49f8f7e72d0
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-16Finalize maven docker snapshot templateLasse Kaihlavirta1-1/+1
- 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-14Add maven parameters to docker snapshot jobLasse Kaihlavirta1-1/+0
- *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 Kaihlavirta1-0/+1
- 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-10Add verification jobs for ccsdk/distributionLasse Kaihlavirta1-0/+10
- 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-09-09Add guilin branch jobs for CCSDK and SDNCDan Timoney1-6/+4
Remove unneeded elalto and frankfurt branch jobs for ccsdk and sdnc repos and added new jobs for guilin branch Change-Id: I5097922f7491b486ebe60312e37a52963514bd81 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-31Update CCSDK and SDNC to use mvn 3.6 and openjdk 11Dan Timoney1-0/+3
Update CCSDK and SDNC jobs to use Java 11 compiler with maven version 3.6 Change-Id: I5698d52e8c9d731003188ded9dacc267a02e2054 Issue-ID: SDNC-1242 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-28Refactoring CCSDK Jobs to run with mvn36Singal, Kapil (ks220y)1-2/+3
Issue-ID: CIMAN-386 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic437d59da61afc8740767e141d7b89135cbccf47
2020-08-21Update maven3.5 to 3.6. Part of JDK11 migrationOleg Mitsura1-2/+2
commit 1: initial commit commit 2: rebase (ccsdk-oran) commit 3: update CDS to openjdk11 Issue-ID: CCSDK-1870 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I476f373872e3a1af2e5f04b46b2ab64b4d097722
2020-06-16Add elalto jobs for CCSDK and SDNCDan Timoney1-0/+2
Add elalto jobs for CCSDK and SDNC repos with changes for El Alto mtce release Change-Id: I7050d4335a2acc6d9f5bfa6714caea42aee92d01 Issue-ID: CIMAN-382 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-30Fix Ubuntu18 build-nodesJessica Wagantall1-1/+1
We only have 4c-4g builder node for Ubuntu18 Fix build node names Change-Id: I6eab56062751c2c77a1b03b48343bd7a49bf3bdd Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-26Migrate CCSDK,SDNC to ubuntu 18.04 build nodesDan Timoney1-4/+4
Migrate all CCSDK and SDNC jobs from Ubuntu 16.04 to 18.04 build nodes Change-Id: I6707ceb61b036b64340a27fbd9943ae3ed202b61 Issue-ID: CIMAN-374 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall1-1/+1
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-05Add CCSDK frankfurt branch jobsDan Timoney1-0/+4
Add Jenkins jobs for CCSDK frankfurt branch Change-Id: Ic121a971378d272da3e5d3ee90bb100f2d91342a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-31Remove CCSDK elalto jobsDan Timoney1-4/+0
Remove elalto jobs for CCSDK, which are no longer needed. Change-Id: I4c8ba2db2a7733642c4b2d9bd8398620a4d50c52 Issue-ID: CIMAN-363 Signed-off-by: Dan Timoney <dtimoney@att.com>