ci-management.git
5 years agoMerge "[iec] Add deploy jobs"
Eric Ball [Tue, 2 Apr 2019 01:12:39 +0000 (01:12 +0000)]
Merge "[iec] Add deploy jobs"

5 years ago[iec] Add deploy jobs 85/485/15
Cristina Pauna [Mon, 18 Mar 2019 17:14:03 +0000 (19:14 +0200)]
[iec] Add deploy jobs

Change-Id: I8ea94a17c06e75ce222535685ca6b132817414ac
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agoChange choosing-strategy 16/516/2
wutianwei [Wed, 27 Mar 2019 06:18:28 +0000 (14:18 +0800)]
Change choosing-strategy

Eliot project still connot checkout to correct commit id
In the patch I change choosing-strategy to 'gerrit',
because choosing-strategy select what to build.

Change-Id: If53740e7b99464a6388f9f0c1a2e30f0f8644ffc
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoMerge "fix verify cann't fetch correct refs"
Eric Ball [Tue, 26 Mar 2019 17:23:00 +0000 (17:23 +0000)]
Merge "fix verify cann't fetch correct refs"

5 years agoMerge "Add CentOS 7 8c-8g builder"
Eric Ball [Thu, 21 Mar 2019 15:16:13 +0000 (15:16 +0000)]
Merge "Add CentOS 7 8c-8g builder"

5 years agoAdd CentOS 7 8c-8g builder 95/495/4
Milin [Wed, 20 Mar 2019 18:06:34 +0000 (13:06 -0500)]
Add CentOS 7 8c-8g builder

The file is being added so 8G VMS can be available and configured
for the OS.

Issue: RT-69932
Change-Id: Ia00f567cc5428f4c25bb9c624985f72cd935f585
Signed-off-by: Milin <mjaiswal@contractor.linuxfoundation.org>
5 years agofix verify cann't fetch correct refs 99/499/1
wutianwei [Thu, 21 Mar 2019 03:22:48 +0000 (11:22 +0800)]
fix verify cann't fetch correct refs

When trigger the verify job, it cannot fetch the correct.
It fetch the refs/heads/master instead of my changes.

Change-Id: I6ec4c3262b48d13e39620f83b828df7d612f6044
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agouse path for maven -f until scripts are updated 96/496/1
davidplunkett [Wed, 20 Mar 2019 20:58:11 +0000 (20:58 +0000)]
use path for maven -f until scripts are updated

Change-Id: I6e129257425a566a69eda5fa66f2e3ccce8e32fc
Signed-off-by: davidplunkett <dp7642@att.com>
5 years agoMerge "Add script for connecting static jenkins slaves"
Eric Ball [Tue, 19 Mar 2019 17:23:29 +0000 (17:23 +0000)]
Merge "Add script for connecting static jenkins slaves"

5 years agoMerge "Correct verify job branch selection"
Eric Ball [Mon, 18 Mar 2019 19:23:28 +0000 (19:23 +0000)]
Merge "Correct verify job branch selection"

5 years agoAdd script for connecting static jenkins slaves 72/472/2
Cristina Pauna [Thu, 14 Mar 2019 18:29:37 +0000 (20:29 +0200)]
Add script for connecting static jenkins slaves

Script from [1] adapted for akraino, both for production and for
sandbox. It configures monit and connects the slave to the LF master

Usage for production:
sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \
-j /home/jenkins -u jenkins -n <slave_name> -s <secret>

Usage for sandbox:
sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \
-j /home/jenkins -u jenkins -n <slave_name> -s <secret> -b

[1] https://github.com/opnfv/releng/blob/master/utils/jenkins-jnlp-connect.sh

Change-Id: I7289a06a13deb3626a4c37147d6fb8b5fdd0e5ff
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agoUpdate global-jjb to v0.31.0 68/468/1
Eric Ball [Wed, 13 Mar 2019 23:38:23 +0000 (16:38 -0700)]
Update global-jjb to v0.31.0

