Skip to content

Commit eafca3b

Browse files
pull back some changes
1 parent fa7592e commit eafca3b

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/nightly-seed-grouping.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,6 @@ jobs:
5555
sdk-name: python-sdk
5656

5757
steps:
58-
# Note: this step is meant for when running on ubuntu-latest
59-
- name: Remove Bloat
60-
if: ${{ matrix.sdk-name == 'python-sdk' && runner.os == 'Linux' }}
61-
uses: jlumbroso/free-disk-space@main
62-
with:
63-
# this might remove tools that are actually needed,
64-
# if set to "true" but frees about 6 GB
65-
tool-cache: false
66-
67-
# all of these default to true, but feel free to set to
68-
# "false" if necessary for your workflow
69-
android: true
70-
dotnet: true
71-
haskell: true
72-
large-packages: true
73-
docker-images: true
74-
swap-storage: true
75-
7658
- name: Checkout Repo
7759
uses: actions/checkout@v4
7860

@@ -101,7 +83,7 @@ jobs:
10183
run: |
10284
# Default to 16 concurrent fixtures if not overridden. In the case of python-sdk,
10385
# the virtual environments take up too much space so this needs to be limited
104-
pnpm seed:local test --generator ${{ matrix.sdk-name }} --parallel ${{ matrix.concurrency-count-override || 16 }} --allow-unexpected-failures > ${{ matrix.sdk-name }}-seed-test-log.txt
86+
pnpm seed:local test --generator ${{ matrix.sdk-name }} --parallel 16 --allow-unexpected-failures > ${{ matrix.sdk-name }}-seed-test-log.txt
10587
10688
- name: Cleanup Virtualenvs
10789
if: always() # Run even if tests fail

0 commit comments

Comments
 (0)