ci-management.git
4 years agoBreak ci-management jobs group down 56/24356/1
Andrew Grimberg [Wed, 15 Jan 2020 19:33:53 +0000 (11:33 -0800)]
Break ci-management jobs group down

While trying to implement / revert some of the work for the Jenkins
managed configuration jobs we've run into some strange problems.
Unfortunately there is currently a bug that we're hitting in global-jjb
that is causing all configurations to disapear.

This change switches from using the job group to defining just the jobs
we want in the system right now so that we don't keep running into this
bug / problem. It also allows us to continue testing configuration
changes without fear of breaking the system.

Change-Id: I49ffd839762de88b51db0d9d70bbcff1624c395e
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
4 years agoVPP: arm jobs need env carried 31/24331/1
Ed Kern [Tue, 14 Jan 2020 22:04:17 +0000 (15:04 -0700)]
VPP: arm jobs need env carried

Corrected oversight in previous cleanup patch which
split two scripts that needed to be kept together for
env variable passing

Change-Id: I0e9e91da91980b59f52310487a3d7b7e28de710c
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoAdd CSIT rls2001 branch 20/24320/2
Jan Gelety [Fri, 10 Jan 2020 10:47:47 +0000 (11:47 +0100)]
Add CSIT rls2001 branch

Change-Id: Id890c500980278840eae90fa298a193cb1fb5735
Signed-off-by: Jan Gelety <jgelety@cisco.com>
4 years agoMerge "VPP: Make script inclusion more readable"
Vanessa Rene Valderrama [Mon, 13 Jan 2020 13:02:05 +0000 (13:02 +0000)]
Merge "VPP: Make script inclusion more readable"

4 years agoMerge "CSIT: Make script inclusion more readable"
Vanessa Rene Valderrama [Mon, 13 Jan 2020 12:25:41 +0000 (12:25 +0000)]
Merge "CSIT: Make script inclusion more readable"

4 years agoAdd VPP 20.01 branch 97/24297/1
Andrew Yourtchenko [Mon, 13 Jan 2020 11:18:35 +0000 (11:18 +0000)]
Add VPP 20.01 branch

Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I3372c8d9802f9238643ac095039c1cb05d958356

4 years agoVPP: Make script inclusion more readable 59/24059/8
Vratko Polak [Tue, 7 Jan 2020 17:01:18 +0000 (18:01 +0100)]
VPP: Make script inclusion more readable

Historically, scripts names started with include-raw-vpp- prefix.
That was not only long and superfluous, but also confusing,
as the actual way of including uses
"include-raw-escape", which is a command behaving differently
than "include-raw", suggested by the previous name.

This Change shortens script names to the part
that actually says something about the script.

+ Delete include-gcc8-prefer.sh as it is orphaned since
  https://gerrit.fd.io/r/c/ci-management/+/20443
+ Move the scripts to jjb/scripts/vpp/.
- "absolute" paths are not used, as ci-man root is not in search path.
+ Put each path on a separate line to avoid long lines.
+ Put each include in a separate shell to make sure
  return code of each script is checked.
+ Update copyright year where present.
- Copyright notices are not added when not present.

Change-Id: I48920542ff20810cc87fb01844236350348bae59
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoCSIT: Make script inclusion more readable 57/24057/8
Vratko Polak [Tue, 7 Jan 2020 17:31:53 +0000 (18:31 +0100)]
CSIT: Make script inclusion more readable

Historically, scripts names started with include-raw-csit- prefix.
That was not only long and superfluous, but also confusing,
as the actual way of including uses
"include-raw-escape", which is a command behaving differently
than "include-raw", suggested by the previous name.

This Change shortens script names to the part
that actually says something about the script.

+ Move scripts to jjb/scripts/csit/.
- "Absolute" paths are not used, as ci-man root is not in serarch path.
+ Put each path on a separate line to avoid long lines.
+ Update copyright years, add missing copyright notices.

Change-Id: Ifcfad5833577d78bf9105f494d5bf6187abc2a68
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoFix hardware_id 57/24257/1
Vanessa Rene Valderrama [Thu, 9 Jan 2020 00:39:55 +0000 (18:39 -0600)]
Fix hardware_id

Modifying the config to use a flavor that is defined in global-jjb

