summaryrefslogtreecommitdiffstats
path: root/jjb/tldk
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09Add missing sudo in TLDK verification jobKarol Latecki1-1/+1
Sudo was missing and it was not possible to allocate hugepages Change-Id: Ie20aca6e1086cf4b2e24327b53960a7595cd3eef Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2017-01-16Modify tldk jenkins job to enable unit testsroot3-0/+33
Modify TLDK jenkins job to clone and build googletest and run unit tests. Change-Id: I20b8bce8c715a492ac77d73f07a2b26f56f4d057 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-12-21Enable log shipping on all tldk jobsVanessa Rene Valderrama1-0/+12
* Configure log shipping on all tldk jobs Change-Id: I3fd62b882ed4f00f38c3b5f2dcd14b000c318299 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-19Removing gtest call for tldk jjbVanessa Rene Valderrama1-4/+0
Change 4372 was reverted because it is broken in production which was blocking the Packer cut-over. This change is removing the call to gtest in the tldk jjb Change-Id: I9cd3baedc759bfc21caae604e96d7067b1e6d68e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-19Merge "Revert "Add dependencies for tldk jjb""Thanh Ha3-29/+0
2016-12-16Convert tldk to be Packer compliantVanessa Rene Valderrama1-3/+3
Transition jobs for nsh_sfc to be Packer compliant * Modifying tldk build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: Ib65a1fbf712650df47ad35b5bab83b61ac756647 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Revert "Add dependencies for tldk jjb"Vanessa Rene Valderrama3-29/+0
This reverts commit 486588e7a8095791b81a4ac8bd0062e2297a61ee. Reverting change because it's currently broken in production and will block the Packer cut-over from Vagrant Change-Id: I5e9da2ceeb6c79148ad1af18563cbf3ccb5a612d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-11-22Update tldk jbb buildersKarol Latecki1-0/+4
Builders for one of the jobs were not correctly updated in last commit Change-Id: I217f87b5b6b50a9ba330e7f5c9de5740bf7e2301 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-10-25Add dependencies for tldk jjbKarol Latecki3-0/+29
tldk needs googletest to compile and run its unit test application Change-Id: I73b666114dbcde88fc8a25daf14dfdf3c1661fc5 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-10-14Use fdio-infra-wrappers to simplify common wrapper useThanh Ha1-9/+0
- 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>
2016-10-14Remove unnecessary ssh-credentials defaultsThanh Ha1-6/+6
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>
2016-09-07Configuring minions as single useVanessa Rene Valderrama1-1/+7
Change-Id: I07ebdab1471888a6ae1dd51193dd27ee2ab129b1 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-06-06Revert "Turn on debugging"Ed Warnicke1-4/+25
This reverts commit cfaf0bf146c2c9e7598faf6c9efb044b8b7dba33. https://gerrit.fd.io/r/#/c/1399/ As it bore no resemblance to the original gerrit submitted and currently has broken all of tldk verify. Change-Id: If9914f8ade100b56c3a979adda1107f21b9c3c3f Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-06-04Turn on debuggingEd Warnicke1-25/+4
* sourcing a debug script if DEBUG is set * echo command before executing (set -x) * reduce duplicate code * give more information about uptime Change-Id: Ic8409ea3a819f2070eac01ac84e2b3a6fe975592 Signed-off-by: Ed Warnicke <eaw@cisco.com> Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-06-03Adding verify and merge jobs for tldkEd Warnicke2-0/+185
Change-Id: I527e3b58038b20380fef03dcc4c8db7cced71658 Signed-off-by: Ed Warnicke <eaw@cisco.com>