Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #20282
Closed
Open
Issue created Oct 20, 2020 by Ben Boeckel@ben.boeckel⛰Owner

GitLab-CI and stealing focus

gitlab-runner runs on Windows as a service. This does not have access to an actual desktop session. Generally this isn't a problem (we just have to tell Qt to use OpenGL rather than GLES), but some ParaView tests try to force focus which fails in this configuration. See .gitlab/ci/ctest_test.cmake for tests excluded for this reason.

Two possibilities:

  • use a scheduled task to run gitlab-runner (might be possible, but untested right now)
  • tweak tests to not need these things

Cc: @brad.king @utkarsh.ayachit @robertmaynard

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking