This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Add tests for Ubuntu 20.04 and phase out Ubuntu 16.04#222
Merged
Conversation
e299948 to
887a309
Compare
* Update installed OF version (v5 -> v2006) * Source new of bashrc file * Update openfoam path * Enable output for OF tests * Install fenics from default ubuntu package * Update reference for OFv2006 * Allow fenics to fail * Use 'pimpleFoam' in line with OF version update * Update reference * Add 'build_info.py' * Add test folder for 20.04 deal.ii-of * Update reference * Update reference * Improve text filter * Fix numeric error in comparison * Update error message on missing entries * Change all test output to exported preCICE output only (#256) * Change to VTK exported preCICE output * Enable output for all tests * Use automatic dependency install * Use 'make all check' * Add PKG_CONFIG_PATH * Fix typo * Fix unused flag * Fix sed pattern * Update reference * Fix typo * Update reference * Use manual fenics install * Update reference * Update reference * Update reference * Filter hexadecimals * Update reference * Skip 'events-summary' type files * Update reference * Fix unfinished if clause * Move log filtering into systemtesting * Use glob for searching logfiles * Fix module error * Print debug output * Remove ignored logs * Update reference * Format debug print * Allow su2-ccx 20.04 to fail * Add seperate test folder for su2-ccx 2004 * Check exponent instead of full number * Update reference
This was referenced Oct 28, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #97.
Adds the following builds which run on Ubuntu 20.04:
Furthermore, this condenses the first build stage (preCICE builds) down to four different installs:
Subsequently, with this PR, we will no longer test any Ubuntu 16.04 builds due their age (we assume that any Ubuntu user will have moved on to a newer version at this point).
This PR depends on both #255 and #256 to be merged first.