summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13Move CCSDK jobs from ubuntu to centos build nodesDan Timoney7-22/+22
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 Timoney9-70/+28
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 Timoney8-30/+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-08-23Remove jenkins jobs for ccsdk/dashboardDan Timoney1-41/+0
Remove Jenkins jobs for ccsdk/dashboard, which is no longer used in Istanbul release. Issue-ID: CCSDK-3428 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib13b4b6f6ae266a86e37695c5ad6270e1ca31be8
2021-07-09Reactivate jobs for ccsdk/dashboardvv770d1-0/+41
Temporarily re-enable verify/merge/release jobs to address gating issue Change-Id: Iaf03da0a4b7487191cfff7ca168c4a091d9323ea Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800
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-17Updating build-node to ubuntu1804-docker-8c-8gSingal, Kapil (ks220y)1-2/+1
Issue-ID: CIMAN-405 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iafad43ad3ed5be321e8db814b2a26d07f4373777
2021-06-17Adding honolulu review verification jobsSingal, Kapil (ks220y)9-17/+40
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-06-14Remove Jenkins jobs for ccsdk/dashboardDan Timoney1-99/+0
Remove Jenkins jobs for deprecated repo ccsdk/dashboard Issue-ID: CCSDK-3335 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I24ee4acfb4843a827a1d7a93c5a84191f67293be
2021-03-09Add honolulu release jobsDan Timoney9-0/+32
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-03-03Remove maven-versions-pluginecaiyanlinux1-3/+1
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3140 Change-Id: Id2bd12ec830592d95aae1dc8bd66f29c041253a4
2021-02-25Add CSIT tests to project repository for ccsdk/oranecaiyanlinux1-6/+11
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3140 Change-Id: Ia4d013f32b56850059d2804741d5af4c2258dc9a
2021-02-02Refactor verification job templatesLasse Kaihlavirta1-10/+0
- extract common verification boilerplate definitions and default parameters and refer to them in review and merge verification jobs - remove unnecessary parameters from templates and from cssdk-csit Issue-ID: INT-1823, INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I63367216504b997acccd863bad0a2b7de3fc7480
2021-01-27Remove redundant staging tagging scriptLasse Kaihlavirta1-8/+0
Issue-ID: INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: If1fa7902038fb5de9d4d92cedbaed09ad7350b08
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
2021-01-22Merge "Skip docker for clm job of ccsdk/oran repo"Jessica Wagantall1-0/+1
2021-01-22Add unified merge verification maven templateLasse Kaihlavirta1-3/+6
- add new template that combines maven artifact and docker builds and CSIT execution triggered by merge - take the template in use in CCSDK distribution CSIT - remove old merge verification and project-csit jobs from CCSDK Issue-ID: INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ic51c59b8e45b030003c6c26595f24872f70a33a7
2021-01-22Remove use of old review verification templateLasse Kaihlavirta1-1/+0
Issue-ID: INT-1823 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7435caf713fdf71e71dbaa123535d4e64f035b05
2021-01-21Add unified review verification maven templateLasse Kaihlavirta1-0/+7
- add new template that combines maven artifact and docker builds and CSIT execution triggered by review commit - this change needs to be coupled with https://gerrit.onap.org/r/c/ccsdk/distribution/+/116916 Issue-ID: INT-1823 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I598598519429a155c7cf0b4d19dc5e4ca7b8c0d4
2021-01-20Skip docker for clm job of ccsdk/oran repoRehanRaza1-0/+1
Change-Id: I67d5a8083ca768296765c682f3cd65f2c944fb20 Issue-ID: CCSDK-3097 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2021-01-20Add clm jenkins job for ccsdk/oran repoRehanRaza1-0/+17
Change-Id: I718f4c65eef97dd7eb583b4702be9391c2f2fb00 Issue-ID: CCSDK-3097 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
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 Kaihlavirta3-7/+30
- 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-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-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-11-30Add Jenkins jobs for ccsdk/sli repoDan Timoney1-0/+89
Add Jenkins jobs for new ccsdk/sli repository Change-Id: I2f88a1f2378867acc27239c984904635f0ea00ac Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com>
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>