Change-Id: Ib3e3ac42ddc04535d798ba42f47fae9a3b0be30e
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoFix Jenkins cloud config 53/24253/2
Vanessa Rene Valderrama [Wed, 8 Jan 2020 20:59:17 +0000 (14:59 -0600)]
Fix Jenkins cloud config

Fixing the Jenkins cloud config to use the correct hardware_id and
credentials and adding the GIT_BASE config to global vars

Change-Id: I8ff1418f01d6754bd77180a30e8cde6b8e7d92bf
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "Configure Jenkins clouds and templates"
Vanessa Rene Valderrama [Wed, 8 Jan 2020 20:29:02 +0000 (20:29 +0000)]
Merge "Configure Jenkins clouds and templates"

4 years agoConfigure Jenkins clouds and templates 27/23327/9
Vanessa Rene Valderrama [Thu, 7 Nov 2019 22:01:50 +0000 (16:01 -0600)]
Configure Jenkins clouds and templates

This change is to configure Jenkins clouds and templates via JJB. These
configurations will configure the sandbox and production.

Change-Id: I0620ae5f4d24066ad7930744f5c79ec49259e15e
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "Upgrade to global-jjb v0.48.1"
Andrew Grimberg [Tue, 7 Jan 2020 16:29:37 +0000 (16:29 +0000)]
Merge "Upgrade to global-jjb v0.48.1"

4 years agojjb/vpp: fix bad test for makefile target 26/24226/1
Dave Wallace [Tue, 7 Jan 2020 15:32:47 +0000 (15:32 +0000)]
jjb/vpp: fix bad test for makefile target

Change-Id: I78f021b1c672a53bcb54e74da16b98730ae87ca8
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
4 years agoModify HICN Sonar job node 36/24036/1
Vanessa Rene Valderrama [Tue, 17 Dec 2019 16:40:53 +0000 (10:40 -0600)]
Modify HICN Sonar job node

Modifying the HICN Sonar job node to use the CI node

Change-Id: Icd106a94b50fecaed01a7ee0437f25bab32a04ca
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoExecute 3n-tsh-mrr-daily daily 29/23929/1
juraj.linkes [Wed, 11 Dec 2019 07:55:00 +0000 (08:55 +0100)]
Execute 3n-tsh-mrr-daily daily

The job is working properly, switch from weekly to daily execution.

Change-Id: I656f81ff0dcb561f2c1ba35b96bd9e3936de3af3
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
4 years agoMerge "Fix repo name for extra verify jobs"
Vanessa Rene Valderrama [Tue, 10 Dec 2019 16:54:51 +0000 (16:54 +0000)]
Merge "Fix repo name for extra verify jobs"

4 years agoFix repo name for extra verify jobs 08/23908/2
Mauro Sardara [Tue, 10 Dec 2019 10:29:58 +0000 (11:29 +0100)]
Fix repo name for extra verify jobs

Change-Id: Ia2332b6b27fef251e439375147d6119e1c66bd3a
Signed-off-by: Mauro Sardara <msardara@cisco.com>
4 years agoMerge "Add build job for external dependencies."
Vanessa Rene Valderrama [Mon, 9 Dec 2019 19:38:15 +0000 (19:38 +0000)]
Merge "Add build job for external dependencies."

4 years agoRemove packagecloud install 94/23894/1
Vanessa Rene Valderrama [Mon, 9 Dec 2019 18:16:14 +0000 (12:16 -0600)]
Remove packagecloud install

Removing the packagecloud install becuase it's already installed on the
base image.

Change-Id: I2c02ced4710dee58e3443071b484728d408361cd
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoAdd build job for external dependencies. 56/23856/10
Mauro Sardara [Fri, 6 Dec 2019 18:10:32 +0000 (19:10 +0100)]
Add build job for external dependencies.

Change-Id: Ic5ce1f1da563cdf2cf66af19b3b3f6c79eaba6a4
Signed-off-by: Mauro Sardara <msardara@cisco.com>
4 years agoMerge "vpp: make test-doc output moved"
Vratko Polak [Mon, 9 Dec 2019 14:27:08 +0000 (14:27 +0000)]
Merge "vpp: make test-doc output moved"

