Changeset 25704
- Timestamp:
- 10/21/20 10:24:22 (4 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r25700 r25704 88 88 # - See test417.py for why it is excluded 89 89 # - Test 444 fails intermittently under Python with "IndexError: list index out of range" 90 # - Excluding 2006 until it can be debugged (file I/O) 90 91 # 91 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445 ]"92 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445 "92 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445 2006]" 93 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445 2006" -
issm/trunk-jpl/jenkins/pine_island-mac-solid_earth
r25700 r25704 82 82 # See documentation in test/NightlyRun/runme.* for more information. 83 83 # 84 MATLAB_NROPTIONS="'benchmark','slr'" 85 PYTHON_NROPTIONS="--benchmark slr --exclude 2005" 84 # NOTE: 85 # - Excluding 2006 until it can be debugged (file I/O) 86 # 87 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2006]" 88 PYTHON_NROPTIONS="--benchmark slr --exclude 2005 2006" -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r25702 r25704 86 86 # NOTE: 87 87 # - Errors are large for tests 234, 418, and 420 under Python 88 # - Excluding 2006 un der Python until it can be debugged (PETSc crash)88 # - Excluding 2006 until it can be debugged (PETSc crash) 89 89 # 90 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')] "90 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],exclude,[2006]" 91 91 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 2006" -
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r25702 r25704 87 87 # NOTE: 88 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). 89 # - Excluding 2006 until it can be debugged (PETSc crash) 89 90 # 90 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 20 10 2021 2101]"91 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 20 10 2021 2101"91 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2006 2010 2021 2101]" 92 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2006 2010 2021 2101"
Note:
See TracChangeset
for help on using the changeset viewer.