Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
sync for policy (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Addon Factory template <addonfactory@splunk.com>
  • Loading branch information
Ryan Faircloth and Addon Factory template committed Aug 27, 2020
1 parent 4bb6e6d commit cdb1fb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,645 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,19 +216,18 @@ orbs:
docker-compose -f docker-compose-ci.yml up -d splunk
sleep 30
# Run the tests
TEST_RESULT=1
docker-compose -f docker-compose-ci.yml up --abort-on-container-exit test; [ $? -eq 0 ] && TEST_RESULT=0
docker-compose -f docker-compose-ci.yml up --abort-on-container-exit test
no_output_timeout: 2h
- run:
name: Splunk Get Results
when: always
command: |
# Collect Results
docker container create --name dummy \
-v project_results:/work/test-results \
registry.access.redhat.com/ubi7/ubi
docker cp dummy:/work/test-results/test.xml test-results/ || true
docker cp dummy:/work/test-results/cim-compliance-report.md test-results/ || true
exit $TEST_RESULT
no_output_timeout: 2h
- store_artifacts:
path: test-results
destination: test-results
jobs:
aio:
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ tests/functional
.DS_Store
.env
src

*.lock
*_event
*_wait
!deps/build
!package/appserver/static/js/build
*.log
*.lock
*_events
*.log
Loading

0 comments on commit cdb1fb9

Please sign in to comment.