Skip to content

Add Gitlab-CI

Simon McVittie requested to merge wip/smcv/autopkgtest into master

https://phabricator.collabora.com/T15904

This branch includes !11 (merged), !13 (merged), !14 (merged) (you might want to review those first), and then:

  • d/tests: Log debug messages

  • d/tests: Mark gnome-desktop-testing to be skipped if not installable

    If gnome-desktop-testing isn't available, we want to treat that as though this test had been skipped, rather than as though it had failed. d/tests/run effectively duplicates it anyway.

  • debian: Enable Gitlab-CI

    We are targeting scout, but because scout is so old, its SDK environment is too old to run deb-build-snapshot. Instead, we do that step in a Debian 10 'buster' environment, and hand over the artifacts from that to the autopkgtest step.

    Our build-dependencies are not all preinstalled in the CI Docker images, so add them.

Requires !11 (merged), !13 (merged), !14 (merged), steam-ci-pipeline!4.

Edited by Simon McVittie

Merge request reports