Cleanup nightly jobs

Change-Id: I2466dd843ce395d6a25bc18dec6cf638c1d56cdf
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index fe78442..bf3d8c2 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -52,28 +52,28 @@
          oltDebVersion: 'openolt-master.deb'
 
       # flex OCP pod with olt/onu : using voltha latest(master)
-      - 'build_pod_timer':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord-voltha-master'
-         profile: 'att-workflow'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         helmRepoUrl: 'https://charts.opencord.org'
-         Jenkinsfile: 'Jenkinsfile-attworkflow-build'
-         oltDebVersion: 'openolt-master.deb'
-         time: '6'
+      #- 'build_pod_timer':
+      #   testvm: 'qa-testvm-pod'
+      #   config-pod: 'flex-ocp-cord-voltha-master'
+      #   profile: 'att-workflow'
+      #   branch: 'master'
+      #   test-repo: 'cord-tester'
+      #   helmRepoUrl: 'https://charts.opencord.org'
+      #   Jenkinsfile: 'Jenkinsfile-attworkflow-build'
+      #   oltDebVersion: 'openolt-master.deb'
+      #   time: '6'
 
       # flex OCP pod with olt/onu - seba-1.0/cord-6.1 release
-      - 'build_pod_timer':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord-voltha16'
-         profile: 'att-workflow'
-         branch: 'cord-6.1'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-attworkflow-build'
-         oltDebVersion: 'openolt-master-voltha16.deb'
-         configurePod: true
-         time: '3'
+      #- 'build_pod_timer':
+      #   testvm: 'qa-testvm-pod'
+      #   config-pod: 'flex-ocp-cord-voltha16'
+      #   profile: 'att-workflow'
+      #   branch: 'cord-6.1'
+      #   test-repo: 'cord-tester'
+      #   Jenkinsfile: 'Jenkinsfile-attworkflow-build'
+      #   oltDebVersion: 'openolt-master-voltha16.deb'
+      #   configurePod: true
+      #   time: '3'
 
       # flex OCP test job - using voltha-master branch
       - 'build_pod_test':
diff --git a/jjb/cord-test/rcord-lite.yaml b/jjb/cord-test/rcord-lite.yaml
deleted file mode 100644
index 8088580..0000000
--- a/jjb/cord-test/rcord-lite.yaml
+++ /dev/null
@@ -1,73 +0,0 @@
----
-# POD Nightly Test Pipeline RCORD Lite Jobs
-
-- project:
-    name: rcord-lite-nightly-job
-
-    project-name: '{name}'
-
-    build-timeout: '300'
-
-    jobs:
-     # flex ocp with olt/onu  kubernetes master build jobs (rcord lite)
-      - 'build_pod_timer':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord'
-         profile: 'rcord-topdown'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-topdown-build'
-         oltDebVersion: 'openolt-master.deb'
-         configurePod: true
-         time: '0'
-
-     # flex ocp  with olt/onu test job
-      - 'build_pod_test':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord'
-         profile: 'rcord-topdown'
-         test-repo: 'cord-tester'
-         branch: 'master'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-topdown-test'
-
-     # flex ocp  with olt/onu  kubernetes master build jobs (rcord lite)
-      - 'build_pod_timer':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord'
-         profile: 'rcord-zerotouch'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch-build'
-         oltDebVersion: 'openolt-master.deb'
-         configurePod: true
-         time: '2'
-
-     # flex ocp with olt/onu test job
-      - 'build_pod_test':
-         testvm: 'qa-testvm-pod'
-         config-pod: 'flex-ocp-cord'
-         profile: 'rcord-zerotouch'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch-test'
-
-     # qct pod1 kubernetes build jobs (rcord lite topdown)
-      - 'build_pod_timer':
-         testvm: 'qct-pod1'
-         config-pod: 'qct-pod1'
-         profile: 'rcord-topdown'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-topdown-build'
-         oltDebVersion: 'openolt-1.4.deb'
-         configurePod: true
-         time: '0'
-
-     # qct pod1 test jobs (rcord lite topdown)
-      - 'build_pod_test':
-         testvm: 'qct-pod1'
-         config-pod: 'qct-pod1'
-         profile: 'rcord-topdown'
-         branch: 'master'
-         test-repo: 'cord-tester'
-         Jenkinsfile: 'Jenkinsfile-rcordlite-topdown-test'