Skip to content

Commit 165edd9

Browse files
Updates
1 parent a223ca1 commit 165edd9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
run-seed-test:
21-
runs-on: ${{ matrix.runs-on }}
21+
runs-on: ubuntu-latest
2222
# CHRISM - temp
2323
if: false
2424
strategy:
@@ -50,12 +50,6 @@ jobs:
5050
rust-model,
5151
rust-sdk,
5252
]
53-
include:
54-
# CHRISM???
55-
# Every generator runs on ubuntu-latest except the python-sdk, which requires more space right now
56-
- runs-on: Seed
57-
sdk-name: python-sdk
58-
- runs-on: ubuntu-latest
5953
steps:
6054
- name: Checkout repo
6155
uses: actions/checkout@v4
@@ -158,7 +152,7 @@ jobs:
158152
seed-generator-alias: ${{ matrix.sdk-name }}
159153
number-of-packages: 10
160154
add-package-for-leftovers: true
161-
split-tests-cutoff-time-in-seconds: 9600 # Roughly 10 minutes (across 16 batches, but will depend on concurrency runners)
155+
split-tests-cutoff-time-in-seconds: 30000 # Determined by inspection to be a sweet spot. Difficult to map this to real time when including parallel runners and concurrent fixtures.
162156
seed-test-log-file-path: artifacts/${{ matrix.sdk-name }}-seed-test-log.txt
163157

164158
- name: Create Seed Packages File

0 commit comments

Comments
 (0)