From fc578af6518c2bc87ffea5adf08e41aa9fd8091e Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Fri, 28 Jun 2019 20:47:01 -0400 Subject: [PATCH] test results from goss --- .circleci/config.yml | 6 ++++-- .idea/workspace.xml | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e09123a..428a36a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 26539f0..c381e8a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,8 +24,8 @@ - - + + @@ -351,7 +351,7 @@ - @@ -599,8 +599,8 @@ - - + +