Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-19 Thread Thomas Huth
On 18/01/2021 16.12, Thomas Huth wrote: On 18/01/2021 15.50, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 03:44:49PM +0100, Thomas Huth wrote: On 18/01/2021 14.37, Jiaxun Yang wrote: On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:08PM +0800, J

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Thomas Huth
On 18/01/2021 15.50, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 03:44:49PM +0100, Thomas Huth wrote: On 18/01/2021 14.37, Jiaxun Yang wrote: On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: We only run build test

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Daniel P . Berrangé
On Mon, Jan 18, 2021 at 03:44:49PM +0100, Thomas Huth wrote: > On 18/01/2021 14.37, Jiaxun Yang wrote: > > > > > > On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote: > > > On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: > > > > We only run build test and check-acceptance as

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Thomas Huth
On 18/01/2021 14.37, Jiaxun Yang wrote: On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: We only run build test and check-acceptance as their are too many failures in checks due to minor string mismatch. Can you give re

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Jiaxun Yang
On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote: > On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: > > We only run build test and check-acceptance as their are too many > > failures in checks due to minor string mismatch. > > Can you give real examples of what's broken h

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Daniel P . Berrangé
On Mon, Jan 18, 2021 at 11:22:47AM +0100, Thomas Huth wrote: > On 18/01/2021 11.11, Daniel P. Berrangé wrote: > > On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: > > > We only run build test and check-acceptance as their are too many > > > failures in checks due to minor string mismatc

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Thomas Huth
On 18/01/2021 11.11, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: We only run build test and check-acceptance as their are too many failures in checks due to minor string mismatch. Can you give real examples of what's broken here, as that sounds rather

Re: [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-18 Thread Daniel P . Berrangé
On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote: > We only run build test and check-acceptance as their are too many > failures in checks due to minor string mismatch. Can you give real examples of what's broken here, as that sounds rather suspicious, and I'm not convinced it should be

[PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

2021-01-17 Thread Jiaxun Yang
We only run build test and check-acceptance as their are too many failures in checks due to minor string mismatch. Signed-off-by: Jiaxun Yang --- .gitlab-ci.d/containers.yml | 5 + .gitlab-ci.yml | 23 +++ 2 files changed, 28 insertions(+) diff --git a/.git