Commit Graph

6 Commits

Author SHA1 Message Date
Guillaume Raffy e9bbc95632 v0.0.12
- fixed bug that caused envmodules.py to misfunction in some situations: this version now copes with the fact that sometimes module outputs to stdout, and sometimes to stderr
- made test_ipcluster use the `tsv-files` resultsdb backend instead of the more difficulkt to use `sqlserver-viassh-database` because:
1.  `sqlserver-viassh-database` requires a complex setup (keys) that makes it more difficult to use
2. `sqlserver-viassh-database` is already tested in another test focused on it

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-26 16:37:10 +01:00
Guillaume Raffy 60be658312 improved traces to debug a problem that only happens in ci (can't reproduce even when logged as jenkins-agent)
The error message is:
> ValueError: failed to find compilers/ifort/latest amongst available environment modules (set())

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-26 15:10:56 +01:00
Guillaume Raffy d1aba97073 made sure the module command is available when running /ci/test_iprcluster.py
this should fix the continuous integration stage('testing (tests that only work on ipr cluster nodes)')

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-26 14:43:34 +01:00
Guillaume Raffy c39e31a1fc fixed regression introduced in my last commit
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-26 13:42:54 +01:00
Guillaume Raffy 7d019f74dd v0.0.11
- made IprCluster target host work. This target host provides access to intel ifort and intel mkl packages, which are available as environment modules.
- added a unit test that validates the IprCluster (only works on ipr cluster node)
- also improved unit tests to use TMPDIR environment variable if present, in order to avoid permission issues in case the test is run by different users on the same system.
- made the benchmark display an error in case starbench fails

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-26 13:33:12 +01:00
Guillaume Raffy 862a3911f0 v0.0.2
- added continuous integration using ipr jenkins

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
2024-11-18 16:42:12 +01:00