You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/27 00:52:28 UTC

[incubator-seatunnel] branch CalvinKirs-patch-1 created (now 2c63a3c0f)

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

kirs pushed a change to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


      at 2c63a3c0f [CI]Set docker tests to be executed at regular intervals

This branch includes the following new commits:

     new 2c63a3c0f [CI]Set docker tests to be executed at regular intervals

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-seatunnel] 01/01: [CI]Set docker tests to be executed at regular intervals

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git

commit 2c63a3c0fb5ea02c7f9526afd8630903195f6dd8
Author: Kirs <ki...@apache.org>
AuthorDate: Thu Oct 27 08:52:23 2022 +0800

    [CI]Set docker tests to be executed at regular intervals
    
    We already have enough IT tests so that we don't need to run this test every time.
---
 .github/workflows/docker.yml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 1cf4140aa..e24b111c0 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -18,18 +18,8 @@
 name: Test Docker Images
 
 on:
-  push:
-  pull_request:
-    branches:
-      - dev
-    paths-ignore:
-      - 'docs/**'
-      - '**/*.md'
-      - 'seatunnel-ui/**'
-
-concurrency:
-  group: docker-${{ github.event.pull_request.number || github.ref }}
-  cancel-in-progress: true
+  schedule:
+    - cron: '0 0 12 * * ?'
 
 jobs:
   check: