Skip to content

Commit

Permalink
add cluster-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 23, 2024
1 parent d642c1f commit 3c9eb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cluster-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
root-reserve-mb: 40720
root-reserve-mb: 30720
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -217,4 +217,4 @@ jobs:
if [[ ${{ needs.e2e.result }} != 'success' ]]; then
echo "CLUSTER-E2E Failed!"
exit -1
fi
fi

0 comments on commit 3c9eb24

Please sign in to comment.