Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,10 @@ stages:

- job: runnerTests
displayName: 'Runner Tests'
pool:
name: 'Default'
timeoutInMinutes: 100
steps:
- script: |
echo '=== disk usage before cleanup ==='
df -h /
sudo du -sh /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /opt/hostedtoolcache 2>/dev/null | sort -h || true
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /opt/hostedtoolcache/CodeQL
docker system prune -af || true
echo '=== disk usage after cleanup ==='
df -h /
displayName: 'Free disk space'
- script: |
docker compose build --pull
docker compose run tests ./vendor/bin/phpunit --testsuite runner-tests
Expand Down