This fixes an issue causing failures in jobs using deploy-maven-files
script.

Change-Id: I56519b2c242bab817a26979bf167044b8d6c2eaf
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
5 years agoCorrect verify job branch selection 67/467/1
Eric Ball [Wed, 13 Mar 2019 16:44:42 +0000 (09:44 -0700)]
Correct verify job branch selection

The verify job was not picking up the correct branch, as it had been
modeled after the merge jobs, which are single-branch. Also made the
verify jobs more generic, as they had been designed specific to the
eliot project.

Change-Id: I3bacc22bffb89c4b7378c1ada7bd0af988c75a15
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
5 years ago[ELIOT] fix the git branch and refspec 61/461/2
wutianwei [Tue, 12 Mar 2019 03:56:56 +0000 (11:56 +0800)]
[ELIOT] fix the git branch and refspec

Change branch to $GERRIT_BRANCH and refspec to $GERRIT_REFSPEC,
otherwise it always fetchs the master instead of my change

Change-Id: Id25e7e5edced5ed658df3ea655590604ce71e19d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years ago[ELIOT]Add verify job 40/440/3
wutianwei [Wed, 6 Mar 2019 08:21:19 +0000 (16:21 +0800)]
[ELIOT]Add verify job

Add a job to verify the eliot python code

Change-Id: I2bc4c329a6b51ddae25907194a8377e5644341d0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
5 years agoAdd kni view in akraino jenkins 04/404/1
Yolanda Robla [Fri, 15 Feb 2019 12:01:28 +0000 (13:01 +0100)]
Add kni view in akraino jenkins

Change-Id: I43a92e328ec643175c5c99ba68f493b75f405a4b

5 years agoMerge "Add Jenkins views for recently added projects"
Thanh Ha (zxiiro) [Thu, 14 Feb 2019 22:00:02 +0000 (22:00 +0000)]
Merge "Add Jenkins views for recently added projects"

5 years agoRemove development branch builds 94/394/2
Eby, Robert (re2429) [Mon, 11 Feb 2019 20:45:25 +0000 (15:45 -0500)]
Remove development branch builds

Change-Id: I0bd4e37dd32d804a8e093501a060149ee9adc73d
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoAdd Jenkins views for recently added projects 03/403/1
Eric Ball [Thu, 14 Feb 2019 19:35:45 +0000 (11:35 -0800)]
Add Jenkins views for recently added projects

Change-Id: I5c9db97c8b1afaa765b1319da0130467a63385a6
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
5 years agoMake sure AUTOSTAGING has a value 52/352/1
Eby, Robert (re2429) [Thu, 20 Dec 2018 15:40:27 +0000 (10:40 -0500)]
Make sure AUTOSTAGING has a value

Change-Id: Ib092aa5867ef57f85252542743aa7f8390c1dc20
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoRemoved apt since it will always fail. 46/346/1
Eby, Robert (re2429) [Wed, 12 Dec 2018 01:06:14 +0000 (20:06 -0500)]
Removed apt since it will always fail.

Change-Id: I8d78dad5e8f4c180f8cc4fbad9938a9e64f68bfb
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoChange yum to apt for Ubuntu 44/344/2
Eby, Robert (re2429) [Fri, 7 Dec 2018 16:08:57 +0000 (11:08 -0500)]
Change yum to apt for Ubuntu

Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoUpdate for staging docker builds 41/341/4
Eby, Robert (re2429) [Mon, 3 Dec 2018 19:13:31 +0000 (14:13 -0500)]
Update for staging docker builds

Added new shell to check autostage directory
Updated triggers for staging docker builds

Change-Id: I9b9bfe4fb1b837016a0ab2d9fb7b6ec6e85be6e6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoFixed error that broke release builds 39/339/1
Eby, Robert (re2429) [Mon, 3 Dec 2018 15:56:29 +0000 (10:56 -0500)]
Fixed error that broke release builds

