Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Add Jenkins jobs for CCSDK and SDNC london branches
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia5b14e0c4271ad4838b1bc7e80a8361b9bf34942
|
|
Change-Id: Ic4626da2242f1944aacb174ee96c48b82298cdb5
Issue-ID: CIMAN-33
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Issue-ID: CCSDK-3858
Change-Id: Idc82151daa6666aa08d1eed054dc63aff0373e65
Signed-off-by: JohnKeeney <john.keeney@est.tech>
|
|
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
|
|
Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I206e8261649f6f38681d1f72386cce99ffbf7478
|
|
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>
|
|
Update CCSDK and SDNC CSIT jobs to use maven 3.8, required for
OpenDaylight Sulfur release
Issue-ID: CIMAN-421
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib39163703e7ecca7aa2e22ea97cf7928d9f8d5f9
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3140
Change-Id: Id2bd12ec830592d95aae1dc8bd66f29c041253a4
|
|
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3140
Change-Id: Ia4d013f32b56850059d2804741d5af4c2258dc9a
|
|
- 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
|
|
- 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
|
|
Issue-ID: INT-1823
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I7435caf713fdf71e71dbaa123535d4e64f035b05
|
|
- 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
|
|
- 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
|
|
- 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
|
|
- 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
|
|
Issue-ID: CCSDK-2861
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I7f16d0098346ecaf6418292085b911efbe245dc6
|
|
Issue-ID: CCSDK-2861
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I5cac9fdad86d38e8880e583fbdf36d70751607a5
|
|
Issue-ID: CCSDK-2856
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I0983df4bc793c11df12acd2d1d78610dbe86920d
|
|
Change-Id: Ib80effdda512c6a1089c0f61a24eee5b28db3884
Issue-ID: CCSDK-2700
Signed-off-by: maximesson <maxime.bonneau@est.tech>
|
|
Change-Id: I1c98f2e2a84928e5265887ba2f66969f7e225807
Issue-ID: CCSDK-2700
Signed-off-by: maximesson <maxime.bonneau@est.tech>
|
|
Change-Id: Ia871de5e783c67f113aae3b5cafdb84818fd25b9
Issue-ID: CCSDK-2700
Signed-off-by: maximesson <maxime.bonneau@est.tech>
|
|
Use PTL mail address to notify in case of csit job errors
Issue-ID: INT-1363
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I698f109c29c85ccca1b5c9eab5fab231918c6e0d
|
|
Jenkins jobs no longer needed for dublin branch since no maintenance release
is planned.
Change-Id: I8e79da78298ed5b06a858c1174f13c30ac256415
Issue-ID: CIMAN-285
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Remove casablanca branch Jenkins jobs for CCSDK and SDNC projects. These
are no longer needed since there will not be another casablanca mtce
release.
Change-Id: I2ff0ba87a16bc236f0c624c9efc8448783edd135
Issue-ID: CIMAN-258
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Add Jenkins jobs for CCSDK Dublin branch.
Also, added missing staging job for ccsdk/dashboard and removed filter
from CCSDK tab to include staging jobs as well.
Change-Id: I4ecacf7a645b316ff3504d0e2626dc4771a3eef9
Issue-ID: CIMAN-252
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Add Jenkins jobs for CCSDK and SDNC casablanca branchs
Change-Id: Ib38bece7a36e0f009e760a63d30536dcd575cb29
Issue-ID: CIMAN-212
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
After upgrading to JJB 2.2.0 any nested parameters
up to 3 levels will be reported as a failure.
We need to fix those so that there is only 2
levels maximum.
Committing this as a single patch since our verify
job is broken.
Change-Id: I9e0531719fc7f524c149144afcbac49b5b5fcfb8
Issue-ID: CIMAN-184
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Add CSIT HealthCheck Test Job for CCSDK
Refer below change-set link for CSIT HealthCheck Test for CCSDK
https://gerrit.onap.org/r/#/c/14605/
Change-Id: I7d9ceb5bd0d7001eb8abdd73a9411bcf12bebaac
Issue-Id: CCSDK-103
Signed-off-by: Ramu N <ramu.n@huawei.com>
|