Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
- delete jobs that have never been triggered
- disable jobs corresponding to test code that has not changed for more than 9 months
Issue-ID: INT-1237
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifd1e652a3700f874277f148af23c49042410ba29
|
|
This reverts commit 764bb8283a5cbf93ca9cbb8e2dd9760e783f9a78.
Re-enables the multiplatform jobs for policy docker images.
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Issue-ID: CIMAN-217
Change-Id: I34b81f193e6286792ace75be2a64f1a8ed19c9d8
|
|
Issue-ID: OPTFRA-580
Change-Id: I2e6544f07af93d932532e6ad0cd3b6e9138a4db7
Signed-off-by: Jerry Flood <jflood@att.com>
|
|
Change-Id: I64eac862f1757894698c034f7297149572dc2c59
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
|
|
Move releases job node to a docker node in
order to support self docker releases.
Change-Id: Ic062fdc8da17927510cc6c339acbb3126001438e
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
https://jenkins.onap.org/view/dcaegen2/job/dcaegen2-services-prh-maven-stage-master/56/console
Change-Id: I4f217b5d5bb74b8936740936622deaa5cf216ee1
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
|
|
Added new image Ubuntu 16.04 - docker - arm64 - 20190905-215538.077
to the builder node.
Issue-ID: CIMAN-33
Signed-off-by: Milin <mjaiswal@contractor.linuxfoundation.org>
Change-Id: Iffc20e96a1eac6faba441192efc646488a7f5ae5
|
|
|
|
|
|
Add missing INFO.yaml verify jobs for ccsdk (root repo) and
ccsdk/dashboard.
Change-Id: I54ba2a5a6a4c5a865e3b57c74e07069810389c74
Issue-ID: CCSDK-1696
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I2dd1386362c02dfc49c2183057f5fad05c2b4737
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
|
|
|
|
Migrate to use gerrit-maven-stage from
global-jjb to allow the generation of
signed release artifacts that will reduce
release processing time.
Issue-ID: CIMAN-234
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: I03f79d5d9d9701e6ff7a40a60e571f4842a9e6f7
|
|
Issue-ID: DCAEGEN2-1729
Change-Id: Id9e323e260c69c383efedb47e097d26ed3983a8c
Signed-off-by: Tommy Carpenter <tc677g@att.com>
|
|
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>
|
|
This pulls in a repair to lf-tox-sonar job templates
to restore Sonar reporting in jobs including
dcaegen2-platform-configbinding-tox-sonar
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Issue-ID: DCAEGEN2-1729
Change-Id: I6dd944b3cea99d76381a40cf6132388a786d1db5
|
|
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
|
|
Added python3-tk to packer for VV project in ONAP.
Signed-off-by: Milin <mjaiswal@contractor.linuxfoundation.org>
Issue-ID: CIMAN-33
Change-Id: I2e6bbb164448a1389519c79e991517b50f1de414
|
|
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
|