[Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits

Alexander Turenko alexander.turenko at tarantool.org
Mon Dec 28 10:55:23 MSK 2020


On Mon, Dec 28, 2020 at 12:42:08AM +0300, Alexander V. Tikhonov wrote:
> Cc: tarantool-patches at dev.tarantool.org
> 
> Disabled skip of jobs for outdated commits.
> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/github-ci-test-outdated
> 
>  .github/workflows/coverity.yml             | 3 ++-
>  .github/workflows/debug_coverage.yml       | 3 ++-
>  .github/workflows/luacheck.yml             | 3 ++-
>  .github/workflows/osx_10_15.yml            | 3 ++-
>  .github/workflows/osx_11_0.yml             | 3 ++-
>  .github/workflows/release.yml              | 3 ++-
>  .github/workflows/release_asan_clang11.yml | 3 ++-
>  .github/workflows/release_clang.yml        | 3 ++-
>  .github/workflows/release_lto.yml          | 3 ++-
>  .github/workflows/release_lto_clang11.yml  | 3 ++-
>  10 files changed, 20 insertions(+), 10 deletions(-)
> 
> diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
> index 90fd81ee2..eb189da2e 100644
> --- a/.github/workflows/coverity.yml
> +++ b/.github/workflows/coverity.yml
> @@ -22,8 +22,9 @@ jobs:
>        - id: skip_check
>          uses: fkirc/skip-duplicate-actions at master
>          with:
> +          # avoid of skipping previous jobs for outdated commits
> +          cancel_others: 'false'
>            # avoid of duplicating runs on "push & pull_request"
> -          # avoid of running previous of the updated jobs
>            concurrent_skipping: 'same_content'
>  
>    coverity:

Please, consider my comment about the same logic in
https://github.com/tarantool/tarantool/pull/5638

It seems, it may be a way simpler.

WBR, Alexander Turenko.


More information about the Tarantool-patches mailing list