* [LTP] [PATCH 1/1] CI: Remove Tumbleweed
@ 2021-11-05 14:31 Petr Vorel
2021-11-08 8:56 ` Cyril Hrubis
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2021-11-05 14:31 UTC (permalink / raw)
To: ltp
Tumbleweed suffers with common timeouts during installing packages.
https://github.com/linux-test-project/ltp/runs/4102121237?check_suite_focus=true
2021-11-04T07:12:04.5788989Z (110/114) Installing: pcre2-devel-10.38-1.1.x86_64 [.........done]
2021-11-04T13:10:22.9205133Z (111/114) Installing: clang13-13.0.0-1.2.x86_64 [.
2021-11-04T13:10:22.9326559Z ##[error]The operation was canceled.
2021-11-04T13:10:22.9383287Z Stop and remove container: 3dab012d9d14480da05fc921cd0c0124_opensusetumbleweed_b0089d
While keeping restarting after some time usually helps, it's not useful
to have CI with false positives thus removed until problem gets
permanently fixed. But keep seccomp workaround introduced in 0aa9ebd30
for other distros with newest glibc.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
.github/workflows/ci.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 55d8f5eb5..3a0cc7d94 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,11 +76,6 @@ jobs:
CC: clang
METADATA: asciidoc-pdf
- - container: "opensuse/tumbleweed"
- env:
- CC: gcc
- METADATA: asciidoctor
-
- container: "opensuse/leap"
env:
CC: gcc
--
2.33.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [LTP] [PATCH 1/1] CI: Remove Tumbleweed
2021-11-05 14:31 [LTP] [PATCH 1/1] CI: Remove Tumbleweed Petr Vorel
@ 2021-11-08 8:56 ` Cyril Hrubis
2021-11-08 10:10 ` Petr Vorel
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2021-11-08 8:56 UTC (permalink / raw)
To: Petr Vorel; +Cc: ltp
Hi!
> Tumbleweed suffers with common timeouts during installing packages.
>
> https://github.com/linux-test-project/ltp/runs/4102121237?check_suite_focus=true
> 2021-11-04T07:12:04.5788989Z (110/114) Installing: pcre2-devel-10.38-1.1.x86_64 [.........done]
> 2021-11-04T13:10:22.9205133Z (111/114) Installing: clang13-13.0.0-1.2.x86_64 [.
> 2021-11-04T13:10:22.9326559Z ##[error]The operation was canceled.
> 2021-11-04T13:10:22.9383287Z Stop and remove container: 3dab012d9d14480da05fc921cd0c0124_opensusetumbleweed_b0089d
>
> While keeping restarting after some time usually helps, it's not useful
> to have CI with false positives thus removed until problem gets
> permanently fixed. But keep seccomp workaround introduced in 0aa9ebd30
> for other distros with newest glibc.
Thinking about it it tumbleweed may not be suited for CI, quite possibly
new packages gets uploaded to the repository during our CI build which
would explain these kind of failures.
Acked-by: Cyril Hrubis <chrubis@suse.cz>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> .github/workflows/ci.yml | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
> index 55d8f5eb5..3a0cc7d94 100644
> --- a/.github/workflows/ci.yml
> +++ b/.github/workflows/ci.yml
> @@ -76,11 +76,6 @@ jobs:
> CC: clang
> METADATA: asciidoc-pdf
>
> - - container: "opensuse/tumbleweed"
> - env:
> - CC: gcc
> - METADATA: asciidoctor
> -
> - container: "opensuse/leap"
> env:
> CC: gcc
> --
> 2.33.1
>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH 1/1] CI: Remove Tumbleweed
2021-11-08 8:56 ` Cyril Hrubis
@ 2021-11-08 10:10 ` Petr Vorel
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2021-11-08 10:10 UTC (permalink / raw)
To: Cyril Hrubis; +Cc: ltp
> Hi!
> > Tumbleweed suffers with common timeouts during installing packages.
> > https://github.com/linux-test-project/ltp/runs/4102121237?check_suite_focus=true
> > 2021-11-04T07:12:04.5788989Z (110/114) Installing: pcre2-devel-10.38-1.1.x86_64 [.........done]
> > 2021-11-04T13:10:22.9205133Z (111/114) Installing: clang13-13.0.0-1.2.x86_64 [.
> > 2021-11-04T13:10:22.9326559Z ##[error]The operation was canceled.
> > 2021-11-04T13:10:22.9383287Z Stop and remove container: 3dab012d9d14480da05fc921cd0c0124_opensusetumbleweed_b0089d
> > While keeping restarting after some time usually helps, it's not useful
> > to have CI with false positives thus removed until problem gets
> > permanently fixed. But keep seccomp workaround introduced in 0aa9ebd30
> > for other distros with newest glibc.
> Thinking about it it tumbleweed may not be suited for CI, quite possibly
> new packages gets uploaded to the repository during our CI build which
> would explain these kind of failures.
I reverted Tumbleweed. Yes, probably some kind of out-of-sync repositories. I'm
investigating the issue. I'd have to be convinced it's working (+ testing in my
repo for some time) to try to investigate it again.
There was also problem with Leap repositories, but that's being fixed,
thus I restart jobs.
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-08 10:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-05 14:31 [LTP] [PATCH 1/1] CI: Remove Tumbleweed Petr Vorel
2021-11-08 8:56 ` Cyril Hrubis
2021-11-08 10:10 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox