Re: Unit tests all pass in Jenkins on Linux

2022-03-26 Thread Ben Cooksley
On Sun, Mar 27, 2022 at 7:34 AM David Faure  wrote:

> On mercredi 23 mars 2022 14:28:59 CET Adriaan de Groot wrote:
> > On Sunday, 20 March 2022 21:43:58 CET David Faure wrote:
> > > On dimanche 13 mars 2022 17:53:13 CET Ben Cooksley wrote:
> > > > On Mon, Mar 14, 2022 at 4:40 AM David Faure  wrote:
> > > > > After the recent discussions on state of CI, I fixed the last
> unittest
> > > > > failures (kio, purpose... + apol fixed ECM) so that
> > > > >
> https://build.kde.org/job/Frameworks/view/Platform%20-%20SUSEQt5.15/
> > > > > is all green^H^Hblue again.
> > > > > Please keep it that way!
> > > >
> > > > Thanks for looking into and fixing all of these David.
> > >
> > > Now I'd like to fix the remaining unittest failures on FreeBSD.
> > >
> > > I just fixed kcrash by reading the unittest code.
> > > However for the remaining ones, I need to actually debug on FreeBSD.
> > > Is there a FreeBSD virtual machine with the full setup already done for
> > > building KDE Frameworks, that I could either run locally or log into?
> >
> > I suppose the CI-builders would qualify, but that's probably not a good
> idea
> > in general. I tried to put together a VM image for KDE development back
> in
> > 2020: https://euroquis.nl/freebsd/2020/01/11/freebsd.html . An 8GB
> image is
> > a bit much; I might be able to do a frameworks-development one with no
> > graphical capability in a lot less space, but don't immediately have a
> > place to host it.
>
> 8GB is no problem for me to download. If you don't have a place to upload
> it
> to, maybe the KDE sysadmins can provide a place for it? On files.kde.org
> maybe?
>

I can confirm that files.kde.org would be the right place for something
like this.

Adriaan - you might want to check with Tobias as he has a custom FreeBSD
repository that is used for KDE CI stuff which might be a good foundation
for this.

Cheers,
Ben


>
> > [ade] (argh, yeah, kmail)
> ?
>
> --
> David Faure, fa...@kde.org, http://www.davidfaure.fr
> Working on KDE Frameworks 5
>
>
>
>


Re: Unit tests all pass in Jenkins on Linux

2022-03-26 Thread David Faure
On mercredi 23 mars 2022 14:28:59 CET Adriaan de Groot wrote:
> On Sunday, 20 March 2022 21:43:58 CET David Faure wrote:
> > On dimanche 13 mars 2022 17:53:13 CET Ben Cooksley wrote:
> > > On Mon, Mar 14, 2022 at 4:40 AM David Faure  wrote:
> > > > After the recent discussions on state of CI, I fixed the last unittest
> > > > failures (kio, purpose... + apol fixed ECM) so that
> > > > https://build.kde.org/job/Frameworks/view/Platform%20-%20SUSEQt5.15/
> > > > is all green^H^Hblue again.
> > > > Please keep it that way!
> > > 
> > > Thanks for looking into and fixing all of these David.
> > 
> > Now I'd like to fix the remaining unittest failures on FreeBSD.
> > 
> > I just fixed kcrash by reading the unittest code.
> > However for the remaining ones, I need to actually debug on FreeBSD.
> > Is there a FreeBSD virtual machine with the full setup already done for
> > building KDE Frameworks, that I could either run locally or log into?
> 
> I suppose the CI-builders would qualify, but that's probably not a good idea
> in general. I tried to put together a VM image for KDE development back in
> 2020: https://euroquis.nl/freebsd/2020/01/11/freebsd.html . An 8GB image is
> a bit much; I might be able to do a frameworks-development one with no
> graphical capability in a lot less space, but don't immediately have a
> place to host it.