4 years agovpp: make test-doc output moved 81/23481/2
Dave Wallace [Fri, 15 Nov 2019 22:39:59 +0000 (17:39 -0500)]
vpp: make test-doc output moved

The patch to the vpp repo [0] moves the output of 'make test-doc'
into .../vpp/build-root/build-test/doc/html

[0] https://gerrit.fd.io/r/c/vpp/+/23480

Change-Id: I1885e37afd0b768a2eb115192d8d3c96119cef10
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
4 years agoRemove rake install 58/23858/1
Vanessa Rene Valderrama [Fri, 6 Dec 2019 21:02:35 +0000 (15:02 -0600)]
Remove rake install

Removing the rake install because the newer version requires a newer
version of Ruby.

Change-Id: Ic50dec1f6a54971de3ca6a2a82b2b3e085d17029
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoInstall newer version of ruby gems 69/23769/1
Vanessa Rene Valderrama [Tue, 3 Dec 2019 20:01:45 +0000 (14:01 -0600)]
Install newer version of ruby gems

Install newer version of ruby gems to resolve rake dependency for the
CentOS 7 image

Change-Id: I6cd230a2f008e5d9da34bce1dc4c82d35edf9592
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoApply BMRR parameters to each MRR job 04/23604/2
Vratko Polak [Fri, 22 Nov 2019 13:56:25 +0000 (14:56 +0100)]
Apply BMRR parameters to each MRR job

+ Define global macros to make values configurable on demand.
+ Define minimal values to be used as global default.
+ The vpp-csit and csit-vpp jobs need different values.
+ Ndrpdr jobs do not use the values.

Change-Id: I868da5fdf16cfb627c48b44a028ed2f6a708ce77
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoUpgrade common-packer to v0.3.1 32/23632/1
Vanessa Rene Valderrama [Mon, 25 Nov 2019 19:50:01 +0000 (13:50 -0600)]
Upgrade common-packer to v0.3.1

Change-Id: I4cb5f5ded765abfacd87d183908544f7d76b74a6
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoAdd new dev branch to the CI framework 27/23627/1
Konstantin Ananyev [Mon, 25 Nov 2019 16:44:49 +0000 (16:44 +0000)]
Add new dev branch to the CI framework

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Change-Id: Ib04bf9e48cfb2cc6c7aec17149be0ebb51fea2b4

4 years agoGive more memory to vpp-csit perf taishan job 88/23588/3
Vratko Polak [Thu, 21 Nov 2019 16:59:59 +0000 (17:59 +0100)]
Give more memory to vpp-csit perf taishan job

It is failing VPP compilation otherwise.

Change-Id: Iec9018357164b32a95eb35bacecde4ee62652839
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoMerge "Revert upgrades"
Vanessa Rene Valderrama [Thu, 21 Nov 2019 17:48:28 +0000 (17:48 +0000)]
Merge "Revert upgrades"

4 years agoRevert upgrades 90/23590/1
Vanessa Rene Valderrama [Thu, 21 Nov 2019 16:54:39 +0000 (10:54 -0600)]
Revert upgrades

Reverting common-packer and global-jjb upgrade

Change-Id: I23606cc566d3682c8f942fbeb92d4155752acd44
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "Upgrade common-packer to v0.3.1"
Eric Ball [Wed, 20 Nov 2019 22:08:59 +0000 (22:08 +0000)]
Merge "Upgrade common-packer to v0.3.1"

4 years agoUpgrade common-packer to v0.3.1 72/23572/1
Vanessa Rene Valderrama [Wed, 20 Nov 2019 21:31:50 +0000 (15:31 -0600)]
Upgrade common-packer to v0.3.1

Change-Id: Ie4dc270066b786f7b6199edb53ad0de0647adca8
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoUpgrade to global-jjb v0.48.1 26/23526/1
Vanessa Rene Valderrama [Mon, 18 Nov 2019 20:19:20 +0000 (14:19 -0600)]
Upgrade to global-jjb v0.48.1

Change-Id: Ia22a001802df40416328a7ba08c5c4eff7a1e74b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoSet arm executor for taishan 22/23422/3
Vratko Polak [Thu, 14 Nov 2019 15:11:38 +0000 (16:11 +0100)]
Set arm executor for taishan

