Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: I4c968cbd1fc53db0ca57de68fbe57b08fbb1e3ba
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
|
|
Change-Id: Ic677efb56973b50d1701171153e7648ec6fbf46e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ifa69341cab351652d38a66b13d7bb67d51c82caf
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Also retires vpp-clang-* and vpp-lite-verify-*
as they are now covered by make verify.
Change-Id: I19967cd82b67029a7396bdba6907aa3d4d7da865
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I8fd32cca7333a2fd3004096fd3dd516c571c468b
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Fixed to have vpp clang job use make verify
Change-Id: Ic59713a72af156fd9a32ac9f43e96c36b3ece6b6
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
This reverts commit 61f46f6471fac2bdb09c6e9fb23eaceb4122a433.
Change-Id: I85b5a1244feaeacded793c83191b5a21d8948dd7
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ic71029c36a2f3bab65e9bcd36a711b4d2b417577
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ie1e2b156d643960662a9bf233229e0a7fa71e2f9
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
It's bad form to hard code the path to maven in any of the build
scripts. Doing so makes it difficult to switch back to using the
dynamically installed maven system which makes the builds more flexible.
Change-Id: Ide4e595c9e9f561bb404c2491e528b3129e2ecca
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Change-Id: I60d238d70f079a84130d26ae9f3b8a0a637820d3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Change-Id: If56b8bd54f5980397fcee125fa3b6107451c068b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Change-Id: I201d1b9c2a0884eb4d6c8063aa5287de271780bb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Change-Id: I4a401dd8b9a7772bb971982b667747eff5042a4b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
|
|
Change-Id: I7b27c20b4ecf98d92bf3b5dfe8a49bbaabf37496
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Need to update vpp job to make use of changes from Change 3412.
Change-Id: I3946667d3eee87e0c9a7b7c7a84242de8eaa3319
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
|
|
|
|
|
|
Change-Id: Ibaa54365c7bf96138650bc76a9b4eb11155c2f86
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
This reverts commit 9e8303d5eee34cf0cae19502a195c252f8d696b2.
Change-Id: I14d3820d882bd2f077b52155e24de81a2e9d8a9a
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
Change-Id: I2d9c1eb9a098d01fca4eed66c1077eec39231568
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
- Move timestamps to fdio-infra-wrappers as every job is using it
- Move ssh-credentials into fdio-infra-wrappers as every job is using it
- Ensuer ALL jobs are using fdio-infra-wrappers (this should be policy!)
FD.io has this convenient wrapper called fdio-infra-wrappers which is a
simple macro to configure common wrapper functionality that all jobs
should be configured with all jobs are already configuring it too so
simplify job configuration and ensuring we don't have duplication
everywhere.
Less lines of code and more code reuse makes for easier maintenance :)
Change-Id: Ia73b09dfc556f684c43853797231da84a9c517af
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
ODL used to use a variable called {ssh-credentials} as a form of
redirection in order to have a simple human readable word to represent a
unique credentials id in Jenkins. Newer versions of Jenkins actually
allows us to override the credentials-id UUID format and pass a human
readable filename.
Considering that FD.io has been using a human readable
jenkins-gerrit-credentials credentials-id remove the unnecessary
{ssh-credentials} id defaults from global-defaults and just access the
credential directly.
Change-Id: I7b59357dcacb2195646719709b3b623429deca91
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
Instead of indirectly calling {mvn33} in jjb and redirecting it to
Maven_3.3.9 in Jenkins. Simply name Maven in Jenkins mvn33 and then
jobs can call mvn33 directly without the need for the defaults
redirection.
The new mvn33 profile has already been created in fd.io Jenkins.
Change-Id: I792509ab2d80546a532930f1f579afb69bfc670c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
Change-Id: Ic67f62f48421ad18147a13ce6485bd1c892cc3a0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
* find and remove all instances of update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64
Change-Id: I2fe5167cc0210b6bb68d2fb072d020574ec3c42f
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
|
|
Change-Id: I4f9f14602ff0b1f455a1dd00855be59128b9feda
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
|
|
|
|
Change-Id: I12947f266bb185f3c2c561072b80374287ba1f3c
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I8051a03beed8a71f1026bb56aa6a20888a4fd04b
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
|
|
Change-Id: Iebb878a457e2c4f1dcbe137465cdb31bdabfd03d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I76f4823c2453d03beb57d013f04e087f86ef7dca
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Now using !include-raw-escape to include maven push functions for vpp
as done with honeycomb
Change-Id: Iae34c2db057203c5ac0d5a0c8336e87725bbd394
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
|
|
|
|
https://gerrit.fd.io/r/gitweb?p=ci-management.git;a=blob;f=vagrant/lib/bootstrap-functions.sh;h=9a6067818667eb7f25d72142f8f845c97f744205;hb=HEAD#l143
https://gerrit.fd.io/r/gitweb?p=ci-management.git;a=blob;f=vagrant/lib/bootstrap-functions.sh;h=9a6067818667eb7f25d72142f8f845c97f744205;hb=HEAD#l151
Respin performed 20160909T174020
Change-Id: Ib6945c6d609f4b47f1622b40269419ad3c2e2b1e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
|
|
Change-Id: Ib7891699e7c10c0c6997bf7a50452084fea760d0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Previous repo URL was causing installation at:
https://nexus.fd.io/content/sites/site/site/io/fd/vpp/
Instead of
https://nexus.fd.io/content/sites/site/io/fd/vpp/
Change-Id: I5b13045ab43020b9fc72b75680db6d2772569e15
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I291a6627828a633ddf9b739aae99fdbaee8b1ada
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I92185b842e0c3d1789e1d49293bcd831281bb541
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I39b65b23b9733ace43dc881ca08861e6f08221e2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I0dd051e06d38df0f068326255de32c2b79e3b5a4
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: If2d1da92ba4bd5f37b95b72f12486d1b337ae7d9
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I94c502d14d1705214e23744afa87089d71b0cd23
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ia3f3ccac7bee2df85ddc5a1a635ebcb30c59b337
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ic8333a26416933cdd62713a7a285bc03433d0dca
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|