Re: [PATCH] ci: Tune config

2019-04-10 Thread Roman Stratiienko via Xenomai
I did measurements after clearing cache 'ccache -C' I assume that 600mb in current statistic is due to multiple build of different source dependencies due to enabled DEBUG INFO config. Old cache should be invalidated and cleaned automatically as size goes up to the limit. ср, 10 апр. 2019 г.,

Re: [PATCH] ci: Tune config

2019-04-09 Thread Roman Stratiienko via Xenomai
I have similar issue some time ago on another project, but due to lack of time and low priority it was unsolved. And you've found the root cause and it is great, thanks!. I did some measurements of ccache size, and results is following: - 4.14 arm64 - cache size - 232.7 MB - 4.19 arm - cache size

Checkpatch errors

2019-04-05 Thread Roman Stratiienko via Xenomai
Hello Jan, Let me share some of checkpatch findings after recent update: Commit 67549038b677 ("rtnet: e1000e: Account for timer API changes") WARNING:

ipipe-4.19 build error

2019-04-04 Thread Roman Stratiienko via Xenomai
Hello Phillipe, I glad to see that ipipe-4.19-arm is now ready. After test build I saw build error. Could you check please: https://travis-ci.org/devel-opi/xenomai-fork/jobs/515615185#L6157 Best regards, Roman Stratiienko Global Logic

Re: [PATCH] travis: add more build options

2019-04-03 Thread Roman Stratiienko via Xenomai
On Tue, Apr 2, 2019 at 1:39 PM Jan Kiszka wrote: > On 02.04.19 11:30, roman.stratiienko--- via Xenomai wrote: > > From: Roman Stratiienko > > > > Changes are made by enabling all xenomai-related configs using > > menuconfig for arm kernel, then exported with savedefconfig command. > > > > Other

Re: [PATCH] travis: add checkpatch analysis

2019-03-22 Thread Roman Stratiienko via Xenomai
Thank you for feedback. After testing of this patch I faced some challenges: 1. checkpatch.pl from kernel tree always different. Old kernel checkpatch doesn't support git option. So we need to find a way to use ommon utility for all kernel or just enable checkpatch only on most recent kernel 2.

Re: [PATCH v2 10/10] travis: append i-pipe arm-v4.20.7 and arm-v5.0 to the matrix

2019-03-19 Thread Roman Stratiienko via Xenomai
Some point about repository-based checking VS patch based. CI is very useful for checking regressions caused by particuar commits. But when mixing repositories we risk to get interferentions between them. So it might be better to have separate CI for each ipipe repository. вт, 19 мар. 2019 г.,

Re: [PATCH v3] travis: add basic CI support

2019-03-18 Thread Roman Stratiienko via Xenomai
I mean that I do not have any more updates, But I will appreciate you if already sent patches would be applied. @Philippe, , Thanks you for initial review of my draft branch. Are you currently porting ipipe on 4.19? If so, I will stop my similar activity and will focus on fixing build issues of

Re: [PATCH v3] travis: add basic CI support

2019-03-18 Thread Roman Stratiienko via Xenomai
On Mon, Mar 18, 2019 at 5:39 PM Jan Kiszka wrote: > On 18.03.19 15:24, Jan Kiszka wrote: > > On 18.03.19 15:21, Roman Stratiienko wrote: > >> Hello Jan, > >> > >> Build failure is caused by "cobalt: Add sched-quota tracepoints". > >> I had to revert it to continue with testing > >> > > > > Ah,

Re: [PATCH v3] travis: add basic CI support

2019-03-18 Thread Roman Stratiienko via Xenomai
Hello Jan, Build failure is caused by "cobalt: Add sched-quota tracepoints". I had to revert it to continue with testing You can check my fork: https://travis-ci.org/devel-opi/xenomai-fork https://github.com/devel-opi/xenomai-fork/commits/v4.20-fixes I didn't test the commits separately, but

Fwd: [PATCH 1/7] travis: add basic CI support

2019-03-06 Thread Roman Stratiienko via Xenomai
On Tue, Mar 5, 2019 at 7:53 PM Jan Kiszka wrote: > > On 05.03.19 15:45, roman.stratiienko--- via Xenomai wrote: > > From: Roman Stratiienko > > > > Signed-off-by: Roman Stratiienko > > --- > > .travis.yml | 73 + > > 1 file changed, 73