Age | Commit message (Collapse) | Author | Files | Lines |
|
Removed no longer used c template and created new one in
script templates that suits it better.
Issue-ID: MULTICLOUD-707
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Iba5111a49d99dbe58bcb9af5a32c3adb7ee03176
|
|
Change-Id: I80e1b99bee08e371e3e0807058a2062bb2847f91
Issue-ID: SDC-2504
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
This reverts commit 866558d317feb1171c4a40d9ff63f9dc99cd4a6d.
Looks like this commit is causing build failures in jjb
during the merge:
ci-management-jjb-merge/1756/console.log.gz
Change-Id: I4384ab0a5ef50b2551efb19bc41bc9b000a8748e
Issue-ID: CIMAN-217
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Allow teams to disable CSIT verify jobs
Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
Change-Id: I483bec17fcc4ba3c885ecb5a8e65c1d57d3d0261
Issue-ID: CIMAN-310
Signed-off-by: rope252 <gareth.roper@est.tech>
|
|
Change-Id: I26d85c63c9df64ace355ddadad3f37769282ed63
Issue-ID: DMAAP-1292
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
|
|
|
|
Add three global templates needed to build multiarch images:
- {project-name}-docker-manifest-{stream}: creates a docker
manifest list with images for multiple architectures by calling
docker_push_manifest.sh
- {project-name}-multiarch-docker-stage-{stream}: multijob that
uses the global-jjb template
{project-name}-maven-docker-stage-{stream} to produce staging
images for each supported arch and a manifest list for them
- {project-name}-multiarch-{stream}-merge-java: multijob that uses
the existing {project-name}-{stream}-merge-java template to
produce snapshot images for each suppported arch and a manifest
list for them
The policy/docker project jobs are modified to use the new multiarch
templates.
All images are now pushed to DockerHub instead of Nexus (as Nexus lacks
support for docker manifest list).
Cancel the triggers for child jobs, as they will be triggered by the
parent multiarch job.
For the jobs that build images, use registry registry-1.docker.io
as a workaround for [1].
Enable the multiarch jobs only for the master branch for now.
[1] https://github.com/fabric8io/docker-maven-plugin/issues/838
Issue-ID: CIMAN-217
Change-Id: Ibd00d24bb70ef51f761005016b7baea4ef66a0a5
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
|
|
Add mvn-opts set for gerrit-maven-clm to address IT-17448.
Issue-ID: CIMAN-33
Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: I4c58c252596a82c4e66b0173e448ebbbad697f6f
|
|
Issue-ID: DCAEGEN2-1729
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ib9c1f1a30ec3f915535920c756f7cfd20f1bbcc6
|
|
disabled jobs that are no more accurate
- tests no more maintained (image names changed)
- tests using old (harcoded) versions
First attempt with aaf
see https://wiki.onap.org/display/DW/CSIT+jobs+review+page
Issue-ID: INT-1237
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ib624ea6f89e46753138d9971ae366074b039b8b4
|
|
Use gerrit-tox-sonar instead of gerrit-maven sonar
to ensure that tox runs first, then maven to report.
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Issue-ID: DCAEGEN2-1729
Change-Id: I37555c1882ebe3d3d1a9f43be28d87dbb3eedda6
|
|
Change-Id: I210cba2e1bd7ed785da0d6ac3dc6c26fa69acaed
Issue-ID: MODELING-218
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
|
|
|
|
|
|
Change-Id: I093c85c56cd6f186ca61b005724047c24f7cac33
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
|
|
Issue-ID: VID-576
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I7f35d994cbfc977a4015f3993cc0fa815489f782
|
|
Docker image build was moved to separate
maven profile and thus job needs to be fixed.
Change-Id: Idae5f420f85c9d28f6ef150bfe88a835c50627fe
Issue-ID: AAI-2595
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
|
|
|
|
|
|
Add JAVA and MVN opts set for merge job.
Issue-ID: CIMAN-33
Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: I4bc2730aa96aa0ca39c81b50112449e5b18145f2
|
|
Allow verify-java inject additional env
variables.
Allow TESTCONTAINERS_RYUK_DISABLED=true in
dcaegen2 verify job.
Change-Id: I9dc9dffd084e1f7a43dbe6521fb698aa9b242219
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
Branching for El Alto
Issue-ID: POLICY-2045
Change-Id: I9dd61e3e1b3431b4bf9305aff400f06c31f12a89
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
To save our Jenkins lab resources and Coverity Scan submission quota we
can run the scan if there were recent commits only.
At the moment the following JJB configuration does not work properly for
ONAP repositories:
triggers:
- pollscm:
cron: '@daily'
As a workaround a new job build parameter is introduced -
'max-git-repo-age-hours'. If set to non-zero run the code scan only if
there were no git repository commits last max-git-repo-age-hours hours.
It makes sense to set the value twice the 'cron' interval for the job
(e.g. if 'cron: @daily', then max-git-repo-age-hours=48).
Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I82ce092e9b8bb423e9db8b3958d6cfa3b527b33b
|
|
Change-Id: Id60fc9e64844f75d992a52d2c155d25557595d1f
Issue-ID: SDC-2504
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
Issue-ID: INT-1228
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Change-Id: I546d58d68a7bafc7db5a54c18d4e0e7d6ffea35a
Signed-off-by: umry8364 <morgan.richomme@orange.com>
|
|
Issue-ID: MSB-375
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I70b3f21ffcc365252a7d8e00e032c05f0d4ca41b
|
|
APPC needs both JAVA and MVN
opts set to:
-Xmx4000m -XX:MaxPermSize=256m
Add support for local java verify job.
Issue-ID: CIMAN-33
Change-Id: I76a82a05ec66b6d8584471685ec9e72df0bb8de4
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Missing the release job for oparent.
Issue-ID: INT-1233
Change-Id: Ifc6a1cbfce352a98745c94616d6d3790c70f3a72
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
|
|
change mvn-option
Change-Id: I944f6ed73e0565ff4e1259305b615c5aa65a19e6
Issue-ID: APPC-1711
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
add an mvn-opts:
-Xmx512m -XX:MaxPermSize=128m
Change-Id: Ib14d6437fbafec7b9992d86a64a23ae7565efe9a
Issue-ID: APPC-1711
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
The multicloud-k8s build uses golang plugins and
these builds are parallelized. The linker uses
about 920MB per plugin during the link phase and this
is causing the build machine to run out of memory where
we are compiling 4+ plugins on the system.
Issue-ID: MULTICLOUD-666
Change-Id: I796fdf5883729d6d805d56a9754fb3b032e13995
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
Issue-ID: VVP-281
Change-Id: Ib6156dde10eff917f0dab58b0f4f671614a6d646
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
|
|
|
|
Issue-ID: SO-2260
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ifcdd11790efef019da24ebd28fcc457205b7a533
|
|
Run CLM on catalog and onboarding profiles to be able to
cover all repo CLM scan successfully.
Change-Id: I4b5c3c9891672608147f02ee4d4e9e6cd7cfdf9a
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
|
|
Somehow these got missed when we renamed some of these jobs.
So they haven't been triggering the CSIT.
Issue-ID: POLICY-2018
Change-Id: I093aaccf2511c39500a7e5f2695704e023bbf53f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib3b416824653b9a4f0e8aced2de8bf74dcd73995
|