[ONOS-7990]: Update Branch to Node Mapping in TestON Jenkins Pipelines
Change-Id: I609927123d239f92c5a648da87709c2676a32550
diff --git a/TestON/JenkinsFile/FabricJenkinsfileTrigger b/TestON/JenkinsFile/FabricJenkinsfileTrigger
index b958d17..4c9c822 100644
--- a/TestON/JenkinsFile/FabricJenkinsfileTrigger
+++ b/TestON/JenkinsFile/FabricJenkinsfileTrigger
@@ -104,12 +104,6 @@
isOldFlow = params.isOldFlow
println "Tests to be run manually : "
} else {
- // If it is automated running, it will post the beginning message to the channel.
- slackSend( channel: 'sr-failures', color: '#03CD9F',
- message: ":sparkles:" * 16 + "\n" +
- "Starting tests on : " + now.toString() +
- "\n" + ":sparkles:" * 16 )
-
for ( String b in onos_branches ){
// set the list of the tests to run.
all_testcases[ b ][ "SR" ][ "tests" ] += adder( "SR", dayMap[ today ], true, b )
@@ -125,10 +119,7 @@
// This will hold the block of code to be run.
def runTest = [
- "Fabric": [ : ],
- "Fabric2": [ : ],
- "Fabric3": [ : ],
- "Fabric4": [ : ]
+
]
for ( String b in onos_branches ){
if ( manually_run ){