Age | Commit message (Collapse) | Author | Files | Lines |
|
Appc merge and verfiy are already on the 8c8g. This
release job is failing often because it is still on
the 4c4g
Change-Id: I84ee45be660916ddd7479047cdbf8f8f79bf6569
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-906
|
|
|
|
ONAP community is not using the a separate repo for
storing snapshot and staging artifacts. The change
parameterises the docker build to be able to separately
control the target repository and the build artifact type
(snapshot / staging). It will also store the staging and
snapshots in the same repo (10003).
Change-Id: I505023a7cdab90fa8ecfeb540f6306f0e19c3d6d
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
|
|
Fix issue with integration docker verify job not
picking up the right gerrit change for verification.
Change-Id: I46348f2bd3a9564929b233945b93ccbdb28be9d7
Issue-ID: INT-458
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Adding docker jobs to dcae-d to fe and to main
Change-Id: I8e7e55e1bae9b1bb3719c0424be0b6c004db043a
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
|
|
Change-Id: I850f3154141e16bf1d5d1656c69d71b75d6d7002
Issue-ID: VFC-728
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
|
|
Use 10003 registry for VFC daily release job for
consistency with the rest of the teams.
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Change-Id: I70147c792c2b8de9b466d886704938fd18889b91
|
|
Update global-jjb to the tip of master to pick a hot
fix:
- XC CLM job needs the lf-infra-parameters added.
Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I0a8fcc1f1f2ed14a204261b14f805b7e4d9513a7
|
|
This reverts commit fb112d6bd7e903d00da29a104a3a6cf658ffd3fe.
Issue-ID: CIMAN-116
Change-Id: If3a07c1dab59f876b7a5977d3e7653fdd5791998
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Update global-jjb to the tip of master to pick a hot
fix:
- XC CLM job needs the lf-infra-parameters added.
Change-Id: I001fedbc124032043981ee8ea002928ebf10ea4d
Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-160
Change-Id: I3f818a8f6027303d124bb8016cb5cd4574c7c7fb
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
|
|
Both docker-version-java-daily and docker-java-daily jobs are used to
release the docker image,so docker-version-java-daily job not rquired
Issue-ID: DMAAP-496
Change-Id: I4fa2c5a13a43dc9c49a2216823b7e41aee3c6c8a
Signed-off-by: sunil unnava <su622b@att.com>
|
|
Change-Id: I8ee94661b53a7c72aa08447813beffde5b797717
Issue-ID: INT-458
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Icd794704df562e69a04855363c32c6fadebc5840
Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.
Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.
Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb
Issue-ID: CIMAN-159
Change-Id: Ifb0d616f34730ffc0eaa9a371ad8800b7d153e50
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
|
|
Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.
Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.
Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb
Change-Id: I7fd34114a45b0b36158e05a1be09ebc4d861d96e
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.
Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.
Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb
Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.
Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.
Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb
Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Remove hardcoded maven.test.skip=true property from
maven-docker-push-daily macro. Rather than adding this property
as part of the builder, we need to pass it as a "mvn-params"
from the project's JJB template.
This change will allow teams to manage the Dmaven.test.skip or
DskipTests properties better.
Change-Id: I6f5aaa35dc95255af8e1e228354e74a3463646d0
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Add -DskipTests=true to docker-version-java-daily job.
This flag will compile the tests but not run them.
Change-Id: I416cec8ae14ac444a7675f25e60b7bd418624b16
Issue-ID: CIMAN-158
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Add mvn-params optional parameter for docker
daily job templates.
Change-Id: I13f34380539e6b7180ebbc93d649115afbe2aca2
Issue-ID: CIMAN-158
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Change source console timestamp log file name to
avoid having it overwritten by the local Jenkins.
Change-Id: I16e4ab20064e013366884de9964f5eeb0b8ce82f
Issue-ID: INT-401
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Change-Id: I28e06fa2f039552f857e00ed424697c68a25219e
Issue-ID: INT-401
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Add jobs to all repo's for DCAE-D
Change-Id: I85b622e57f274eced802583f7e38f92d5746e315
Issue-ID: SDC-1263
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
|
|
Change-Id: I39c1ea29c94c64d70478ff1a20ec02871438d7af
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
|
|
Change-Id: I80a2beecbd40f03174087e43b8d283db125a5188
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
|
|
Change-Id: Id73103a705f2bf6ad56499ce03a42935d15aa08f
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
|
|
Issue-ID: PORTAL-250
Change-Id: Ieeb8ce8a4dc88e064bc020e131888665e44e24e0
Signed-off-by: Manoop Talasila <talasila@research.att.com>
|
|
Use mvn-params: '-Djacoco.skip=false' to skip
jacoco during Sonar scans.
Change-Id: I042dc6783cd4a056b830912a4fa827c36d7e88c2
Issue-ID: SDC-1232
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Release job for OSDF.
Issue-ID: OPTFRA-226
Change-Id: Iadcc64b53868b2f571590a9d96a7b3a12e727dec
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
|
|
- Updated to fix duplicat release values
Change-Id: Ic726e9b530c3d3704d58b579b5270f2fd62491ac
Issue-ID: MUSIC-74
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
|
|
Issue-ID: OPTFRA-225
Change-Id: I795ed254537e49fd84006a8cd4065983fd284088
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Issue-ID: DCAEGEN2-459
Change-Id: I550649c6ca6a62384a623ca3c1e28faf1194d3ad
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Clean up docker treatment to fix vnfsdk-ice-*-staging-master jobs
Issue-ID: VNFSDK-259
Change-Id: Id538f4271da3f1cca68a5c88a721af646c63b3f7
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
|
|
|
|
Use the versioned release template
Change-Id: Ib88b186b6c0bcffa48d9b046acc40b892897cbfe
Issue-ID: AAI-1077
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
|
|
|
|
|
|
|
|
Increase timeout for sdc-merge-java job to 120
minutes.
Change-Id: I509fa4345bb569324873064738d40a3aa73962c8
Issue-ID: SDC-1142
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
This is a companion review to
https://gerrit.onap.org/r/#/c/43585/
the policy/docker project does not need to
be built any longer as it does not produce any
delivery artifacts, therefore it does not need
any Jenkins jobs. Instead, it is used as
configuration for policy docker-compose based
heat based installations.
Change-Id: Ic22b8163bd52e21a3d3ece1ca81b113ca5e8f352
Issue-ID: POLICY-737
Signed-off-by: Jorge Hernandez <jh1730@att.com>
|
|
Change-Id: I18ff77328992b648243821dde552062f5ce1bbca
Issue-ID: INT-472
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project name correction to be aligned with integration repo
Change-Id: Ic05548c6a5ab279eb978b2c5a8085a12030d6489
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
|
|
Dovetail-integration
Ice
Issue-ID: CIMAN-140
Change-Id: I535d65e16b442015ed0c1015ec6d9e44cfea647d
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
|