8GB is no problem for me to download. If you don't have a place to upload it 
to, maybe the KDE sysadmins can provide a place for it? On files.kde.org 
maybe?
 
> [ade] (argh, yeah, kmail)
?

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5





Re: Unit tests all pass in Jenkins on Linux

2022-03-23 Thread Adriaan de Groot
On Sunday, 20 March 2022 21:43:58 CET David Faure wrote:
> On dimanche 13 mars 2022 17:53:13 CET Ben Cooksley wrote:
> > On Mon, Mar 14, 2022 at 4:40 AM David Faure  wrote:
> > > After the recent discussions on state of CI, I fixed the last unittest
> > > failures (kio, purpose... + apol fixed ECM) so that
> > > https://build.kde.org/job/Frameworks/view/Platform%20-%20SUSEQt5.15/
> > > is all green^H^Hblue again.
> > > Please keep it that way!
> > 
> > Thanks for looking into and fixing all of these David.
> 
> Now I'd like to fix the remaining unittest failures on FreeBSD.
> 
> I just fixed kcrash by reading the unittest code.
> However for the remaining ones, I need to actually debug on FreeBSD.
> Is there a FreeBSD virtual machine with the full setup already done for
> building KDE Frameworks, that I could either run locally or log into?

I suppose the CI-builders would qualify, but that's probably not a good idea 
in general. I tried to put together a VM image for KDE development back in 
2020: https://euroquis.nl/freebsd/2020/01/11/freebsd.html . An 8GB image is a 
bit much; I might be able to do a frameworks-development one with no graphical 
capability in a lot less space, but don't immediately have a place to host it.

[ade] (argh, yeah, kmail)


signature.asc
Description: This is a digitally signed message part.


Re: Unit tests all pass in Jenkins on Linux

2022-03-21 Thread Ben Cooksley
On Mon, Mar 21, 2022 at 9:43 AM David Faure  wrote:

> On dimanche 13 mars 2022 17:53:13 CET Ben Cooksley wrote:
> > On Mon, Mar 14, 2022 at 4:40 AM David Faure  wrote:
> > > After the recent discussions on state of CI, I fixed the last unittest
> > > failures (kio, purpose... + apol fixed ECM) so that
> > > https://build.kde.org/job/Frameworks/view/Platform%20-%20SUSEQt5.15/
> > > is all green^H^Hblue again.
> > > Please keep it that way!
> >
> > Thanks for looking into and fixing all of these David.
>
> Now I'd like to fix the remaining unittest failures on FreeBSD.
>
> I just fixed kcrash by reading the unittest code.
> However for the remaining ones, I need to actually debug on FreeBSD.
> Is there a FreeBSD virtual machine with the full setup already done for
> building KDE Frameworks, that I could either run locally or log into?
>

I believe Tobias may have some instructions on how to assemble a machine
(as these are what he used to assemble the VM images currently running the
FreeBSD environment on Gitlab and Jenkins).


>
> --
> David Faure, fa...@kde.org, http://www.davidfaure.fr
> Working on KDE Frameworks 5
>
>
Cheers,
Ben


Re: Unit tests all pass in Jenkins on Linux

2022-03-20 Thread David Faure
On dimanche 13 mars 2022 17:53:13 CET Ben Cooksley wrote:
> On Mon, Mar 14, 2022 at 4:40 AM David Faure  wrote:
> > After the recent discussions on state of CI, I fixed the last unittest
> > failures (kio, purpose... + apol fixed ECM) so that
> > https://build.kde.org/job/Frameworks/view/Platform%20-%20SUSEQt5.15/
> > is all green^H^Hblue again.
> > Please keep it that way!
> 
> Thanks for looking into and fixing all of these David.

Now I'd like to fix the remaining unittest failures on FreeBSD.

I just fixed kcrash by reading the unittest code.
However for the remaining ones, I need to actually debug on FreeBSD.
Is there a FreeBSD virtual machine with the full setup already done for 
building KDE Frameworks, that I could either run locally or log into?

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5