* [PATCH] CI: Get back default conf for repro test
@ 2023-03-02 11:14 Anton Mikanovich
2023-03-02 11:17 ` Anton Mikanovich
2023-03-06 6:07 ` Uladzimir Bely
0 siblings, 2 replies; 3+ messages in thread
From: Anton Mikanovich @ 2023-03-02 11:14 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Unconfigure just erase ci_build.conf without filling back default one.
Execute configure to get it back to default.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
testsuite/cibase.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/cibase.py b/testsuite/cibase.py
index 6239b4d..f2e4e95 100755
--- a/testsuite/cibase.py
+++ b/testsuite/cibase.py
@@ -53,6 +53,7 @@ class CIBaseTest(CIBuilder):
if not signed:
# Try to build with changed configuration with no cleanup
+ self.configure(**kwargs)
self.bitbake(targets, **kwargs)
def perform_ccache_test(self, targets, **kwargs):
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] CI: Get back default conf for repro test
2023-03-02 11:14 [PATCH] CI: Get back default conf for repro test Anton Mikanovich
@ 2023-03-02 11:17 ` Anton Mikanovich
2023-03-06 6:07 ` Uladzimir Bely
1 sibling, 0 replies; 3+ messages in thread
From: Anton Mikanovich @ 2023-03-02 11:17 UTC (permalink / raw)
To: isar-users
02/03/2023 13:14, Anton Mikanovich wrote:
> Unconfigure just erase ci_build.conf without filling back default one.
> Execute configure to get it back to default.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
This patch will be merged ASAP to unblock our CI.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] CI: Get back default conf for repro test
2023-03-02 11:14 [PATCH] CI: Get back default conf for repro test Anton Mikanovich
2023-03-02 11:17 ` Anton Mikanovich
@ 2023-03-06 6:07 ` Uladzimir Bely
1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2023-03-06 6:07 UTC (permalink / raw)
To: isar-users
In the email from Thursday, 2 March 2023 14:14:38 +03 user Anton Mikanovich wrote:
> Unconfigure just erase ci_build.conf without filling back default one.
> Execute configure to get it back to default.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> testsuite/cibase.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/testsuite/cibase.py b/testsuite/cibase.py
> index 6239b4d..f2e4e95 100755
> --- a/testsuite/cibase.py
> +++ b/testsuite/cibase.py
> @@ -53,6 +53,7 @@ class CIBaseTest(CIBuilder):
>
> if not signed:
> # Try to build with changed configuration with no cleanup
> + self.configure(**kwargs)
> self.bitbake(targets, **kwargs)
>
> def perform_ccache_test(self, targets, **kwargs):
>
Applied to next.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-06 6:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 11:14 [PATCH] CI: Get back default conf for repro test Anton Mikanovich
2023-03-02 11:17 ` Anton Mikanovich
2023-03-06 6:07 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox