Changeset 25702


Ignore:
Timestamp:
10/21/20 00:48:23 (4 years ago)
Author:
jdquinn
Message:

CHG: Test exclusion; comments

Location:
issm/trunk-jpl/jenkins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r25685 r25702  
    389389# }}}
    390390
    391 #python tests
     391# Python tests
     392#
     393# TODO: Figure out why "Running Python test for Rank $i" is printed twice for each CPU
    392394# {{{
    393395if [ $PYTHON_TEST -eq 1 ]; then
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r25701 r25702  
    8686# NOTE:
    8787# - Errors are large for tests 234, 418, and 420 under Python
     88# - Excluding 2006 under Python until it can be debugged (PETSc crash)
    8889#
    8990MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]"
    90 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420"
     91PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 2006"
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r25700 r25702  
    8686#
    8787# NOTE:
    88 # - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
     88# - Tests 2002, 2003, 2005, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
    8989#
    90 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2021 2101]"
     90MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2010 2021 2101]"
    9191PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2010 2021 2101"
Note: See TracChangeset for help on using the changeset viewer.