Skip to content

Commit

Permalink
[DPE-2632] Updated data platform libs to use external secrets (#207)
Browse files Browse the repository at this point in the history
The goal of this PR is to update data platform libs to use external secrets in MongoDB charm and update the charm code and tests if required
  • Loading branch information
dmitry-ratushnyy authored Oct 20, 2023
1 parent b563ab5 commit 8b9ebbe
Show file tree
Hide file tree
Showing 9 changed files with 3,281 additions and 623 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.artifact-name }}
- name: Free disk space
run: |
echo "Free disk space before cleanup"
df -T
# free space in the runner
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo "Free disk space after cleanup"
df -T
- name: Select tests
id: select-tests
run: |
Expand Down
Loading

0 comments on commit 8b9ebbe

Please sign in to comment.