Arm related job need executor override, and one was missing.
In fact, the job definition in question was not ready for overriding,
so it needed edits in multiple places.

+ Added missing executor info to description.

Fixes: 2949329b058bb8ed92d97efb8770ecd713fcca0f

Change-Id: I863a4468abae6d651e20823200889be25094f8ec
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoCSIT: Add executor value to job description 93/23293/2
Vratko Polak [Wed, 6 Nov 2019 16:29:21 +0000 (17:29 +0100)]
CSIT: Add executor value to job description

For some jobs, it is not entirely clear which executor is used.
People verifying changes related to executors
previously needed to click job configuration to see it.
Now they only need to look at job description.
If a job does not list the executor in its description,
it means it does not use anything fancy.

Change-Id: Idbfdc015a9989b8ff65a8a0f0ca6593c16b2683f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoCSIT: Cleanup obsolete 1901 branches 93/23393/1
Peter Mikus [Wed, 13 Nov 2019 07:22:38 +0000 (07:22 +0000)]
CSIT: Cleanup obsolete 1901 branches

Change-Id: Ieb3f2450a6eeebee42d73cef0d78297aca707f08
Signed-off-by: Peter Mikus <pmikus@cisco.com>
4 years agovpp: call 'make checkstyle' instead of checkstyle.sh 64/23364/3
Dave Wallace [Mon, 11 Nov 2019 16:21:28 +0000 (11:21 -0500)]
vpp: call 'make checkstyle' instead of checkstyle.sh

Change-Id: I65a7412fbf76ac2c52fbe123420b574127d13d83
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
4 years agoCSIT: Reduce obolete jobs 53/23353/2
Peter Mikus [Mon, 11 Nov 2019 08:08:56 +0000 (08:08 +0000)]
CSIT: Reduce obolete jobs

Change-Id: Icb94fbef28dfa54fe72234e5f0a988ab852bfd05
Signed-off-by: Peter Mikus <pmikus@cisco.com>
4 years agoMerge "VPP: bionic out of beta xenial to historic"
Vanessa Rene Valderrama [Tue, 5 Nov 2019 22:00:03 +0000 (22:00 +0000)]
Merge "VPP: bionic out of beta xenial to historic"

4 years agoModify log publisher 68/23268/2
Vanessa Rene Valderrama [Tue, 5 Nov 2019 15:50:13 +0000 (09:50 -0600)]
Modify log publisher

Adding a timeout to the log publisher script to provide more information
for troubleshooting.

Change-Id: I3c5de3bffdac9be0844a2fa020128bdfde2bd610
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoVPP: bionic out of beta xenial to historic 29/23229/1
Ed Kern [Mon, 4 Nov 2019 21:42:15 +0000 (14:42 -0700)]
VPP: bionic out of beta xenial to historic

stop building xenial off of master and clean up
bionic since its been out of beta quite awhile

Change-Id: Ia01eec59dc948af2c11590df4382ae06cf9b9785
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoModify TLDK publisher 28/23228/1
Vanessa Rene Valderrama [Mon, 4 Nov 2019 19:02:57 +0000 (13:02 -0600)]
Modify TLDK publisher

Modify the publisher to use the custom macro until the TLDK jobs can use
the CI builders

Change-Id: I1ba7c2f065f58cdfada630a84ff09dafcb0135e5
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoAdd 2n-clx to nodearchs for vpp perf job 50/23150/1
Vratko Polak [Thu, 31 Oct 2019 16:25:22 +0000 (17:25 +0100)]
Add 2n-clx to nodearchs for vpp perf job

Change-Id: I522a79ad60e8af42786b68f17f8b787f520a7470
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoCorrect packagecloud path and packagecloud_api path 17/23117/1
Angelo Mantellini [Wed, 30 Oct 2019 19:13:59 +0000 (20:13 +0100)]
Correct packagecloud path and packagecloud_api path

Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com>
Change-Id: Ic7b0bc516c2bf5fd2c41077ce575e02a8b2877ae

4 years agoCICN: arm change for pc push from container 09/23109/1
Ed Kern [Wed, 30 Oct 2019 17:20:54 +0000 (11:20 -0600)]
CICN: arm change for pc push from container

Change to be consistent with other arm pc pushing containers

