projects
/
platform
/
core
/
system
/
upgrade-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ed6cb
)
Do not cancel all workflows when error occur
29/318429/1
author
Stanislaw Wadas
<s.wadas@samsung.com>
Tue, 14 Jan 2025 21:19:58 +0000
(22:19 +0100)
committer
Stanislaw Wadas
<s.wadas@samsung.com>
Thu, 16 Jan 2025 16:05:30 +0000
(17:05 +0100)
Now even if there wil be one directory missing for eg Tizen 9
armv7hl only one workflow will fail - others will be processed
further.
Change-Id: Iffcaa98568a18ca9a7321d305db4520dd08fdf5e
Signed-off-by: Stanislaw Wadas <s.wadas@samsung.com>
.github/workflows/test-image-build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test-image-build.yml
b/.github/workflows/test-image-build.yml
index 6bd5445d2fd31d62a49846d9d510e3b8c8f534a9..f324f370f6325fdc6f45a3cefb3d6bb2904e23b3 100644
(file)
--- a/
.github/workflows/test-image-build.yml
+++ b/
.github/workflows/test-image-build.yml
@@
-93,6
+93,7
@@
jobs:
- code-large
needs: prepare
strategy:
+ fail-fast: false
matrix:
old:
- Tizen-8.0
@@
-142,6
+143,7
@@
jobs:
- code-large
needs: prepare
strategy:
+ fail-fast: false
matrix:
old:
- Tizen-9.0
@@
-190,6
+192,7
@@
jobs:
- code-large
needs: prepare
strategy:
+ fail-fast: false
matrix:
old:
- Tizen