more helpful information

This commit is contained in:
Martin Diehl 2020-09-18 12:58:37 +02:00
parent f34525fd3a
commit beb8f07a91
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ before_script:
fi
- while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ];
do sleep 5m;
echo "next pipeline in queue has ID $(head -n 1 $TESTROOT/GitLabCI.queue)";
done
- source $DAMASKROOT/env/DAMASK.sh
- cd $DAMASKROOT/PRIVATE/testing
@ -87,7 +88,7 @@ checkout:
- echo $CI_PIPELINE_ID >> $TESTROOT/GitLabCI.queue
- while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ];
do sleep 5m;
echo "next pipeline $(head -n 1 $TESTROOT/GitLabCI.queue)";
echo "next pipeline in queue has ID $(head -n 1 $TESTROOT/GitLabCI.queue)";
done
script:
- mkdir -p $DAMASKROOT