From: Alexander Turenko <alexander.turenko@tarantool.org>
To: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits
Date: Mon, 28 Dec 2020 10:55:23 +0300 [thread overview]
Message-ID: <20201228075523.hsdfxpi2tuilcjer@tkn_work_nb> (raw)
In-Reply-To: <9388a19c80f3cb46a1cafda16ed7b76e33097ef6.1609105263.git.avtikhon@tarantool.org>
On Mon, Dec 28, 2020 at 12:42:08AM +0300, Alexander V. Tikhonov wrote:
> Cc: tarantool-patches@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@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.
prev parent reply other threads:[~2020-12-28 7:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-27 21:42 Alexander V. Tikhonov
2020-12-28 7:55 ` Alexander Turenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201228075523.hsdfxpi2tuilcjer@tkn_work_nb \
--to=alexander.turenko@tarantool.org \
--cc=avtikhon@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox