Skip to content
Snippets Groups Projects

Rerun failed tests a second time

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:CI_repeat_failing_tests into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -218,7 +218,6 @@ CbmRoot_Merge_macosx:
- echo "export BUILDDIR=$PWD/build" >> Dart.cfg
- echo "export SOURCEDIR=$PWD" >> Dart.cfg
- echo "export NCPU=4" >> Dart.cfg
- echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg
- ls
- pwd
- cat Dart.cfg
@@ -252,7 +251,7 @@ CbmRoot_Merge_realData:
- echo "export BUILDDIR=$PWD/build" >> Dart.cfg
- echo "export SOURCEDIR=$PWD" >> Dart.cfg
- echo "export NCPU=16" >> Dart.cfg
- echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg
- echo "export PATH=/opt/cmake/3.20.1/bin:$PATH" >> Dart.cfg
- ls
- pwd
- cat Dart.cfg
Loading