* [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits
@ 2020-12-27 21:42 Alexander V. Tikhonov
2020-12-28 7:55 ` Alexander Turenko
0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-27 21:42 UTC (permalink / raw)
To: Alexander Turenko, Kirill Yukhin; +Cc: tarantool-patches
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:
diff --git a/.github/workflows/debug_coverage.yml b/.github/workflows/debug_coverage.yml
index c67d7f23f..86977c4af 100644
--- a/.github/workflows/debug_coverage.yml
+++ b/.github/workflows/debug_coverage.yml
@@ -20,8 +20,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'
debug_coverage:
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
index 15007483f..b967caaca 100644
--- a/.github/workflows/luacheck.yml
+++ b/.github/workflows/luacheck.yml
@@ -20,8 +20,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'
luacheck:
diff --git a/.github/workflows/osx_10_15.yml b/.github/workflows/osx_10_15.yml
index 6ee13da95..1b49a8fab 100644
--- a/.github/workflows/osx_10_15.yml
+++ b/.github/workflows/osx_10_15.yml
@@ -20,8 +20,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'
osx_10_15:
diff --git a/.github/workflows/osx_11_0.yml b/.github/workflows/osx_11_0.yml
index 33d21271e..6c5a93978 100644
--- a/.github/workflows/osx_11_0.yml
+++ b/.github/workflows/osx_11_0.yml
@@ -20,8 +20,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'
osx_11_0:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 661e44bcd..533a2aa35 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -20,8 +20,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'
release:
diff --git a/.github/workflows/release_asan_clang11.yml b/.github/workflows/release_asan_clang11.yml
index d10d610c1..a735e3506 100644
--- a/.github/workflows/release_asan_clang11.yml
+++ b/.github/workflows/release_asan_clang11.yml
@@ -20,8 +20,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'
release_asan_clang11:
diff --git a/.github/workflows/release_clang.yml b/.github/workflows/release_clang.yml
index 877ad50e0..509c5f8e0 100644
--- a/.github/workflows/release_clang.yml
+++ b/.github/workflows/release_clang.yml
@@ -20,8 +20,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'
release_clang:
diff --git a/.github/workflows/release_lto.yml b/.github/workflows/release_lto.yml
index 0b94052dc..9ff993781 100644
--- a/.github/workflows/release_lto.yml
+++ b/.github/workflows/release_lto.yml
@@ -20,8 +20,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'
release_lto:
diff --git a/.github/workflows/release_lto_clang11.yml b/.github/workflows/release_lto_clang11.yml
index 17839235b..be415f476 100644
--- a/.github/workflows/release_lto_clang11.yml
+++ b/.github/workflows/release_lto_clang11.yml
@@ -20,8 +20,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'
release_lto_clang11:
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits
2020-12-27 21:42 [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits Alexander V. Tikhonov
@ 2020-12-28 7:55 ` Alexander Turenko
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2020-12-28 7:55 UTC (permalink / raw)
To: Alexander V. Tikhonov; +Cc: tarantool-patches
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-28 7:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 21:42 [Tarantool-patches] [PATCH v1] github-ci: disable jobs skip for outdated commits Alexander V. Tikhonov
2020-12-28 7:55 ` Alexander Turenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox