VOL-5155 - triage failure in periodic-voltha-test-bbsim-2.12

jjb/voltha-e2e/master.yaml
jjb/voltha-e2e/voltha-2.11.yaml
jjb/voltha-e2e/voltha-2.12.yaml
jjb/voltha-e2e/voltha-2.8.yaml
-------------------------------
  o Set loglevel:DEBUG to force peroidic pipeline job to regenerate.

jjb/pipeline/voltha/master/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.11/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
--------------------------------------------------
  o Update getversion() changeset to verify latest script version in use.

Change-Id: If40246ea2b3cac3025df900c371f3fd918fc64a4
diff --git a/jjb/voltha-e2e/master.yaml b/jjb/voltha-e2e/master.yaml
index 4c0433b..1398f29 100644
--- a/jjb/voltha-e2e/master.yaml
+++ b/jjb/voltha-e2e/master.yaml
@@ -72,11 +72,21 @@
               logging: true
           time-trigger: "H H/23 * * *"
 
+      # -----------------------------------------------------------------------
+      # md5sum(master): c606493da6ee7cbb18ca8aee97ea2957
+      # -----------------------------------------------------------------------
       - 'voltha-periodic-test':
           name: 'periodic-voltha-test-bbsim'
-          code-branch: 'master'
+          code-branch   : 'master'
           extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onos-classic.replicas=3,onos-classic.atomix.replicas=3 --set voltha.onos_classic.replicas=3 '
-          time-trigger: "H H/23 * * *"       # Build daily at 11pm
+          logLevel: 'DEBUG'                     # Force job to regenerate
+          # ---------------------------------------------------------
+          # 20230828 - strange, release branches have pipeline-script
+          # 20230828 - while master branch did not (?)  Script does
+          # 20230828 - show in the jenkins UI but w/o updates. 
+          # ---------------------------------------------------------
+          pipeline-script: 'voltha/master/bbsim-tests.groovy'
+          time-trigger: "H H/23 * * *"         # Build daily at 11pm
 #          time-trigger: "H/30 * * * *"        # Build every 30 min
           testTargets: |
             - target: functional-single-kind
diff --git a/jjb/voltha-e2e/voltha-2.11.yaml b/jjb/voltha-e2e/voltha-2.11.yaml
index 5da941a..c43c417 100644
--- a/jjb/voltha-e2e/voltha-2.11.yaml
+++ b/jjb/voltha-e2e/voltha-2.11.yaml
@@ -79,6 +79,7 @@
           name: 'periodic-voltha-test-bbsim-2.11'
           pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
           code-branch: 'voltha-2.11'
+          logLevel: 'DEBUG'                     # Force job to regenerate
           time-trigger: "H H/23 * * *"
           testTargets: |
             - target: functional-single-kind
diff --git a/jjb/voltha-e2e/voltha-2.12.yaml b/jjb/voltha-e2e/voltha-2.12.yaml
index b9cbb79..743e171 100644
--- a/jjb/voltha-e2e/voltha-2.12.yaml
+++ b/jjb/voltha-e2e/voltha-2.12.yaml
@@ -75,10 +75,14 @@
               logging: true
           time-trigger: "H H/23 * * *"
 
+      # -----------------------------------------------------------------------
+      # md5sum(master): c606493da6ee7cbb18ca8aee97ea2957
+      # -----------------------------------------------------------------------
       - 'voltha-periodic-test':
           name: 'periodic-voltha-test-bbsim-2.12'
-          pipeline-script: 'voltha/voltha-2.12/bbsim-tests.groovy'
           code-branch: 'voltha-2.12'
+          logLevel: 'DEBUG'                      # force job to regenerate
+          pipeline-script: 'voltha/voltha-2.12/bbsim-tests.groovy'
           time-trigger: "H H/23 * * *"
           testTargets: |
             - target: functional-single-kind
@@ -101,6 +105,11 @@
               flags: ""
               teardown: false
               logging: true
+            - target: onos-ha-test
+              workflow: att
+              flags: ""
+              teardown: false
+              logging: true
 
       - 'voltha-periodic-test':
           name: 'periodic-voltha-sanity-test-multi-runs-2.12'
diff --git a/jjb/voltha-e2e/voltha-2.8.yaml b/jjb/voltha-e2e/voltha-2.8.yaml
index 0803c33..b5e8ac2 100644
--- a/jjb/voltha-e2e/voltha-2.8.yaml
+++ b/jjb/voltha-e2e/voltha-2.8.yaml
@@ -77,7 +77,7 @@
 
       - 'voltha-periodic-test':
           name: 'periodic-voltha-test-bbsim-2.8'
-          disable-job: true
+          disable-job: true                 # Reason: deprecated legacy build
           pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
           code-branch: 'voltha-2.8'
           time-trigger: "H H/23 * * *"