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 (#5)
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 authored Aug 26, 2020
1 parent 12aaa80 commit e49743a
Show file tree
Hide file tree
Showing 3 changed files with 1,640 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,18 @@ orbs:
docker-compose -f docker-compose-ci.yml up -d splunk
sleep 30
# Run the tests
docker-compose -f docker-compose-ci.yml up --abort-on-container-exit test
docker-compose -f docker-compose-ci.yml up --abort-on-container-exit test || true
# Collect Results
docker volume ls
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/
docker cp dummy:/work/test-results/test.xml test-results/ || true
docker cp dummy:/work/test-results/cim-compliance-report.md test-results/ || true
no_output_timeout: 2h
- store_artifacts:
path: test-results
destination: test-results

jobs:
aio:
resource_class: xlarge
Expand Down
Loading

0 comments on commit e49743a

Please sign in to comment.