Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gnome-software gnome-software
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 191
    • Issues 191
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-softwaregnome-software
  • Merge requests
  • !1298

CI: Avoid Flatpak triggers for tests

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Milan Crha requested to merge wip/mcrha/ci-test into main Mar 16, 2022
  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 1

CI: Avoid Flatpak triggers for tests

Remove Flatpak triggers, to speed up the tests (specifically on Fedora, they could even break the tests by a deadlock or something like that).


The bwrap claims on the Fedora had been due to flatpak runing its triggers, trying to do it in the bwrap. These triggers had been also causing those deadlocks or what it was (I do not what what precisely it is). The Debian image doesn't suffer of it, because they do not have any Flatpak triggers (yet). Unfortunately, the FLATPAK_TRIGGERSDIR evn variable did not work for me, thus I just delete the directory in question.

With respect of the first commit, The only commented line I'm not sure about is the dbus-daemon thing. Consult the comment above it. I only know this lets it work with no visible side effect.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/mcrha/ci-test