Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,157
    • Issues 4,157
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • 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
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !1075

Autogen: Move repeated tests to new QtAutogenRerun test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Holtermann requested to merge sebholt/cmake:autogen-tests-split into master Jul 21, 2017
  • Overview 16
  • Commits 1
  • Pipelines 1
  • Changes 39

By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the ctest -R Qt[45]Autogen -j4 call runs approximately 25% faster.

This adds the new Qt[45]AutogenRerun tests to the CMake tests suite and moves test scripts that are run repeatedly from Qt[45]Autogen to Qt[45]AutogenRerun. The reason is to allow parallel processing of the Qt tests to decreases the total run time of the CMake tests suite.

Edited Jul 26, 2017 by Sebastian Holtermann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: autogen-tests-split