Change weekly crons to "@weekly", hourly to daily 45/4245/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 13 May 2021 22:01:05 +0000 (15:01 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 13 May 2021 22:01:05 +0000 (15:01 -0700)
@weekly will provide automatic load balancing from Jenkins, rather
than running all jobs at the same time. As for docker jobs, hourly
is simply more frequent than is necessary, putting an unnecessary
strain on resources.

Change-Id: Ib370637c561d67a7ac3befe2eb3889c3c2b68b69
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/addon-onap/addon-onap.yaml
jjb/airshipinabottle_deploy/airshipinabottle_deploy.yaml
jjb/akraino-templates/akraino-jjb-docker.yaml
jjb/nc/nc-ovs-dpdk-unicycle.yaml
jjb/redfish/redfish.yaml
jjb/regional_controller/regional_controller.yaml
jjb/sample_vnf/sample_vnf.yaml
jjb/starlingx/starlingx.yaml
jjb/test_automation/test_automation.yaml
jjb/validation/validation.yaml
jjb/yaml_builds/yaml_builds.yaml

index a25cf40..9f49573 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 869a68e..ea35e04 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 597b0fb..8c6911c 100644 (file)
@@ -51,7 +51,7 @@
           - ../shell/build-docker.sh
 
     triggers:
-      - timed: '@hourly'
+      - timed: '@daily'
 
 - job-template:
     id: 'akraino-project-stream-stage-docker'
index 85c6feb..10bbd2b 100644 (file)
@@ -14,4 +14,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 5d1e880..de3517b 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 0af64fe..7b0de5a 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 0a1c6f2..af3af50 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 731aa84..5ff534c 100644 (file)
@@ -11,4 +11,4 @@
       - akraino-project-stream-verify
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 4af601b..a84e8b2 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index f19f01f..5ebf9b0 100644 (file)
@@ -30,4 +30,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly
index 9dbad86..723ed3f 100644 (file)
@@ -29,4 +29,4 @@
       - akraino-project-stream-stage-config
     views:
       - project-view
-    cron: 'H H * * 0'  # push fresh snapshot weekly
+    cron: '@weekly'  # push fresh snapshot weekly