summaryrefslogtreecommitdiffstats
path: root/jjb/tldk/include-raw-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10Add ofo/lost segment test callMariusz Drost1-0/+15
Modify include-raw-build script to call ofo/lost segment test for tldk Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: I61280e62355b65b74357323297d7896d0046010e
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 testsroot1-0/+8
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-16Revert "Add dependencies for tldk jjb"Vanessa Rene Valderrama1-8/+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-10-25Add dependencies for tldk jjbKarol Latecki1-0/+8
tldk needs googletest to compile and run its unit test application Change-Id: I73b666114dbcde88fc8a25daf14dfdf3c1661fc5 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
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 Warnicke1-0/+35
Change-Id: I527e3b58038b20380fef03dcc4c8db7cced71658 Signed-off-by: Ed Warnicke <eaw@cisco.com>