Skip to content

Commit

Permalink
even 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 8aebeda commit 0fd34ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,17 @@ jobs:
if [ $cnt -ne 0 ]; then echo "Incorrect 'create env' warning"; exit 1; fi
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/site/packages.yaml
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/common/packages.yaml
spack stack create env --name chaintest3 --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2> stderr.txt
spack stack create env --name chaintest3 --site linux.default --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
tail $PWD/envs/chaintest3/site/packages.yaml || true
echo nowhere
tail $PWD/envs/chaintest/common/packages.yaml
tail $PWD/envs/chaintest3/common/packages.yaml || true
cat stderr.txt
if [ $cnt -ne 2 ]; then echo "Missing 'create env' warnings"; exit 1; fi
Expand Down

0 comments on commit 0fd34ca

Please sign in to comment.