Change-Id: I96101525e3959158378f377fc5c50734fb5b763f
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoMerge "VPP: ping maven wagon 2.10"
Vratko Polak [Wed, 30 Oct 2019 14:08:13 +0000 (14:08 +0000)]
Merge "VPP: ping maven wagon 2.10"

4 years agoMerge "Remove lf-infra-publish from publishers."
Vanessa Rene Valderrama [Wed, 30 Oct 2019 13:29:10 +0000 (13:29 +0000)]
Merge "Remove lf-infra-publish from publishers."

4 years agoRemove lf-infra-publish from publishers. 89/23089/2
Mauro Sardara [Wed, 30 Oct 2019 11:07:19 +0000 (12:07 +0100)]
Remove lf-infra-publish from publishers.

Change-Id: If18eac8ef984e21ce8f7f564aeb123793383e6aa
Signed-off-by: Mauro Sardara <msardara@cisco.com>
4 years agoMove docs building to ubuntu 1804. 93/23093/1
Mauro Sardara [Wed, 30 Oct 2019 12:43:38 +0000 (13:43 +0100)]
Move docs building to ubuntu 1804.

Change-Id: Iddcd1fa7216a1ca0b243e41834cced77ff516b87
Signed-off-by: Mauro Sardara <msardara@cisco.com>
4 years agoVPP: ping maven wagon 2.10 69/23069/1
Ed Kern [Tue, 29 Oct 2019 18:43:38 +0000 (12:43 -0600)]
VPP: ping maven wagon 2.10

Unpinned didnt work so pinning to 2.10 to align with csit

Change-Id: I7da6b95dec30d5553c9e38f38c5f7b30b7d7537f
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoModify CICN publisher 62/23062/1
Vanessa Rene Valderrama [Tue, 29 Oct 2019 15:24:29 +0000 (10:24 -0500)]
Modify CICN publisher

Modify the CICN publisher to use the custom macro until we upgrade
global-jjb and resolve container issues

Change-Id: Ie218fc77c41013943a1c86c347bba3cef7db971f
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoExecute hicn-checkstyle-verify job on ubuntu 18.04 slave. 58/23058/1
Mauro Sardara [Tue, 29 Oct 2019 10:25:01 +0000 (11:25 +0100)]
Execute hicn-checkstyle-verify job on ubuntu 18.04 slave.

Change-Id: Ib111ce7bf7959ad554503317264f5d4d969acc7c
Signed-off-by: Mauro Sardara <msardara@cisco.com>
4 years agoModify log script for hung jobs issue 74/22974/1
Vanessa Rene Valderrama [Thu, 24 Oct 2019 17:01:44 +0000 (12:01 -0500)]
Modify log script for hung jobs issue

Modifying the log script to stop wget from appeading to the logs while
downloading the logs which can create an endless loop.

Change-Id: I2ea6de9ebcccd60001c3993f45e28a2b8439748b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "CSIT: pin wagon version to 2.10"
Vratko Polak [Thu, 24 Oct 2019 13:36:08 +0000 (13:36 +0000)]
Merge "CSIT: pin wagon version to 2.10"

4 years agoMerge "Add more archs for vpp-csit-verify-perf job"
Ed Kern [Thu, 24 Oct 2019 13:32:01 +0000 (13:32 +0000)]
Merge "Add more archs for vpp-csit-verify-perf job"

4 years agoMerge "Modify JVPP artifacts"
Vratko Polak [Wed, 23 Oct 2019 16:32:56 +0000 (16:32 +0000)]
Merge "Modify JVPP artifacts"

4 years agoMerge "Do not skip commit-message-only checkstyle"
Vratko Polak [Wed, 23 Oct 2019 14:37:58 +0000 (14:37 +0000)]
Merge "Do not skip commit-message-only checkstyle"

4 years agoCSIT: pin wagon version to 2.10 45/22945/1
Vratko Polak [Wed, 23 Oct 2019 08:15:26 +0000 (10:15 +0200)]
CSIT: pin wagon version to 2.10

This reverts commit c27a8c8ad24bf82d76865fe8a5fdfc53ef814cb4,
but also bumps the wagon version from 2.9 to 2.10,
as 2.10 is what the previous maven (version 3.3.9) expects:
https://maven.apache.org/ref/3.3.9/apache-maven/dependencies.html

