Skip to content

Commit

Permalink
more debug ubuntu-ci-x86_64-gnu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Jul 27, 2024
1 parent 449b36e commit 8aebeda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ jobs:
spack stack create env --name chaintest3 --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2> stderr.txt
cnt=$(grep -c "WARNING.*do not match" stderr.txt || true)
echo $cnt
echo here
tail $PWD/envs/chaintest/site/packages.yaml
echo now here
tail $PWD/envs/chaintest/common/packages.yaml
echo right here
tail $PWD/envs/chaintest3/site/packages.yaml
echo nowhere
tail $PWD/envs/chaintest/common/packages.yaml
cat stderr.txt
if [ $cnt -ne 2 ]; then echo "Missing 'create env' warnings"; exit 1; fi
Expand Down

0 comments on commit 8aebeda

Please sign in to comment.