Change-Id: I54aba7e13e20fcef582ba1450df89e65a11561b0
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoAdd nexus-iq-namespace for CLM jobs 32/332/1
Jessica Wagantall [Fri, 30 Nov 2018 18:16:11 +0000 (10:16 -0800)]
Add nexus-iq-namespace for CLM jobs

Add nexus-iq-namespace variable for CLM jobs to use the
'akraino' prefix in Nexus IQ reports.
Having this prefix, will help in situations where two different
organizations have the same application names.

Change-Id: I1f2b998250a72c22eb1e567c2ab83d920d923dda
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoAdd staging builds to six projects 30/330/1
Eby, Robert (re2429) [Thu, 29 Nov 2018 21:18:18 +0000 (16:18 -0500)]
Add staging builds to six projects

Change-Id: I7f2f6e72a725ce0ca2ef73fa07ce14fd25a1c1e8
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoFix path snafu for relative paths 28/328/1
Eby, Robert (re2429) [Thu, 29 Nov 2018 18:59:10 +0000 (13:59 -0500)]
Fix path snafu for relative paths

Change-Id: Ibf957ab636e209db52da145dfb746ee2f38c055a
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoFixup new templates to support global-jjb v0.27 26/326/1
Andrew Grimberg [Thu, 29 Nov 2018 15:37:21 +0000 (07:37 -0800)]
Fixup new templates to support global-jjb v0.27
`

Change-Id: I65700eded9fd2337bd075b1e47856d6b9bb6febe
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoMerge "Added staging build steps for tar files"
Andrew Grimberg [Wed, 28 Nov 2018 23:14:13 +0000 (23:14 +0000)]
Merge "Added staging build steps for tar files"

5 years agoUpgrade to global-jjb v0.27.0 25/325/1
Andrew Grimberg [Wed, 28 Nov 2018 21:32:19 +0000 (13:32 -0800)]
Upgrade to global-jjb v0.27.0

* Upgrade to global-jjb v0.27.0
* Make needed changes according to the release notes to do the upgrade
* This switches from localized view definitions to global-jjb view
  definitions

Change-Id: I1c6d9a3a4667485b579a22c872d390c2a4441aaa
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdded staging build steps for tar files 20/320/2
Eby, Robert (re2429) [Wed, 21 Nov 2018 21:21:49 +0000 (16:21 -0500)]
Added staging build steps for tar files

This is needed to allow staging builds of tar files
(without using maven for the build).

Change-Id: Ia54878aadca377b86281f07166fa7e84842a0cb9
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoUpgrade to global-jjb v0.26.1 13/313/1
Andrew Grimberg [Mon, 5 Nov 2018 18:08:08 +0000 (10:08 -0800)]
Upgrade to global-jjb v0.26.1

Change-Id: Iead5a673b94dec7fcd6ced031cfa8aa44bfe7809
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade common-packer 12/312/1
Andrew Grimberg [Fri, 2 Nov 2018 19:10:03 +0000 (12:10 -0700)]
Upgrade common-packer

Upgrade to first "official" release of common-packer

Change-Id: Icc5468b21551991f2f61f9d597d9cebdfe7e8dbc
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade to global-jjb v0.26.0 11/311/1
Andrew Grimberg [Fri, 2 Nov 2018 19:02:57 +0000 (12:02 -0700)]
Upgrade to global-jjb v0.26.0

* Upgrade to global-jjb v0.26.0
* Prepare for global-jjb v0.27.0 with new macro variables

Change-Id: I094a083b56119f0ce881648dd0bbbe296ddd9855
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoConfigure global ENV vars for sigul 09/309/1
Andrew Grimberg [Thu, 1 Nov 2018 20:03:28 +0000 (13:03 -0700)]
Configure global ENV vars for sigul

Prepare Jenkins to be able to make use of Sigul artifact signing

Change-Id: I284e908b97058e9c7c3ceb9dcdc127447a8d107b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdded Docker build for redfish 07/307/1
re2429 [Mon, 29 Oct 2018 20:16:44 +0000 (16:16 -0400)]
Added Docker build for redfish

Change-Id: Ieac99c270a155bd2d141ce4c44588f4fe4c989da
Signed-off-by: re2429 <re2429@att.com>
5 years agoAdd Ubuntu 18.04 as build option 88/288/1
Andrew Grimberg [Wed, 3 Oct 2018 21:13:37 +0000 (14:13 -0700)]
Add Ubuntu 18.04 as build option

Provide Ubuntu 18.04 as a possible builder option

Change-Id: I21562269db337f46c7879e8269a39a4a5517d3dc
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoFix release-config unstable jobs 85/285/2
Jessica Wagantall [Tue, 2 Oct 2018 18:26:37 +0000 (11:26 -0700)]
Fix release-config unstable jobs

Add lf-infra-pre-build build step in
akraino-project-stream-release-config template to successfully
install lftools and avoid unstable jobs.

Change-Id: I775c6d2b74ae2e1d04954596b2ec692393f97f8c
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoLet user determine how the container is built 84/284/1
re2429 [Tue, 2 Oct 2018 14:24:09 +0000 (10:24 -0400)]
Let user determine how the container is built

Change-Id: I84f4e9a0830f3282c48b586cc6353e2adcea9fdb
Signed-off-by: re2429 <re2429@att.com>
5 years agoMerge "Update global-jjb to v0.25.1"
Andrew Grimberg [Wed, 26 Sep 2018 14:02:31 +0000 (14:02 +0000)]
Merge "Update global-jjb to v0.25.1"

5 years agoUpdate global-jjb to v0.25.1 74/274/1
Andrew Grimberg [Wed, 26 Sep 2018 13:56:45 +0000 (06:56 -0700)]
Update global-jjb to v0.25.1

Change-Id: I691ad2dceadade5b3d587206899e3a1f770cc19f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoGlobal-jjb requires version 1.2.5 of packer 70/270/2
Andrew Grimberg [Mon, 24 Sep 2018 20:30:14 +0000 (13:30 -0700)]
Global-jjb requires version 1.2.5 of packer

Global-jjb now requires version 1.2.5 of packer for some packer builds,
but not all.

Change-Id: I541f29d15ef290b6b493fd16ef85f5f637ebef22
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpdate to the latest common-packer 69/269/1
Andrew Grimberg [Mon, 24 Sep 2018 20:16:12 +0000 (13:16 -0700)]
Update to the latest common-packer

Common-packer is not currently versioned. Update to latest head

Change-Id: I3eb811e71242aee7db31c41fd684bd3d47ef9f66
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdd extra symlinks for global-jjb 58/258/1
Andrew Grimberg [Fri, 21 Sep 2018 18:58:52 +0000 (11:58 -0700)]
Add extra symlinks for global-jjb

The upgrade notes to v0.25 missed some extra information related to
changes also needed to support backwards compatibility. Namely some
extra symlinks

Change-Id: I6ee970f27af4a30514f3036707f7a9512d93c5ce
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoPrepare repo for global-jjb v0.25.0 55/255/2
Andrew Grimberg [Wed, 19 Sep 2018 19:51:42 +0000 (12:51 -0700)]
Prepare repo for global-jjb v0.25.0

Change-Id: I9b7eb343b391e24e26d66206bd43a7dc5425267b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade global-jjb to v0.24.6 57/257/1
Andrew Grimberg [Wed, 19 Sep 2018 19:37:42 +0000 (12:37 -0700)]
Upgrade global-jjb to v0.24.6

Change-Id: I871778a4ead003b6aee93cd6b6d526f85f30963d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoFixed incorrect naming of tar files 40/240/1
re2429 [Thu, 13 Sep 2018 17:38:32 +0000 (13:38 -0400)]
Fixed incorrect naming of tar files

Change-Id: Ib00c8f189f609abd35188c1bf504c68296f19cf6
Signed-off-by: re2429 <re2429@att.com>
5 years agoUpdate global-jjb to pull in CLM disable patch 27/227/1
Thanh Ha [Thu, 23 Aug 2018 19:57:22 +0000 (15:57 -0400)]
Update global-jjb to pull in CLM disable patch

We need to disable CLM jobs until we have a solution with Sonatype
that does not break their TOS.

Issue: https://jira.linuxfoundation.org/browse/RELENG-1165
Change-Id: I1a9c86626d29a0e4f5a6871c92ee7d2844444e0e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoChanges to support building the development branch 24/224/4
re2429 [Mon, 20 Aug 2018 19:42:56 +0000 (15:42 -0400)]
Changes to support building the development branch

Updated to address review issues.

Change-Id: I8b6c6eb2ef3135b17201e990b7e4478729749f9e
Signed-off-by: re2429 <re2429@att.com>
5 years agoMerge "Update global-jjb to HEAD"
Jessica Wagantall [Tue, 7 Aug 2018 20:36:00 +0000 (20:36 +0000)]
Merge "Update global-jjb to HEAD"

5 years agoUpdate global-jjb to HEAD 16/216/1
Jessica Wagantall [Tue, 7 Aug 2018 20:32:02 +0000 (13:32 -0700)]
Update global-jjb to HEAD

Update global-jjb to fetch new CLM job
updates.

Change-Id: Icccf80fd6c3fa0ae0009c16e6e6e8a508569760f
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoUpdate JJB to version 2.2.1 15/215/1
Jessica Wagantall [Tue, 7 Aug 2018 20:14:36 +0000 (13:14 -0700)]
Update JJB to version 2.2.1

Update JJB version to add support for
new Nexus IQ plugin changes.

Change-Id: I07cd63d13ba31148b3b971aca1797f166241e554
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoNew JJB file for regional_controller tar file 94/194/1
Eby, Robert (re2429) [Fri, 3 Aug 2018 18:16:20 +0000 (14:16 -0400)]
New JJB file for regional_controller tar file

Change-Id: I1a1e517b289622400dc789d6dda1c1ff9e8b38b8
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "Compute correct URL when building containers."
Andrew Grimberg [Tue, 31 Jul 2018 18:00:24 +0000 (18:00 +0000)]
Merge "Compute correct URL when building containers."

5 years agoCompute correct URL when building containers. 66/166/1
Eby, Robert (re2429) [Tue, 31 Jul 2018 17:50:26 +0000 (13:50 -0400)]
Compute correct URL when building containers.

Change-Id: Icfe6c204d9ab561f02fee99c87a90ff46fa10194
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoAdd the missing view for this project 65/165/1
Eby, Robert (re2429) [Tue, 31 Jul 2018 17:48:19 +0000 (13:48 -0400)]
Add the missing view for this project

Change-Id: I8216b4bcf1272e7b08f3b6f91f3e6111d910940a
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMake sure dos2unix is installed 62/162/1
Andrew Grimberg [Tue, 31 Jul 2018 13:54:57 +0000 (06:54 -0700)]
Make sure dos2unix is installed

Change-Id: Ib4239c2907a9524a94d5432be3d14778e6c6e6d3
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpdate CentOS 7 builder to pull in dos2unix 61/161/1
Thanh Ha [Tue, 31 Jul 2018 00:06:09 +0000 (20:06 -0400)]
Update CentOS 7 builder to pull in dos2unix

Change-Id: I1832be122bd6c85d3b91c6567bbbf8211308787c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoFix mvn-snapshot-id should be snapshots 60/160/1
Thanh Ha [Mon, 30 Jul 2018 23:31:18 +0000 (19:31 -0400)]
Fix mvn-snapshot-id should be snapshots

Change-Id: I90593438dd93d0501e62bed84e136162ffe90889
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "New JJB file for redfish tar file"
Thanh Ha [Mon, 30 Jul 2018 21:28:53 +0000 (21:28 +0000)]
Merge "New JJB file for redfish tar file"

5 years agoMerge "Fix incorrect URL in build-docker"
Thanh Ha [Mon, 30 Jul 2018 21:28:16 +0000 (21:28 +0000)]
Merge "Fix incorrect URL in build-docker"

5 years agoNew JJB file for redfish tar file 59/159/1
Eby, Robert (re2429) [Mon, 30 Jul 2018 14:33:13 +0000 (10:33 -0400)]
New JJB file for redfish tar file

Change-Id: I715ecd1ed012a18e6f59f7a410b2b4b897806bf0
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMake sure that version.properties is a *nix file 55/155/1
Andrew Grimberg [Fri, 27 Jul 2018 22:35:59 +0000 (15:35 -0700)]
Make sure that version.properties is a *nix file

Change-Id: Icd024190bd0b34a8b9c5d83695916ce553d376a4
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoFix upload issues with Nexus 54/154/1
Andrew Grimberg [Fri, 27 Jul 2018 22:15:27 +0000 (15:15 -0700)]
Fix upload issues with Nexus

Nexus requires that artifacts going into SNAPSHOT repositories have a
version as well as end in -SNAPSHOT

Change-Id: I20ad4efa13495a69cc821d43947f0517e5eda65d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoFix incorrect URL in build-docker 53/153/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 21:52:28 +0000 (17:52 -0400)]
Fix incorrect URL in build-docker

Change-Id: I5100ffab5f16660d52035eb4e20d317fb7a657bf
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "Fix akraino-project-stream-release-config job def"
Andrew Grimberg [Fri, 27 Jul 2018 19:46:04 +0000 (19:46 +0000)]
Merge "Fix akraino-project-stream-release-config job def"

5 years agoFix akraino-project-stream-release-config job def 50/150/1
Andrew Grimberg [Fri, 27 Jul 2018 19:27:48 +0000 (12:27 -0700)]
Fix akraino-project-stream-release-config job def

The akraino-project-stream-release-config job definition was not
properly using the global-jjb helper macros and has therefore been
failing to properly build the environment needed for deploying a tarball
to Nexus

Change-Id: Ia5600503983e7c88b6949f875f338c05cf7048f0
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdjust trigger period for testing 49/149/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 18:45:32 +0000 (14:45 -0400)]
Adjust trigger period for testing

Change-Id: I8866611af9d48b62706dfbe01c2f4de9599a64d1
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "New JJB file for postgres container"
Andrew Grimberg [Fri, 27 Jul 2018 17:42:40 +0000 (17:42 +0000)]
Merge "New JJB file for postgres container"

5 years agoMerge "New JJB file for portal container"
Andrew Grimberg [Fri, 27 Jul 2018 17:42:27 +0000 (17:42 +0000)]
Merge "New JJB file for portal container"

5 years agoNew JJB file for postgres container 48/148/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 17:16:15 +0000 (13:16 -0400)]
New JJB file for postgres container

Change-Id: Id43718472566b75a0834b0bfcff0131cc66d4c80
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB file for portal container 47/147/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 17:13:25 +0000 (13:13 -0400)]
New JJB file for portal container

Change-Id: I780cb1f3eb8e85851c4facdb5a41a3848d4d631c
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB file for Camunda container 46/146/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 17:11:48 +0000 (13:11 -0400)]
New JJB file for Camunda container

Change-Id: I5d85fa1559ad1e8cefbefa0b700ea92d70f691ee
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "New JJB files for test_automation project"
Andrew Grimberg [Fri, 27 Jul 2018 16:57:13 +0000 (16:57 +0000)]
Merge "New JJB files for test_automation project"

5 years agoNew JJB files for test_automation project 37/137/2
Eby, Robert (re2429) [Fri, 27 Jul 2018 02:12:16 +0000 (22:12 -0400)]
New JJB files for test_automation project

Change-Id: Icf1b4e071bbc127a0ce4e337bc396fa89d4561ca
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "New JJB files for yaml_builds project"
Andrew Grimberg [Fri, 27 Jul 2018 15:53:10 +0000 (15:53 +0000)]
Merge "New JJB files for yaml_builds project"

5 years agoMerge "New JJB files for sample_vnf project"
Andrew Grimberg [Fri, 27 Jul 2018 15:52:56 +0000 (15:52 +0000)]
Merge "New JJB files for sample_vnf project"

5 years agoMerge "New JJB files for airshipinabottle_deploy project"
Andrew Grimberg [Fri, 27 Jul 2018 15:52:44 +0000 (15:52 +0000)]
Merge "New JJB files for airshipinabottle_deploy project"

5 years agoMerge "New JJB files for Docker container builds"
Andrew Grimberg [Fri, 27 Jul 2018 15:52:03 +0000 (15:52 +0000)]
Merge "New JJB files for Docker container builds"

5 years agoNew JJB files for Docker container builds 14/114/4
Eby, Robert (re2429) [Wed, 25 Jul 2018 02:33:14 +0000 (22:33 -0400)]
New JJB files for Docker container builds

Revised to include only the necessary template files,
not the files which use the template.  These will be added later.

Change-Id: Ia259dde49a0c9f2234f4c5e25e1d5b2ac0913d81
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB files for yaml_builds project 38/138/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 02:15:17 +0000 (22:15 -0400)]
New JJB files for yaml_builds project

Change-Id: Ifeca7d1dc05d51e6dcdb20399949f23725c3cdfb
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB files for sample_vnf project 36/136/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 02:08:20 +0000 (22:08 -0400)]
New JJB files for sample_vnf project

Change-Id: Id49af30f2292c82be16df6b65c61017c13652dc0
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB files for airshipinabottle_deploy project 35/135/1
Eby, Robert (re2429) [Fri, 27 Jul 2018 02:03:08 +0000 (22:03 -0400)]
New JJB files for airshipinabottle_deploy project

Change-Id: I424b2b705ce11879494abdc34512bec9842a51ce
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoAdded missing trigger logic to JJB template 34/134/1
Eby, Robert (re2429) [Thu, 26 Jul 2018 20:33:38 +0000 (16:33 -0400)]
Added missing trigger logic to JJB template

Change-Id: I4b7d37f86548c3b8893012663e72a0e2c62b0245
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoMerge "New JJB files for addon-onap project"
Andrew Grimberg [Thu, 26 Jul 2018 18:36:53 +0000 (18:36 +0000)]
Merge "New JJB files for addon-onap project"

5 years agoNew JJB files for addon-onap project 05/105/8
Eby, Robert (re2429) [Tue, 24 Jul 2018 11:32:03 +0000 (07:32 -0400)]
New JJB files for addon-onap project

Change-Id: I13acbfec75c905a1ccf57724721c48d4bd4b9ccd
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoAdd global env vars for the Nexus3 docker registry 13/113/1
Andrew Grimberg [Tue, 24 Jul 2018 19:30:47 +0000 (12:30 -0700)]
Add global env vars for the Nexus3 docker registry

Change-Id: Ic6e0b6352fd8d842a4d8ebbfb1e2ad66d1feafab
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoDefine new docker build node 12/112/1
Andrew Grimberg [Tue, 24 Jul 2018 19:25:29 +0000 (12:25 -0700)]
Define new docker build node

Now that change Ief91bd29c1ae77bb2fc2a2fa1ad8c34b7d4e3864 has been
merged in and successfully built an image we can finally link in a
minion defintion for docker

Change-Id: I8092fd6a6e604aec12412196aed73ffceefbec7e
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdd docker packer definition 11/111/1
Andrew Grimberg [Tue, 24 Jul 2018 17:55:30 +0000 (10:55 -0700)]
Add docker packer definition

Add a packer definition for a docker build instance.

Change-Id: Ief91bd29c1ae77bb2fc2a2fa1ad8c34b7d4e3864
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade JJB to version 2.0.10 10/110/1
Andrew Grimberg [Tue, 24 Jul 2018 17:21:29 +0000 (10:21 -0700)]
Upgrade JJB to version 2.0.10

The latest views code that is being leveraged requires at least JJB
version 2.0.8. Since 2.0.10 is the current latest, just bump to that.

Change-Id: I3a77fe46b1fbce91718f7dca5ac2c8a3aa1ec8da
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoMerge "New JJB YAML for the camunda_workflow project"
Andrew Grimberg [Mon, 23 Jul 2018 20:10:34 +0000 (20:10 +0000)]
Merge "New JJB YAML for the camunda_workflow project"

5 years agoNew JJB YAML for the portal_user_interface project 04/104/1
Eby, Robert (re2429) [Mon, 23 Jul 2018 19:07:39 +0000 (15:07 -0400)]
New JJB YAML for the portal_user_interface project

Change-Id: I6a53ec1b63d7b3f2672f5bba7a4f7d907fc1aede
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoNew JJB YAML for the camunda_workflow project 03/103/1
Eby, Robert (re2429) [Mon, 23 Jul 2018 19:03:52 +0000 (15:03 -0400)]
New JJB YAML for the camunda_workflow project

Change-Id: I5886354f253a3f6b3effd7dc3cb574e84c81f16f
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
5 years agoFix typo in nexus-snapshot-repo 01/101/1
Thanh Ha [Mon, 23 Jul 2018 14:36:47 +0000 (10:36 -0400)]
Fix typo in nexus-snapshot-repo

Change-Id: I0f6fb473daa9feca3d1a0d42829c12c435a9d086
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd default Java and Nexus identifiers 95/95/1
Andrew Grimberg [Tue, 17 Jul 2018 20:37:52 +0000 (13:37 -0700)]
Add default Java and Nexus identifiers

Change-Id: Ic24470c1579cd6e3d36c07ab4ca4f0861faa6dc7
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade to global-jjb v0.22.1 94/94/1
Andrew Grimberg [Mon, 16 Jul 2018 21:06:52 +0000 (14:06 -0700)]
Upgrade to global-jjb v0.22.1

Change-Id: If298f82f9422baad9221ee20b0bfbe1b345dde15
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpgrade to v0.21.5 of global-jjb 92/92/1
Andrew Grimberg [Mon, 9 Jul 2018 22:54:56 +0000 (15:54 -0700)]
Upgrade to v0.21.5 of global-jjb

Change-Id: Ief37087319b093e872dea519537e86aa48ee6ffc
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpdate default template image 91/91/1
Andrew Grimberg [Mon, 9 Jul 2018 19:55:18 +0000 (12:55 -0700)]
Update default template image

Change-Id: If635cc7b353f7fcb01a8b0c4e818e34abc619211
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoAdd Ubuntu 16.04 builder instance 90/90/1
Andrew Grimberg [Wed, 27 Jun 2018 14:15:54 +0000 (07:15 -0700)]
Add Ubuntu 16.04 builder instance

Change-Id: I05be32328e0b73fafb89d4412083f4b5c5cfb269
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoUpdate to Akraino built builder 89/89/1
Andrew Grimberg [Tue, 26 Jun 2018 22:57:45 +0000 (15:57 -0700)]
Update to Akraino built builder

Change-Id: I635bd000af4e3d3b7f36018002f9bf995d03b17f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>