Change-Id: Idf2182dde872c3d00730e34d01dc1ff19babe6b1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoAdd more archs for vpp-csit-verify-perf job 74/22874/1
Vratko Polak [Mon, 21 Oct 2019 11:34:57 +0000 (13:34 +0200)]
Add more archs for vpp-csit-verify-perf job

Testing suggests Denverton results are less noisy for hwcrypto.
Which architecture is best for performance comparison
may depend on the test case examined,
so it is best to have jobs for all architectures.

Change-Id: Ie2faa2d5d0995d498bd1e429cdd4613984cbb9c2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoMerge "Modify CICN artifacts"
Vratko Polak [Thu, 17 Oct 2019 11:37:21 +0000 (11:37 +0000)]
Merge "Modify CICN artifacts"

4 years agoMerge "Modify HICN artifacts"
Vratko Polak [Thu, 17 Oct 2019 11:24:56 +0000 (11:24 +0000)]
Merge "Modify HICN artifacts"

4 years agoMerge "Modify UDPI artifacts"
Vratko Polak [Thu, 17 Oct 2019 11:21:15 +0000 (11:21 +0000)]
Merge "Modify UDPI  artifacts"

4 years agoMerge "Modify Sweetcomb artifacts"
Vratko Polak [Thu, 17 Oct 2019 11:20:01 +0000 (11:20 +0000)]
Merge "Modify Sweetcomb artifacts"

4 years agoMerge "VPP: aux jobs from xenial to bionic base"
Vratko Polak [Thu, 17 Oct 2019 11:04:53 +0000 (11:04 +0000)]
Merge "VPP: aux jobs from xenial to bionic base"

4 years agoMerge "Modify logs publisher"
Vanessa Rene Valderrama [Wed, 16 Oct 2019 22:03:37 +0000 (22:03 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vanessa Rene Valderrama [Wed, 16 Oct 2019 21:22:56 +0000 (21:22 +0000)]
Merge "Modify logs publisher"

4 years agoModify HICN artifacts 96/22796/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 21:06:21 +0000 (16:06 -0500)]
Modify HICN artifacts

This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

Change-Id: I4dfdea7ca68dd461a5771cf3eefc429595621d0b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify CICN artifacts 95/22795/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 21:02:43 +0000 (16:02 -0500)]
Modify CICN artifacts

This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

Change-Id: I4c53d16d9e4854f1d905df395dc902066ccd9801
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "VPP: wagon unpin version"
Ed Kern [Wed, 16 Oct 2019 20:56:00 +0000 (20:56 +0000)]
Merge "VPP: wagon unpin version"

4 years agoModify Sweetcomb artifacts 94/22794/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 20:51:01 +0000 (15:51 -0500)]
Modify Sweetcomb artifacts

This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

Change-Id: I5232050e070f9bb2e69504749f54606db27018ce
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify UDPI artifacts 93/22793/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 20:46:19 +0000 (15:46 -0500)]
Modify UDPI  artifacts

This change is to remove packages from archived artifacts. The packages
will be available in Nexus or packagecloud depending on how you
configure your merge job.

Change-Id: I3cda06e99ac008a7eaf1e1b39b8a5e19b73c359a
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify JVPP artifacts 92/22792/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 20:42:20 +0000 (15:42 -0500)]
Modify JVPP artifacts

This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

