You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/01/20 14:04:58 UTC

[openwhisk] branch master updated: schedule actions to run at least 3 times a week (#5369)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 40944e6ee schedule actions to run at least 3 times a week (#5369)
40944e6ee is described below

commit 40944e6eef40c39b7e547cd9b7251b72f53fc1ed
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jan 20 09:04:49 2023 -0500

    schedule actions to run at least 3 times a week (#5369)
---
 .github/workflows/1-unit.yaml          | 7 +++++--
 .github/workflows/2-system.yaml        | 7 +++++--
 .github/workflows/3-multi-runtime.yaml | 7 +++++--
 .github/workflows/4-standalone.yaml    | 7 +++++--
 .github/workflows/5-scheduler.yaml     | 7 +++++--
 .github/workflows/6-performance.yaml   | 7 +++++--
 6 files changed, 30 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/1-unit.yaml b/.github/workflows/1-unit.yaml
index c94061250..c52bfd43a 100644
--- a/.github/workflows/1-unit.yaml
+++ b/.github/workflows/1-unit.yaml
@@ -18,10 +18,13 @@
 name: Unit Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 1 * * 1,3,5'
 
 env:
   # openwhisk env
diff --git a/.github/workflows/2-system.yaml b/.github/workflows/2-system.yaml
index 79c5ea6eb..5e8b2f8ba 100644
--- a/.github/workflows/2-system.yaml
+++ b/.github/workflows/2-system.yaml
@@ -18,10 +18,13 @@
 name: System Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 2 * * 1,3,5'
 
 env:
   # openwhisk env
diff --git a/.github/workflows/3-multi-runtime.yaml b/.github/workflows/3-multi-runtime.yaml
index e74bba246..c25c45584 100644
--- a/.github/workflows/3-multi-runtime.yaml
+++ b/.github/workflows/3-multi-runtime.yaml
@@ -18,10 +18,13 @@
 name: MultiRuntime Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 3 * * 1,3,5'
 
 env:
   # openwhisk env
diff --git a/.github/workflows/4-standalone.yaml b/.github/workflows/4-standalone.yaml
index 15a1c8ff3..022763a30 100644
--- a/.github/workflows/4-standalone.yaml
+++ b/.github/workflows/4-standalone.yaml
@@ -18,10 +18,13 @@
 name: Standalone Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 4 * * 1,3,5'
 
 env:
   # openwhisk env
diff --git a/.github/workflows/5-scheduler.yaml b/.github/workflows/5-scheduler.yaml
index 02b526d55..78742c0e3 100644
--- a/.github/workflows/5-scheduler.yaml
+++ b/.github/workflows/5-scheduler.yaml
@@ -18,10 +18,13 @@
 name: Scheduler Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 5 * * 1,3,5'
 
 env:
   # openwhisk env
diff --git a/.github/workflows/6-performance.yaml b/.github/workflows/6-performance.yaml
index 55e811b1d..ff3c81867 100644
--- a/.github/workflows/6-performance.yaml
+++ b/.github/workflows/6-performance.yaml
@@ -18,10 +18,13 @@
 name: Performance Tests
 
 on:
-  # build on push
   push:
-  # build on pull requests
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+  schedule:
+    - cron: '30 6 * * 1,3,5'
 
 env:
   # openwhisk env