Re: [PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-13 Thread Tom Rini
On Wed, Jun 12, 2024 at 02:24:24PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 12 Jun 2024 at 11:07, Tom Rini wrote: > > > > On Wed, Jun 12, 2024 at 05:14:46PM +0100, Jiaxun Yang wrote: > > > > > > > > > 在2024年6月12日六月 下午5:01,Tom Rini写道: > > > > On Tue, Jun 11, 2024 at 10:04:13PM +0100, Jiaxun

Re: [PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-12 Thread Simon Glass
Hi Tom, On Wed, 12 Jun 2024 at 11:07, Tom Rini wrote: > > On Wed, Jun 12, 2024 at 05:14:46PM +0100, Jiaxun Yang wrote: > > > > > > 在2024年6月12日六月 下午5:01,Tom Rini写道: > > > On Tue, Jun 11, 2024 at 10:04:13PM +0100, Jiaxun Yang wrote: > > > > > >> Current build_world task runs for too long on public

Re: [PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-12 Thread Tom Rini
On Wed, Jun 12, 2024 at 05:14:46PM +0100, Jiaxun Yang wrote: > > > 在2024年6月12日六月 下午5:01,Tom Rini写道: > > On Tue, Jun 11, 2024 at 10:04:13PM +0100, Jiaxun Yang wrote: > > > >> Current build_world task runs for too long on public gitlab > >> runner. > >> > >> Split the job as what we've done to azu

Re: [PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-12 Thread Jiaxun Yang
在2024年6月12日六月 下午5:01,Tom Rini写道: > On Tue, Jun 11, 2024 at 10:04:13PM +0100, Jiaxun Yang wrote: > >> Current build_world task runs for too long on public gitlab >> runner. >> >> Split the job as what we've done to azure pipeline. >> >> Signed-off-by: Jiaxun Yang >> --- >> .gitlab-ci.yml | 10

Re: [PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-12 Thread Tom Rini
On Tue, Jun 11, 2024 at 10:04:13PM +0100, Jiaxun Yang wrote: > Current build_world task runs for too long on public gitlab > runner. > > Split the job as what we've done to azure pipeline. > > Signed-off-by: Jiaxun Yang > --- > .gitlab-ci.yml | 103 > +-

[PATCH 14/20] CI: GitLab: Split build_world tasks

2024-06-11 Thread Jiaxun Yang
Current build_world task runs for too long on public gitlab runner. Split the job as what we've done to azure pipeline. Signed-off-by: Jiaxun Yang --- .gitlab-ci.yml | 103 + 1 file changed, 59 insertions(+), 44 deletions(-) diff --git a/