Merge "Add k8s context parameter to ng40 job"
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index 3d8517d..cad8f41 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -66,7 +66,7 @@
     failure-email-address: 'cord-dev@opencord.org'
 
     # Projects containing helm-charts
-    helm-charts-projects-regexp: '^(.*helm-charts|cord-platform|seba)$'
+    helm-charts-projects-regexp: '^(?!aether)(.*helm-charts|cord-platform|seba)$'
 
     # regexp for gerrit triggers
     # list of supported branches, for branch-regexp
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 75ac0af..eda1fe2 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -481,10 +481,10 @@
 
     dsl: !include-raw-escape: pipeline/{pipeline-script}
 
-    triggers:
-      - timed: |
-                 TZ=America/Los_Angeles
-                 {time-trigger}
+    # triggers:
+    #   - timed: |
+    #              TZ=America/Los_Angeles
+    #              {time-trigger}
 
 - job-template:
     id: 'voltha-scale-measurements-dev'