Skip to content

Commit

Permalink
try with provision litmus
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 30, 2024
1 parent a8a0639 commit d827d25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ jobs:
- name: Provision test environment
run: |
location=`pwd`
echo $location
bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium inventory=$location
# location=`pwd`
# echo $location
# bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium inventory=$location THis one use last
# bundle exec bolt --modulepath spec/fixtures/modules plan run observium::acceptance::provision_integration image=${{ matrix.platform }}
# Redact password
bundle exec rake 'litmus:provision[docker, litmusimage/centos:stream8]'
FILE='spec/fixtures/litmus_inventory.yaml'
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
Expand Down

0 comments on commit d827d25

Please sign in to comment.