You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/nightly-seed-packaging.yml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ concurrency:
18
18
19
19
jobs:
20
20
run-seed-test:
21
-
runs-on: ${{ matrix.runs-on }}
21
+
runs-on: ubuntu-latest
22
22
# CHRISM - temp
23
23
if: false
24
24
strategy:
@@ -50,12 +50,6 @@ jobs:
50
50
rust-model,
51
51
rust-sdk,
52
52
]
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
59
53
steps:
60
54
- name: Checkout repo
61
55
uses: actions/checkout@v4
@@ -158,7 +152,7 @@ jobs:
158
152
seed-generator-alias: ${{ matrix.sdk-name }}
159
153
number-of-packages: 10
160
154
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.
0 commit comments