Disable jobs dependent on offline menlo-3 node

jjb/voltha-test/voltha-certification.yaml
jjb/voltha-test/voltha-certification/master.yaml
jjb/voltha-test/voltha-certification/voltha-2.11.yaml
jjb/voltha-test/voltha-certification/voltha-2.12.yaml
jjb/voltha-test/voltha-certification/voltha-2.8.yaml
-----------------------------------------------------
  o Flag more failing 3200g test jobs as disabled.
  o Comment out a duplicate job entry, job defined in
    two separate yaml configs differ in extraHlemFlags
    and timeout.  Problem surfaced when job definitions
    existed in the same config file.

Change-Id: I64cd2a19b565635a0e9aa80c4bdf2ac618b351a9
diff --git a/jjb/voltha-test/voltha-certification/master.yaml b/jjb/voltha-test/voltha-certification/master.yaml
index 817193b..9aa344f 100644
--- a/jjb/voltha-test/voltha-certification/master.yaml
+++ b/jjb/voltha-test/voltha-certification/master.yaml
@@ -47,4 +47,21 @@
           power-switch: true
           pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
 
+      # -----------------------------------------------------------------------
+      # Certification (Radisys) pod with olt/onu - master versions timer based job
+      # md5sum(master): 2ea4de8fab54538915bcf95ab08c8430
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_release_timer':
+          build-node: 'menlo-certification-pod-3'
+          config-pod: 'menlo-certification-pod-radisys-3200g'
+          disable-job: true              # Reason: menlo-certification-pod-3 is offline
+          release: 'master'
+          branch: 'master'
+          reinstall-olt: true
+          name-extension: '_DT'
+          work-flow: 'DT'
+          profile: '1T8GEM'
+          time: '1'
+          extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s"
+
 # [EOF]