Skip to content

Commit

Permalink
fewer cores
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Feb 20, 2024
1 parent 560f2e2 commit 13b63b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline
# Ubuntu 20.04 only ships cmake 3.16 not 3.17:
echo 'PACKAGES="once:cmake ${PACKAGES}"' > local.cfg
rm -rf $WORKSPACE/install
./candi.sh -j 10 -p $WORKSPACE/install
./candi.sh -j 8 -p $WORKSPACE/install
cp $WORKSPACE/install/tmp/build/deal.II-*/detailed.log detailed-ubuntu2004.log
'''
archiveArtifacts artifacts: 'detailed-ubuntu2004.log', fingerprint: true
Expand Down Expand Up @@ -87,7 +87,7 @@ pipeline
cmake --version
rm -f local.cfg
rm -rf $WORKSPACE/install/
./candi.sh -j 10 -p $WORKSPACE/install
./candi.sh -j 8 -p $WORKSPACE/install
cp $WORKSPACE/install/tmp/build/deal.II-*/detailed.log detailed-ubuntu2204.log
'''
archiveArtifacts artifacts: 'detailed-ubuntu2204.log', fingerprint: true
Expand Down

0 comments on commit 13b63b0

Please sign in to comment.