Skip to content

Commit 6c82097

Browse files
committed
PMM-7: Change pmm client setup
1 parent d5e0414 commit 6c82097

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/PMM_PSMDB_PBM_FULL.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
PMM_IMAGE: ${{ inputs.pmm_image || 'perconalab/pmm-server:3-dev-latest' }}
5353
steps:
5454
- uses: actions/checkout@v2
55+
- name: Cleanup disk space on a worker according to https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
56+
run: |
57+
sudo rm -rf /usr/share/dotnet
58+
sudo rm -rf /opt/ghc
59+
sudo rm -rf "/usr/local/share/boost"
60+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
5561
- name: Test sharded with PSMDB ${{ matrix.psmdb }}
5662
run: |
5763
PSMDB_VERSION=${{ matrix.psmdb }} ./start-sharded.sh

0 commit comments

Comments
 (0)