summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23Enable CCSDK CSITLasse Kaihlavirta1-2/+1
- re-enable fixed CCSDK Healthcheck CSIT - remove non-existent trigger job Issue-ID: CCSDK-2932 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7a596625aad3df1e6eaa5095e2f8023c9e2ee046
2020-10-16Fix ccsdk/apps docker buildDan Timoney1-0/+1
ccsdk/apps docker build should use versions plugin so that snapshot version of parent poms (used before M4) can be used. Change-Id: I83913df6f4081877e081678a1a7483585b1909c7 Issue-ID: CCSDK-2917 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-08Compile CDS Frankfurt with java8 compilerDan Timoney1-5/+40
Update ccsdk/cds to use java 8 compiler for pre-Guilin releases Change-Id: Ib40dca57ec1c7f843824b2b22edba8920ab4530e Issue-ID: CIMAN-390 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-08Improve ccsdk-oran CSIT job triggerLasse Kaihlavirta1-1/+1
- trigger CSIT with job that actually produces the tested image onap/ccsdk-oran-a1policymanagementserviceimage:1.0.0-SNAPSHOT-latest Issue-ID: CCSDK-2881 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I4f9f1b6bb71d48f9f12d380467f9cd154234ec50
2020-10-02Corrected csit job fileBjornMagnussonXA1-1/+0
Issue-ID: CCSDK-2861 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I7f16d0098346ecaf6418292085b911efbe245dc6
2020-10-01Preparation for CSIT on both master and guilinBjornMagnussonXA1-2/+6
Issue-ID: CCSDK-2861 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I5cac9fdad86d38e8880e583fbdf36d70751607a5
2020-09-29Remove doc job for ccsdk-oranelinuxhenrik1-14/+0
Change-Id: I555b8c3213e857d4f6f92e6d97b0a2205243c576 Issue-ID: CIMAN-389 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-09-24Disable ccsdk healthcheckLasse Kaihlavirta1-0/+1
Issue-ID: CCSDK-2856 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I0983df4bc793c11df12acd2d1d78610dbe86920d
2020-09-23Add guilin branchecaiyanlinux1-0/+2
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-2699 Change-Id: I44fd63f06898b289d5ba6a979003e0b5745a3626
2020-09-21Add RTD jobs to ccsdk-oranelinuxhenrik1-0/+13
Change-Id: Ic0e4467954a81a154f0a074c045c449a02de0308 Issue-ID: CCSDK-2833 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-09-18Revert "Replacing docker.skip.push with skipPush"KAPIL SINGAL1-4/+4
This reverts commit e1760a16f747271cb81391c761bcc5f643f8340d. Reason for revert: it didn't work well Issue-ID: CIMAN-388 Change-Id: I5cc3e7cd41ff49f8d79ee0c117634c55f20b9da8 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-09-18Replacing docker.skip.push with skipPushSingal, Kapil (ks220y)1-4/+4
Issue-ID: CIMAN-388 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia8291e48c27def22b19cea9e8df07dc47a0a4068
2020-09-17Executing verify job with docker profileSingal, Kapil (ks220y)1-1/+2
Issue-ID: CIMAN-388 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I22ba26bceb4a8963e9e96f3c80671dff4f24d5a7
2020-09-16Refining mvn-param changesSingal, Kapil (ks220y)1-5/+3
CDS modules used docker as profile, instead a default plugin to execute so reverting earlier changes and making sure mvn run with -Pdocker Issue-ID: CIMAN-388 Change-Id: I8c1607bf73288f4a483d8870c576f0b75f0fbb70 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-09-16Adding docker profile with skip.pushSingal, Kapil (ks220y)1-5/+5
Issue-ID: CIMAN-388 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I13d6ac19fcae74ccba5860ff248108ab8a745614
2020-09-16Adding docker profile with skip.pushSingal, Kapil (ks220y)1-1/+2
Issue-ID: CIMAN-388 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I1da6fd040fcc3fd69ace5a6ee608724e0f1bcbc4
2020-09-15Add guilin branch jobs for ccsdk/oranDan Timoney1-0/+2
Add guilin branch Jenkins jobs for ccsdk/oran repository Change-Id: I10fa53b105873cded05970028db50bd1b29972a2 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Update ccsdk-oran not to use version pluginDan Timoney1-1/+0
Update ccsdk-oran not to use version plugin for staging builds. Instead, the string '-SNAPSHOT' will be globally removed from snapshot builds. This technique allows us to make sure that merge builds will use snapshot version of CCSDK dependencies while staging builds will use released version only. One side effect is that staging builds will fail until parent pom is released - which is why we don't run daily staging builds, but only staging builds on demand. Change-Id: Ib43b7c9585c32fcd82830641ff602e4f4010a923 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Merge "Add guilin branch jobs for CCSDK and SDNC"Jessica Wagantall9-36/+36
2020-09-09Add guilin branch jobs for CCSDK and SDNCDan Timoney9-36/+36
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-09-09Merge "Changing the structure under plans/ccsdk"Jessica Wagantall1-2/+2
2020-09-09Changing the structure under plans/ccsdkmaximesson1-2/+2
Change-Id: Ib80effdda512c6a1089c0f61a24eee5b28db3884 Issue-ID: CCSDK-2700 Signed-off-by: maximesson <maxime.bonneau@est.tech>
2020-09-08Merge "Adding trigger_jobs"Jessica Wagantall1-2/+3
2020-09-08Adding trigger_jobsmaximesson1-2/+3
Change-Id: I1c98f2e2a84928e5265887ba2f66969f7e225807 Issue-ID: CCSDK-2700 Signed-off-by: maximesson <maxime.bonneau@est.tech>
2020-09-08Remove javadoc jobsDan Timoney4-16/+0
Javadoc jobs are failing and blocking our builds. Need to remove them for now until we can diagnose cause of failure. Change-Id: Ib9765cd69173a8654fb916eb6acddc4e966c602a Issue-ID: CCSDK-2733 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-07Adding ccsdk-oran into ccsdk csit jjbmaximesson1-0/+13
Change-Id: Ia871de5e783c67f113aae3b5cafdb84818fd25b9 Issue-ID: CCSDK-2700 Signed-off-by: maximesson <maxime.bonneau@est.tech>
2020-09-04Merge "Workaround for javadoc issue"Jessica Wagantall4-0/+4
2020-09-04Workaround for javadoc issueDan Timoney4-0/+4
Per recommendation from LF IT, set MAVEN_DIR to empty string to resolve issue with javadoc jobs. Change-Id: I7db2c0935606c5e7d7e69f04d90dae76d2183c82 Issue-ID: CCSDK-2733 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-04Recorrect builder for ccsdk-oran maven-stage jobecaiyanlinux1-1/+2
change builder back to centos7-builder-4c-4g skip docker build Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: I87951bc97ee41d0eb08946a3ceffa3cbafa658d3 Issue-ID: CCSDK-2699
2020-09-03Set correct builder for ccsdk-oran maven-stage jobecaiyanlinux1-1/+1
ccsdk-oran-maven-stage-master jenkins job is failing due to docker not existing in current builder Set correct builder to fix the jenkins job Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-2699 Change-Id: I2cb4d3a956e1367fea0f4160973f925c7892bba0
2020-08-31Update CCSDK and SDNC to use mvn 3.6 and openjdk 11Dan Timoney9-0/+33
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)12-47/+53
Issue-ID: CIMAN-386 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic437d59da61afc8740767e141d7b89135cbccf47
2020-08-28Changing CDS jobs to run with mvn36Singal, Kapil (ks220y)1-5/+4
Issue-ID: CIMAN-386 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ief358c225cf853137af1d241d46d62fe3a438540
2020-08-27Set correct builder for ccsdk-oran Sonar jobelinuxhenrik1-1/+1
Change-Id: I7d0f59c0dd5d5aa7ca1ba4b4ed598b4fd6a57149 Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-08-24Merge "Update maven3.5 to 3.6. Part of JDK11 migration"Jessica Wagantall11-31/+36
2020-08-21Switch dashboard to java11vv770d1-0/+4
Change-Id: If5fc2a25b5fef33114511ec9e95633c667599898 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2298
2020-08-21Update maven3.5 to 3.6. Part of JDK11 migrationOleg Mitsura11-31/+36
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-08-21Set Java version for ccsdk-oran Sonar jobelinuxhenrik1-0/+1
The ORAN components need to use Java 11. Change-Id: I95f11cd15f58476058f192b145de8dad2603489c Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-08-20Add Sonar to ccsdk-oran Jenkins jobselinuxhenrik1-0/+19
Change-Id: If77dee2106c9d8b11da81fc3b2842b29b14a9c8e Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-07-221: Moving CCSDK-ORAN info & jobs back into the CCSDK directoryRehanRaza1-0/+45
2: Adding Jenkins jobs: - gerrit-maven-verify - gerrit-maven-merge - gerrit-maven-stage - gerrit-maven-docker-stage: Change-Id: I67df668dcf8c66595186568bace46b196d783d21 Issue-ID: CCSDK-2596 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
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-06-10Remove Jenkins jobs for disabled ccsdk/platform/plugins repoDan Timoney1-82/+0
The code currently under ccsdk/platform/plugins has been refactored and moved into the dcaegen2 project. The ccsdk platform/plugins repo is now read-only and its Jenkins jobs are no longer needed. Change-Id: Iacedf04419a95ac1e9e3596c7b141b7fb3074c97 Issue-ID: CIMAN-380 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-14Increase heap space for ccsdk/features jobsDan Timoney1-1/+3
Updated CLM, Sonar and WhiteSource jobs for ccsdk/features to increase heap space. These jobs are currently failing due to out of heap space errors. Change-Id: I0250d78d6f7b3ab36217ed7d84ffb100059681cd Issue-ID: CIMAN-378 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-30Fix Ubuntu18 build-nodesJessica Wagantall3-3/+3
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 Timoney10-31/+31
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-17Add back elalto jobs for CDSDan Timoney1-0/+2
Add back elalto branch jobs for CDS repository Change-Id: Ifa23102c63bdd11929b4cb291711396fd5d1de54 Issue-ID: CIMAN-372 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall2-2/+2
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 Timoney9-0/+36
Add Jenkins jobs for CCSDK frankfurt branch Change-Id: Ic121a971378d272da3e5d3ee90bb100f2d91342a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-11Merge "dashboard docker profile"Jessica Wagantall1-0/+8
2020-02-10dashboard docker profileVijay Venkatesh Kumar1-0/+8
Added gerrit-maven-docker-stage job Change-Id: I3bca7d2c804debf290667235f2fe5797e76930ad Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891