Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
  2. Apr 04, 2018
  3. Sep 15, 2017
  4. Jun 01, 2015
  5. Mar 15, 2015
  6. Sep 26, 2014
  7. Sep 19, 2013
    • Brad King's avatar
      vtk_common: Add hook after ctest_start · fad8d418
      Brad King authored
      Add a "dashboard_hook_started" hook after the ctest_start call.
      This gives scripts a chance to override the submission information
      that ctest_start loaded from the project's CTestConfig.cmake file.
      fad8d418
  8. Jun 06, 2013
  9. May 24, 2013
    • Brad King's avatar
      vtk_common: Add VTK_USE_LARGE_DATA option · 463fb705
      Brad King authored
      Set this option in the initial CMakeCache.txt for VTK dashboard builds.
      Default to OFF but allow local dashboard scripts to enable it to run
      tests that use "large" data.
      463fb705
    • Kevin H. Hobbs's avatar
      vtk_common: Remove handling of VTKLargeData · bc79a994
      Kevin H. Hobbs authored and Brad King's avatar Brad King committed
      Remove code related to VTKLargeData that contain the variables:
      
        VTK_LARGE_DATA_ROOT
        dashboard_large_data_name
        dashboard_git_large_data_url
      
      because VTK no longer uses the VTKLargeData repository.
      bc79a994
  10. May 20, 2013
    • Brad King's avatar
      vtk_common: Store ExternalData persistently · 0801cfdc
      Brad King authored
      Set ExternalData_OBJECT_STORES to a location outside the source and
      build trees.  The location will persist across multiple runs and be
      shared by all builds in the same dashboard root directory.  Since the
      content of the directory is content-addressed and the objects are
      stateless this should not affect test results.  It will however avoid
      duplicate downloads reduce cases of problems due to network failure.
      0801cfdc
    • Brad King's avatar
      Add vtk_common dashboard script · 7040d9e4
      Brad King authored
      7040d9e4
Loading