2020-10-24 17:58:52 +00:00
|
|
|
include:
|
2021-12-07 09:23:37 +00:00
|
|
|
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/34f4ade99434043f88e164933f570301fd18b125/templates/fedora.yml'
|
|
|
|
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/34f4ade99434043f88e164933f570301fd18b125/templates/ci-fairy.yml'
|
2018-06-14 19:01:35 +00:00
|
|
|
|
|
|
|
stages:
|
2019-02-05 17:19:43 +00:00
|
|
|
- review
|
2020-11-20 16:56:31 +00:00
|
|
|
- prepare
|
2021-07-08 14:01:23 +00:00
|
|
|
- code-review
|
2018-06-14 19:01:35 +00:00
|
|
|
- build
|
2018-08-17 12:15:29 +00:00
|
|
|
- test
|
2020-02-29 14:06:26 +00:00
|
|
|
- analyze
|
2022-05-24 11:17:56 +00:00
|
|
|
- docs
|
2021-08-31 09:54:30 +00:00
|
|
|
- deploy
|
2018-06-14 19:01:35 +00:00
|
|
|
|
2021-07-19 11:56:55 +00:00
|
|
|
variables:
|
|
|
|
FDO_UPSTREAM_REPO: GNOME/mutter
|
|
|
|
|
2022-05-27 18:02:41 +00:00
|
|
|
.mutter.fedora@common:
|
2020-10-24 17:58:52 +00:00
|
|
|
variables:
|
2022-12-17 17:12:43 +00:00
|
|
|
FDO_DISTRIBUTION_VERSION: 37
|
2022-12-22 10:49:48 +00:00
|
|
|
BASE_TAG: '2022-12-22.0'
|
2020-05-04 17:22:35 +00:00
|
|
|
FDO_DISTRIBUTION_PACKAGES:
|
2021-08-31 15:18:31 +00:00
|
|
|
asciidoc
|
2020-05-04 17:22:35 +00:00
|
|
|
clang
|
|
|
|
gcovr
|
|
|
|
gdm
|
|
|
|
gnome-shell
|
|
|
|
sassc
|
|
|
|
uncrustify
|
|
|
|
xorg-x11-server-Xvfb
|
2021-12-07 09:23:37 +00:00
|
|
|
mesa-dri-drivers
|
2021-07-08 06:50:46 +00:00
|
|
|
xorg-x11-proto-devel
|
2022-02-09 09:58:52 +00:00
|
|
|
qemu-system-x86-core
|
|
|
|
busybox
|
2022-05-24 11:17:56 +00:00
|
|
|
gi-docgen
|
2022-11-25 19:39:08 +00:00
|
|
|
python3-pip
|
2022-08-02 13:50:38 +00:00
|
|
|
pkgconfig(libgcrypt)
|
2022-07-27 11:06:49 +00:00
|
|
|
pkgconfig(colord)
|
|
|
|
pkgconfig(lcms2)
|
2021-03-16 16:46:44 +00:00
|
|
|
|
2020-10-24 17:58:52 +00:00
|
|
|
FDO_DISTRIBUTION_EXEC: |
|
|
|
|
dnf install -y 'dnf-command(builddep)' &&
|
|
|
|
|
2021-03-16 16:46:44 +00:00
|
|
|
dnf builddep -y mutter --setopt=install_weak_deps=False &&
|
2020-10-24 17:58:52 +00:00
|
|
|
dnf builddep -y gnome-shell --setopt=install_weak_deps=False &&
|
2021-03-22 10:49:11 +00:00
|
|
|
dnf builddep -y wayland --setopt=install_weak_deps=False &&
|
2021-09-15 16:37:43 +00:00
|
|
|
dnf builddep -y wayland-protocols --setopt=install_weak_deps=False &&
|
2022-02-09 09:58:52 +00:00
|
|
|
dnf builddep -y kernel --setopt=install_weak_deps=False &&
|
2021-01-21 18:14:23 +00:00
|
|
|
|
2022-08-19 13:39:41 +00:00
|
|
|
./.gitlab-ci/install-meson-project.sh \
|
|
|
|
https://gitlab.gnome.org/jadahl/catch.git \
|
|
|
|
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 &&
|
2022-01-05 03:04:35 +00:00
|
|
|
|
2022-12-22 10:49:48 +00:00
|
|
|
./.gitlab-ci/install-meson-project.sh \
|
|
|
|
https://gitlab.gnome.org/GNOME/glib.git \
|
|
|
|
2.75.1 . &&
|
|
|
|
|
2022-11-25 19:39:08 +00:00
|
|
|
pip install git+https://github.com/martinpitt/python-dbusmock.git@743da675c37bfc469ec385b88c3b4ad4838cfa48 &&
|
|
|
|
|
2021-03-16 16:46:44 +00:00
|
|
|
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
|
|
|
mutter mutter-devel \
|
|
|
|
gnome-shell &&
|
2021-02-04 12:18:00 +00:00
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
dnf clean all &&
|
|
|
|
|
|
|
|
if [[ x"$(uname -m )" = "xx86_64" ]] ; then
|
|
|
|
meson build -Dkvm_tests=true &&
|
|
|
|
ninja -C build src/tests/kvm/bzImage &&
|
|
|
|
mkdir -p /opt/mutter &&
|
|
|
|
cp build/src/tests/kvm/bzImage /opt/mutter/bzImage &&
|
|
|
|
|
2022-05-26 14:30:06 +00:00
|
|
|
dnf install -y python3-pyelftools &&
|
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
git clone https://github.com/jadahl/virtme.git &&
|
|
|
|
cd virtme &&
|
2022-05-26 14:30:06 +00:00
|
|
|
git checkout 87bcebe63f61e2a3ccd418b0903eab90113a47ae &&
|
2022-02-09 09:58:52 +00:00
|
|
|
./setup.py install --prefix=/usr &&
|
|
|
|
cd .. &&
|
|
|
|
rm -rf virtme
|
|
|
|
fi
|
2022-08-10 11:09:19 +00:00
|
|
|
retry:
|
|
|
|
max: 2
|
|
|
|
when:
|
|
|
|
- 'always'
|
2020-10-24 17:58:52 +00:00
|
|
|
|
2020-11-19 22:40:34 +00:00
|
|
|
default:
|
|
|
|
# Cancel jobs if newer commits are pushed to the branch
|
|
|
|
interruptible: true
|
|
|
|
# Auto-retry jobs in case of infra failures
|
|
|
|
retry:
|
|
|
|
max: 1
|
|
|
|
when:
|
|
|
|
- 'runner_system_failure'
|
|
|
|
- 'stuck_or_timeout_failure'
|
|
|
|
- 'scheduler_failure'
|
|
|
|
- 'api_failure'
|
|
|
|
|
2022-05-27 18:02:41 +00:00
|
|
|
.mutter.fedora@x86_64:
|
|
|
|
extends: .mutter.fedora@common
|
2020-11-19 13:48:28 +00:00
|
|
|
variables:
|
|
|
|
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
|
|
|
|
|
2022-05-27 18:02:41 +00:00
|
|
|
.mutter.fedora@aarch64:
|
|
|
|
extends: .mutter.fedora@common
|
2020-11-19 13:48:28 +00:00
|
|
|
variables:
|
|
|
|
FDO_DISTRIBUTION_TAG: "aarch64-${BASE_TAG}"
|
|
|
|
tags:
|
|
|
|
- aarch64
|
|
|
|
|
2020-11-19 14:59:01 +00:00
|
|
|
workflow:
|
|
|
|
rules:
|
2022-07-26 19:36:22 +00:00
|
|
|
# Allow to switch from branch pipelines to MR pipelines seamlessly
|
|
|
|
# https://docs.gitlab.com/ee/ci/jobs/job_control.html#avoid-duplicate-pipelines
|
|
|
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
|
|
|
|
when: never
|
|
|
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
|
|
# Don't trigger a branch pipeline if there is an open MR
|
|
|
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
|
|
|
when: never
|
2020-11-19 14:59:01 +00:00
|
|
|
- if: '$CI_COMMIT_BRANCH'
|
2022-07-26 19:36:22 +00:00
|
|
|
- if: '$CI_COMMIT_TAG'
|
2020-11-19 14:59:01 +00:00
|
|
|
|
2022-07-26 19:36:22 +00:00
|
|
|
.pipeline-guard:
|
2020-11-19 14:59:01 +00:00
|
|
|
rules:
|
|
|
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
|
|
|
- if: '$CI_COMMIT_TAG'
|
|
|
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
|
|
|
- if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/'
|
2022-07-26 19:36:22 +00:00
|
|
|
# Avoid catchall `when: manual` rule which might
|
|
|
|
# cause duplicate pipelines to be triggered.
|
|
|
|
# https://docs.gitlab.com/ee/ci/jobs/job_control.html#avoid-duplicate-pipelines
|
|
|
|
#
|
|
|
|
# Also make it so pipelines without MR need to be started
|
|
|
|
# manually, since their state will most likely be WIP
|
|
|
|
- if: '$CI_COMMIT_BRANCH'
|
|
|
|
when: 'manual'
|
2020-11-16 16:21:53 +00:00
|
|
|
|
2019-02-05 17:19:43 +00:00
|
|
|
check-commit-log:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
2020-11-20 16:56:31 +00:00
|
|
|
- .fdo.ci-fairy
|
2019-02-05 17:19:43 +00:00
|
|
|
stage: review
|
2019-04-24 10:24:12 +00:00
|
|
|
variables:
|
|
|
|
GIT_DEPTH: "100"
|
2019-02-05 17:19:43 +00:00
|
|
|
script:
|
2020-12-13 02:57:00 +00:00
|
|
|
- if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
|
|
|
|
then
|
|
|
|
ci-fairy check-commits --junit-xml=commit-message-junit-report.xml ;
|
|
|
|
else
|
|
|
|
echo "Not a merge request" ;
|
|
|
|
fi
|
2020-11-04 17:35:04 +00:00
|
|
|
artifacts:
|
|
|
|
expire_in: 1 week
|
|
|
|
paths:
|
|
|
|
- commit-message-junit-report.xml
|
|
|
|
reports:
|
|
|
|
junit: commit-message-junit-report.xml
|
2022-07-26 19:36:22 +00:00
|
|
|
rules:
|
|
|
|
- !reference [.pipeline-guard, rules]
|
2019-02-05 17:19:43 +00:00
|
|
|
|
2020-11-20 08:37:08 +00:00
|
|
|
check-merge-request:
|
|
|
|
extends:
|
|
|
|
- .fdo.ci-fairy
|
|
|
|
stage: review
|
2020-12-17 14:49:10 +00:00
|
|
|
variables:
|
|
|
|
GIT_STRATEGY: none
|
2020-11-20 08:37:08 +00:00
|
|
|
script:
|
|
|
|
- if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
|
|
|
|
then
|
|
|
|
ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request-report.xml ;
|
|
|
|
else
|
|
|
|
echo "Not a merge request" ;
|
|
|
|
fi
|
|
|
|
artifacts:
|
|
|
|
expire_in: 1 week
|
|
|
|
paths:
|
|
|
|
- check-merge-request-report.xml
|
|
|
|
reports:
|
|
|
|
junit: check-merge-request-report.xml
|
2022-07-26 19:36:22 +00:00
|
|
|
rules:
|
|
|
|
- !reference [.pipeline-guard, rules]
|
2020-11-20 18:09:33 +00:00
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
build-fedora-container@x86_64:
|
2020-11-20 18:09:33 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.container-build@fedora@x86_64
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2020-11-19 13:48:28 +00:00
|
|
|
stage: prepare
|
|
|
|
needs:
|
|
|
|
- check-commit-log
|
|
|
|
- check-merge-request
|
2020-12-17 14:49:10 +00:00
|
|
|
variables:
|
|
|
|
GIT_STRATEGY: none
|
2020-11-19 13:48:28 +00:00
|
|
|
|
|
|
|
build-fedora-container@aarch64:
|
|
|
|
extends:
|
|
|
|
- .fdo.container-build@fedora@aarch64
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@aarch64
|
2020-11-20 18:09:33 +00:00
|
|
|
stage: prepare
|
|
|
|
needs:
|
|
|
|
- check-commit-log
|
|
|
|
- check-merge-request
|
2020-12-17 14:49:10 +00:00
|
|
|
variables:
|
|
|
|
GIT_STRATEGY: none
|
2020-11-20 08:37:08 +00:00
|
|
|
|
2021-07-08 14:01:23 +00:00
|
|
|
check-code-style:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2021-07-08 14:01:23 +00:00
|
|
|
stage: code-review
|
|
|
|
needs:
|
|
|
|
- build-fedora-container@x86_64
|
|
|
|
script:
|
|
|
|
- if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
|
|
|
|
then
|
2021-08-27 10:37:47 +00:00
|
|
|
git remote add target $CI_MERGE_REQUEST_PROJECT_URL.git ;
|
|
|
|
git fetch target $CI_MERGE_REQUEST_TARGET_BRANCH_NAME ;
|
|
|
|
export common_parent_sha=$(diff --old-line-format='' --new-line-format='' <(git rev-list --first-parent "target/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME") <(git rev-list --first-parent HEAD) | head -1) ;
|
2021-07-08 14:01:23 +00:00
|
|
|
python3 -u ./check-style.py --dry-run --sha $common_parent_sha ;
|
|
|
|
else
|
|
|
|
echo "Not a merge request" ;
|
|
|
|
fi
|
|
|
|
allow_failure: true
|
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
.build-mutter-base:
|
|
|
|
variables:
|
|
|
|
BASE_MESON_OPTIONS:
|
|
|
|
-Degl_device=true
|
|
|
|
-Dwayland_eglstream=true
|
2022-08-19 13:39:41 +00:00
|
|
|
-Dcatch=true
|
2022-02-09 09:58:52 +00:00
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
.build-mutter:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-02-09 09:58:52 +00:00
|
|
|
- .build-mutter-base
|
2018-06-14 19:01:35 +00:00
|
|
|
stage: build
|
|
|
|
script:
|
2022-03-04 20:04:16 +00:00
|
|
|
- meson . build
|
|
|
|
--prefix /usr
|
|
|
|
--werror
|
|
|
|
--fatal-meson-warnings
|
|
|
|
--warnlevel 2
|
|
|
|
-Dbuildtype=debugoptimized
|
|
|
|
-Db_coverage=true
|
2022-02-09 09:58:52 +00:00
|
|
|
$BASE_MESON_OPTIONS
|
|
|
|
$EXTRA_MESON_OPTIONS
|
2021-08-05 12:57:09 +00:00
|
|
|
- meson compile -C build
|
|
|
|
- meson install -C build
|
2019-01-23 12:28:38 +00:00
|
|
|
artifacts:
|
2019-06-22 14:55:08 +00:00
|
|
|
expire_in: 1 day
|
|
|
|
paths:
|
|
|
|
- build
|
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
build-mutter@x86_64:
|
2022-02-09 09:58:52 +00:00
|
|
|
variables:
|
|
|
|
EXTRA_MESON_OPTIONS:
|
|
|
|
-Dkvm_tests=true
|
|
|
|
-Dkvm_kernel_image=/opt/mutter/bzImage
|
2020-11-19 13:48:28 +00:00
|
|
|
extends:
|
|
|
|
- .build-mutter
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2020-11-19 13:48:28 +00:00
|
|
|
needs:
|
|
|
|
- build-fedora-container@x86_64
|
|
|
|
|
|
|
|
build-mutter@aarch64:
|
|
|
|
extends:
|
|
|
|
- .build-mutter
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@aarch64
|
2020-11-19 13:48:28 +00:00
|
|
|
needs:
|
|
|
|
- build-fedora-container@aarch64
|
|
|
|
|
|
|
|
build-without-opengl-and-glx@x86_64:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2020-03-26 21:23:26 +00:00
|
|
|
stage: build
|
2020-11-19 13:47:12 +00:00
|
|
|
needs:
|
2020-11-19 13:48:28 +00:00
|
|
|
- build-fedora-container@x86_64
|
2020-03-26 21:23:26 +00:00
|
|
|
script:
|
2022-02-09 09:45:15 +00:00
|
|
|
- meson . build --werror --prefix /usr
|
|
|
|
-Dbuildtype=debugoptimized
|
|
|
|
-Dopengl=false
|
|
|
|
-Dglx=false
|
|
|
|
-Degl_device=true
|
|
|
|
-Dwayland_eglstream=true
|
2021-08-05 12:57:09 +00:00
|
|
|
- meson compile -C build
|
|
|
|
- meson install -C build
|
2020-03-26 21:23:26 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2020-05-06 13:44:46 +00:00
|
|
|
- build/meson-logs
|
2020-03-26 21:23:26 +00:00
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
build-without-native-backend-and-wayland@x86_64:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2019-06-22 14:55:08 +00:00
|
|
|
stage: build
|
2020-11-19 13:47:12 +00:00
|
|
|
needs:
|
2020-11-19 13:48:28 +00:00
|
|
|
- build-fedora-container@x86_64
|
2019-06-22 14:55:08 +00:00
|
|
|
script:
|
2022-02-09 09:45:15 +00:00
|
|
|
- meson . build --werror --prefix /usr
|
|
|
|
-Dbuildtype=debugoptimized
|
|
|
|
-Dnative_backend=false
|
|
|
|
-Dudev=false
|
|
|
|
-Dwayland=false
|
2022-05-03 14:52:51 +00:00
|
|
|
-Dxwayland=false
|
2022-02-09 09:45:15 +00:00
|
|
|
-Dcore_tests=false
|
|
|
|
-Dnative_tests=false
|
2021-08-05 12:57:09 +00:00
|
|
|
- meson compile -C build
|
|
|
|
- meson install -C build
|
2019-06-22 14:55:08 +00:00
|
|
|
artifacts:
|
2019-01-23 12:28:38 +00:00
|
|
|
paths:
|
2020-05-06 13:44:46 +00:00
|
|
|
- build/meson-logs
|
2018-08-17 12:15:29 +00:00
|
|
|
|
2022-06-14 14:08:05 +00:00
|
|
|
build-wayland-only@x86_64:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
|
|
|
- .mutter.fedora@x86_64
|
|
|
|
stage: build
|
|
|
|
needs:
|
|
|
|
- build-fedora-container@x86_64
|
|
|
|
script:
|
|
|
|
- meson . build --werror --prefix /usr
|
|
|
|
-Dbuildtype=debugoptimized
|
|
|
|
-Dwayland=true
|
|
|
|
-Dxwayland=false
|
|
|
|
-Dcore_tests=false
|
|
|
|
-Dnative_tests=false
|
|
|
|
- meson compile -C build
|
|
|
|
- meson install -C build
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- build/meson-logs
|
|
|
|
|
2021-08-31 17:08:27 +00:00
|
|
|
.test-setup: &test-setup
|
2019-01-23 23:24:32 +00:00
|
|
|
variables:
|
|
|
|
XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
|
|
|
|
GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data"
|
2021-08-31 17:08:27 +00:00
|
|
|
MUTTER_DEBUG_DUMMY_MODE_SPECS: "800x600@10.0"
|
|
|
|
PIPEWIRE_DEBUG: 2
|
|
|
|
PIPEWIRE_LOG: "$CI_PROJECT_DIR/build/meson-logs/pipewire.log"
|
|
|
|
XVFB_SERVER_ARGS: "+iglx -noreset"
|
2019-05-16 22:06:04 +00:00
|
|
|
G_SLICE: "always-malloc"
|
2019-05-15 23:41:17 +00:00
|
|
|
MALLOC_CHECK_: "3"
|
2019-05-20 16:40:34 +00:00
|
|
|
NO_AT_BRIDGE: "1"
|
2021-08-31 17:08:27 +00:00
|
|
|
before_script:
|
|
|
|
# Disable e.g. audio support to not dead lock screen cast tests
|
2021-02-13 17:46:13 +00:00
|
|
|
- mkdir -m 700 $XDG_RUNTIME_DIR
|
2021-08-31 17:08:27 +00:00
|
|
|
- pipewire & sleep 2
|
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
.test-mutter-base:
|
2021-08-31 17:08:27 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
|
|
|
<<: *test-setup
|
|
|
|
stage: test
|
2022-03-01 00:12:58 +00:00
|
|
|
after_script:
|
|
|
|
- pushd build
|
|
|
|
- gcovr --root=..
|
|
|
|
--filter='\.\./src/' --filter='\.\./clutter/' --filter='\.\./cogl/'
|
|
|
|
--exclude='\.\./build/.*\.[ch]$' --exclude='.*/tests/.*\.[ch]$'
|
|
|
|
--json --output=../coverage-${CI_JOB_NAME}.json
|
|
|
|
- popd
|
2019-04-08 12:34:13 +00:00
|
|
|
artifacts:
|
2020-10-27 19:29:54 +00:00
|
|
|
expire_in: 1 day
|
2019-04-08 12:34:13 +00:00
|
|
|
name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
|
|
|
when: always
|
|
|
|
paths:
|
2020-10-27 19:29:54 +00:00
|
|
|
- build
|
2022-03-01 00:12:58 +00:00
|
|
|
- coverage-*.json
|
2019-04-22 17:54:11 +00:00
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
.test-mutter:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
|
|
|
- .test-mutter-base
|
|
|
|
script:
|
|
|
|
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR
|
2022-10-28 13:50:10 +00:00
|
|
|
- xvfb-run -a -s "$XVFB_SERVER_ARGS"
|
|
|
|
./src/tests/meta-dbus-runner.py
|
|
|
|
--launch=wireplumber
|
|
|
|
meson test
|
|
|
|
-C build
|
|
|
|
--setup plain
|
|
|
|
--no-suite 'mutter/kvm'
|
|
|
|
--no-rebuild
|
|
|
|
--timeout-multiplier 10
|
2022-02-09 09:58:52 +00:00
|
|
|
artifacts:
|
|
|
|
reports:
|
2022-12-06 13:07:11 +00:00
|
|
|
junit: "build/meson-logs/testlog-plain.junit.xml"
|
2022-02-09 09:58:52 +00:00
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
test-mutter@x86_64:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
2020-11-19 13:48:28 +00:00
|
|
|
- .test-mutter
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2022-08-19 13:39:41 +00:00
|
|
|
tags:
|
|
|
|
- asan
|
2020-11-19 13:48:28 +00:00
|
|
|
needs:
|
|
|
|
- build-mutter@x86_64
|
|
|
|
|
2022-02-09 09:58:52 +00:00
|
|
|
test-mutter-kvm@x86_64:
|
|
|
|
extends:
|
|
|
|
- .test-mutter-base
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2022-02-09 09:58:52 +00:00
|
|
|
tags:
|
|
|
|
- kvm
|
|
|
|
script:
|
|
|
|
meson test -C build
|
|
|
|
--no-rebuild
|
|
|
|
--timeout-multiplier 10
|
|
|
|
--setup plain
|
|
|
|
--suite 'mutter/kvm'
|
|
|
|
needs:
|
|
|
|
- build-mutter@x86_64
|
|
|
|
artifacts:
|
|
|
|
reports:
|
|
|
|
junit: "build/meson-logs/testlog-plain.junit.xml"
|
|
|
|
|
2020-11-19 13:48:28 +00:00
|
|
|
test-mutter@aarch64:
|
|
|
|
extends:
|
|
|
|
- .test-mutter
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@aarch64
|
2022-08-19 13:39:41 +00:00
|
|
|
tags:
|
|
|
|
- asan-aarch64
|
2020-11-19 13:47:12 +00:00
|
|
|
needs:
|
2020-11-19 13:48:28 +00:00
|
|
|
- build-mutter@aarch64
|
|
|
|
|
2022-03-01 00:12:58 +00:00
|
|
|
coverage:
|
2020-11-19 13:48:28 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2020-02-29 14:06:26 +00:00
|
|
|
stage: analyze
|
2020-05-06 13:27:41 +00:00
|
|
|
script:
|
2022-03-01 00:12:58 +00:00
|
|
|
- mkdir coveragereport
|
2022-03-07 09:16:01 +00:00
|
|
|
- gcovr --add-tracefile 'coverage-*.json'
|
2022-03-01 00:12:58 +00:00
|
|
|
--html-details --print-summary --output coveragereport/index.html
|
2022-07-20 23:28:53 +00:00
|
|
|
- gcovr --add-tracefile 'coverage-*.json'
|
|
|
|
--xml --output coveragereport/coverage.xml
|
2020-05-06 13:27:41 +00:00
|
|
|
artifacts:
|
2022-07-14 21:49:12 +00:00
|
|
|
expose_as: 'Coverage Report'
|
2020-05-06 13:27:41 +00:00
|
|
|
paths:
|
2022-03-01 00:12:58 +00:00
|
|
|
- coveragereport
|
2022-07-14 21:49:12 +00:00
|
|
|
- coveragereport/index.html
|
2022-07-20 23:28:53 +00:00
|
|
|
reports:
|
|
|
|
coverage_report:
|
|
|
|
coverage_format: cobertura
|
|
|
|
# TODO: we may need to split this file once it will reach the
|
|
|
|
# gitlab limit size of 10M, or it will stop working:
|
|
|
|
# https://gitlab.com/gitlab-org/gitlab/-/issues/328772
|
|
|
|
path: coveragereport/coverage.xml
|
2022-03-01 00:12:58 +00:00
|
|
|
coverage: '/^lines: (\d+\.\d+\%)/'
|
2020-11-19 13:48:28 +00:00
|
|
|
needs:
|
|
|
|
- test-mutter@x86_64
|
|
|
|
- test-mutter@aarch64
|
2022-02-09 09:58:52 +00:00
|
|
|
- test-mutter-kvm@x86_64
|
2020-11-19 13:48:28 +00:00
|
|
|
|
|
|
|
can-build-gnome-shell@x86_64:
|
2020-10-24 17:58:52 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2019-04-22 17:54:11 +00:00
|
|
|
stage: test
|
2020-11-19 13:47:12 +00:00
|
|
|
needs:
|
2020-11-19 13:48:28 +00:00
|
|
|
- build-mutter@x86_64
|
2019-04-22 17:54:11 +00:00
|
|
|
before_script:
|
|
|
|
- meson install --no-rebuild -C build
|
|
|
|
script:
|
|
|
|
- .gitlab-ci/checkout-gnome-shell.sh
|
2019-08-21 20:30:41 +00:00
|
|
|
- meson gnome-shell gnome-shell/build --prefix /usr -Dman=false
|
2021-08-05 12:57:09 +00:00
|
|
|
- meson install -C gnome-shell/build
|
2020-02-29 14:06:26 +00:00
|
|
|
|
|
|
|
test-mutter-coverity:
|
|
|
|
rules:
|
|
|
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $MUTTER_SCHEDULED_JOB == "coverity"'
|
|
|
|
when: always
|
2022-07-26 19:36:22 +00:00
|
|
|
- if: '$CI_COMMIT_BRANCH'
|
|
|
|
when: 'manual'
|
2020-02-29 14:06:26 +00:00
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2020-02-29 14:06:26 +00:00
|
|
|
needs:
|
|
|
|
- build-fedora-container@x86_64
|
|
|
|
stage: analyze
|
|
|
|
allow_failure: true
|
|
|
|
script:
|
|
|
|
- .gitlab-ci/download-coverity-tarball.sh
|
|
|
|
- CC=clang meson coverity-build -Dprofiler=false
|
2021-08-05 12:57:09 +00:00
|
|
|
- ./coverity/cov-analysis-linux64-*/bin/cov-build --dir cov-int meson compile -C coverity-build
|
2020-02-29 14:06:26 +00:00
|
|
|
- tar czf cov-int.tar.gz cov-int
|
|
|
|
- curl https://scan.coverity.com/builds?project=mutter
|
|
|
|
--form token=$COVERITY_TOKEN --form email=carlosg@gnome.org
|
|
|
|
--form file=@cov-int.tar.gz --form version="`git describe --tags`"
|
|
|
|
--form description="GitLab CI build"
|
|
|
|
cache:
|
|
|
|
key: coverity-tarball
|
|
|
|
paths:
|
|
|
|
- coverity
|
2021-08-31 09:54:30 +00:00
|
|
|
|
|
|
|
dist-mutter:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2022-02-09 09:58:52 +00:00
|
|
|
- .build-mutter-base
|
2021-08-31 09:54:30 +00:00
|
|
|
<<: *test-setup
|
|
|
|
stage: deploy
|
|
|
|
needs:
|
2022-02-09 09:58:52 +00:00
|
|
|
- build-fedora-container@x86_64
|
2021-08-31 09:54:30 +00:00
|
|
|
script:
|
2022-02-09 09:58:52 +00:00
|
|
|
- meson . build --werror --prefix /usr
|
|
|
|
-Dbuildtype=debugoptimized
|
|
|
|
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR
|
2022-10-28 13:50:10 +00:00
|
|
|
- xvfb-run -a -s "$XVFB_SERVER_ARGS"
|
|
|
|
./src/tests/meta-dbus-runner.py
|
|
|
|
--launch=wireplumber
|
|
|
|
meson dist -C build
|
2021-08-31 09:54:30 +00:00
|
|
|
rules:
|
|
|
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
|
|
|
changes:
|
|
|
|
- "**/meson.build"
|
|
|
|
- meson/*
|
|
|
|
|
|
|
|
dist-mutter-tarball:
|
|
|
|
extends: dist-mutter
|
|
|
|
artifacts:
|
|
|
|
expose_as: 'Get tarball here'
|
|
|
|
paths:
|
|
|
|
- build/meson-dist/$CI_PROJECT_NAME-$CI_COMMIT_TAG.tar.xz
|
|
|
|
rules:
|
|
|
|
- if: '$CI_COMMIT_TAG'
|
2022-05-24 11:17:56 +00:00
|
|
|
|
|
|
|
reference:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@fedora
|
2022-05-27 18:02:41 +00:00
|
|
|
- .mutter.fedora@x86_64
|
2022-05-24 11:17:56 +00:00
|
|
|
stage: docs
|
|
|
|
needs:
|
|
|
|
- job: build-fedora-container@x86_64
|
|
|
|
artifacts: false
|
|
|
|
script:
|
|
|
|
- meson . build --werror -Ddocs=true -Dtests=false
|
|
|
|
- ninja -C build
|
|
|
|
- mkdir references
|
|
|
|
- mv build/doc/reference/{cally/cally,clutter/clutter,cogl/cogl,cogl-pango/cogl-pango,meta/meta} references/
|
|
|
|
artifacts:
|
|
|
|
expire_in: 1 week
|
2022-07-14 21:49:12 +00:00
|
|
|
expose_as: 'Documentation'
|
2022-05-24 11:17:56 +00:00
|
|
|
paths:
|
2022-07-14 21:49:12 +00:00
|
|
|
- references/
|
2022-05-24 11:17:56 +00:00
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
needs: ['reference']
|
|
|
|
script:
|
|
|
|
- mv references public/
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
rules:
|
|
|
|
- if: ($CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH && $CI_PROJECT_NAMESPACE == "GNOME")
|