Change-Id: I776ca282256fe68fecf72a18a86d0c90ed654d38
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 47/22747/2
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:19:54 +0000 (12:19 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I89461c4127258f9cfb3fd67c05b0398920ca30d6
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 46/22746/2
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:18:16 +0000 (12:18 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I491abba02211d9facbcf51af036c77e69c978135
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "CSIT: unpin wagon version"
Vanessa Rene Valderrama [Wed, 16 Oct 2019 19:26:38 +0000 (19:26 +0000)]
Merge "CSIT: unpin wagon version"

4 years agoVPP: aux jobs from xenial to bionic base 88/22788/1
Ed Kern [Wed, 16 Oct 2019 19:03:42 +0000 (13:03 -0600)]
VPP: aux jobs from xenial to bionic base

Some side jobs were still using xenial builder. Moving
to bionic since xenial is slowly going away

Change-Id: I5fbf6ae9e7ba7fce2ef3007b47c80826532c724d
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoVPP: wagon unpin version 86/22786/1
Ed Kern [Wed, 16 Oct 2019 18:18:23 +0000 (12:18 -0600)]
VPP: wagon unpin version

At LF request we are removing the pin to older wagon version

Change-Id: I74d76d84bd7ba0b15fe153cbf7053bfa5dccfe73
Signed-off-by: Ed Kern <ejk@cisco.com>
4 years agoMerge "Modify VPP artifacts"
Vanessa Rene Valderrama [Wed, 16 Oct 2019 18:11:01 +0000 (18:11 +0000)]
Merge "Modify VPP artifacts"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:55:24 +0000 (17:55 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:55:08 +0000 (17:55 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:54:52 +0000 (17:54 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:54:36 +0000 (17:54 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:54:14 +0000 (17:54 +0000)]
Merge "Modify logs publisher"

4 years agoCSIT: unpin wagon version 85/22785/1
Vratko Polak [Wed, 16 Oct 2019 17:47:57 +0000 (19:47 +0200)]
CSIT: unpin wagon version

See https://lists.fd.io/g/vpp-dev/message/14186

Change-Id: If7b72a238889bc9f6e379266a16fd589c215cb1c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 17:41:41 +0000 (17:41 +0000)]
Merge "Modify logs publisher"

4 years agoModify VPP artifacts 83/22783/1
Vanessa Rene Valderrama [Wed, 16 Oct 2019 16:50:50 +0000 (11:50 -0500)]
Modify VPP artifacts

This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

Change-Id: I215479ad49442120305d4d9e36fa07fb5c259365
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoMerge "Change org.apache.maven.wagon version from 2.9 to 3.3.3 in cicn and hicn jobs"
Vratko Polak [Wed, 16 Oct 2019 12:44:29 +0000 (12:44 +0000)]
Merge "Change org.apache.maven.wagon version from 2.9 to 3.3.3 in cicn and hicn jobs"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 11:51:24 +0000 (11:51 +0000)]
Merge "Modify logs publisher"

4 years agoMerge "Modify logs publisher"
Vratko Polak [Wed, 16 Oct 2019 11:46:47 +0000 (11:46 +0000)]
Merge "Modify logs publisher"

4 years agoChange org.apache.maven.wagon version from 2.9 to 3.3.3 in cicn and hicn jobs 66/22766/1
Angelo Mantellini [Wed, 16 Oct 2019 09:36:34 +0000 (11:36 +0200)]
Change org.apache.maven.wagon version from 2.9 to 3.3.3 in cicn and hicn jobs

Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Change-Id: I6066daeab23ca1a169966268e7540b15e9dc7e8d

4 years agoMerge "Add ubuntu arm job for HICN"
Vanessa Rene Valderrama [Tue, 15 Oct 2019 19:20:31 +0000 (19:20 +0000)]
Merge "Add ubuntu arm job for HICN"

4 years agoModify logs publisher 54/22754/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:38:34 +0000 (12:38 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: Id52eea8ddaa332ed466c8685dbab1f419187a44c
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 51/22751/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:28:56 +0000 (12:28 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I521e0084d22bde4e65736ffda62494a3510c738a
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 50/22750/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:24:52 +0000 (12:24 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I7cd380e03fb0dc7c04dcf2022b3c74f2cb2163cb
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 49/22749/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:23:37 +0000 (12:23 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: If069fa6fd13eb92adb52269cc4d6da0a7b92e44b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 48/22748/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:22:16 +0000 (12:22 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I4e5504192a6580f7c860a6837b43fb3f74f7c482
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 45/22745/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:16:20 +0000 (12:16 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I0784fda8265a0d93d9f05db8ede8ceaab4fcba63
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 44/22744/1
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:12:41 +0000 (12:12 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I583c5cc5b1cb2363100307b9c75b4d0b9856409a
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
4 years agoModify logs publisher 43/22743/2
Vanessa Rene Valderrama [Tue, 15 Oct 2019 17:08:32 +0000 (12:08 -0500)]
Modify logs publisher

Modify the logs publisher to use the global-jjb macro

Change-Id: I9fd38698c9b947de36c2bb224c1b1594bb5ac212
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>