jjb: lava: clarify logging statements in trigger jobs
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 10 Jan 2018 15:56:53 +0000 (10:56 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 10 Jan 2018 15:56:53 +0000 (10:56 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/system-trigger.groovy

index 559c3141d481f8524f3734af80788e657f79d2c2..08a0f143ade5b13bd898e5a76e4f5c44f8809837 100644 (file)
@@ -459,7 +459,7 @@ if (triggerJobName.contains("vm_tests")) {
 }
 
 // Launch canary jobs.
-println("Schedule canary jobs once a day")
+println("\nSchedule canary jobs once a day:")
 canaryRunConfigs.each { config ->
   def jobName = jobType + '_canary';
   def currBuild = LaunchJob(jobName, config);
@@ -472,7 +472,7 @@ canaryRunConfigs.each { config ->
 
 // Launch regular jobs.
 if (runConfigs.size() > 0) {
-  println("Schedule jobs because of code changes.");
+  println("\nSchedule jobs triggered by code changes:");
   runConfigs.each { config ->
     def jobName = CraftJobName(jobType, config);
     def currBuild = LaunchJob(jobName, config);
This page took 0.024301 seconds and 4 git commands to generate.