Skip to content

Commit

Permalink
test results from goss
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent a52ddda commit fc578af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@
command: |
export GOSS_OPTS="--max-concurrent=1 --format junit"
export GOSS_FILES_STRATEGY=cp
mkdir -p /root/test-results
mkdir -p test-results
pushd package
~/bin/dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1 3>&1 1>&2 2>&3 > /tmp/goss.tmp || true ; cat /tmp/goss.tmp | grep -v "<"
popd
cat /tmp/goss.tmp | grep "[<\>]" > /root/test-results/goss.xml
cat /tmp/goss.tmp | grep "[<\>]" > test-results/goss.xml
- store_test_results:
path: test-results
publish:
environment:
IMAGE_NAME: rfaircloth/scs
Expand Down
10 changes: 5 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc578af

Please sign in to comment.