summaryrefslogtreecommitdiffstats
path: root/jjb/tldk/tldk.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17 Add the TLDK functional test Jenkis job into CSIT.Fangyin Hu1-3/+17
Add the license header. Change-Id: I3cd01d3a17025b597fd4ad5863231e2c4597fcf9 Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-07-12 Fix the test output files not found issue.Fangyin Hu1-1/+1
Change-Id: I466f9600ab0dc49bfe4c12a0d81dca7a7951a44f Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-06-26 patch for the tldk.yamlqun wan1-1/+2
Change-Id: Ia143d86b5159f11e26193542e8dd0449c4f741e2 Signed-off-by: qun wan <qun.wan@intel.com>
2017-06-14 Patches for tldk ci-management on the bootstrap.sh not found bug.6qun wan1-2/+0
Change-Id: Ibece4f29f8346f4c5d571b97f72d4d66ec91f8a5 Signed-off-by: qun wan <qun.wan@intel.com>
2017-05-30 TLDK ci-management patch and shell script calling bootstrap-TLDK.sh.qun wan1-0/+50
Change-Id: I174c8d8a04b36065993f910d1741359f62571e72 Signed-off-by: qun wan <qun.wan@intel.com>
2017-01-16Modify tldk jenkins job to enable unit testsroot1-0/+12
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 Ha1-8/+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 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-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 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-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-03Adding verify and merge jobs for tldkEd Warnicke1-0/+150
Change-Id: I527e3b58038b20380fef03dcc4c8db7cced71658 Signed-off-by: Ed Warnicke <eaw@cisco.com>