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 ignored. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> > --- > .gitlab-ci.d/containers.yml | 5 +++++ > .gitlab-ci.yml | 23 +++++++++++++++++++++++ > 2 files changed, 28 insertions(+) > > diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml > index 910754a699..90fac85ce4 100644 > --- a/.gitlab-ci.d/containers.yml > +++ b/.gitlab-ci.d/containers.yml > @@ -28,6 +28,11 @@ > - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' > - if: '$CI_COMMIT_REF_NAME == "testing/next"' > > +amd64-alpine-container: > + <<: *container_job_definition > + variables: > + NAME: alpine > + > amd64-centos7-container: > <<: *container_job_definition > variables: > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index 4532f1718a..6cc922aedb 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -72,6 +72,29 @@ include: > - cd build > - du -chs ${CI_PROJECT_DIR}/avocado-cache > > +build-system-alpine: > + <<: *native_build_job_definition > + variables: > + IMAGE: alpine > + TARGETS: aarch64-softmmu alpha-softmmu cris-softmmu hppa-softmmu > + moxie-softmmu microblazeel-softmmu mips64el-softmmu > + MAKE_CHECK_ARGS: check-build > + CONFIGURE_ARGS: --enable-docs > + artifacts: > + expire_in: 2 days > + paths: > + - build > + > +acceptance-system-alpine: > + <<: *native_test_job_definition > + needs: > + - job: build-system-alpine > + artifacts: true > + variables: > + IMAGE: alpine > + MAKE_CHECK_ARGS: check-acceptance > + <<: *acceptance_definition > + > build-system-ubuntu: > <<: *native_build_job_definition > variables: > -- > 2.30.0 > > Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|