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
Revert integ splits per review, keep buildcmd-python split and smoke test changes
Per reviewer feedback, reverted most integration test splits to reduce
total job count. Kept only:
- Split integ-buildcmd-python out of integ-buildcmd-main (17 min on Windows)
- Smoke tests: ubuntu 1 group → 2 halves, windows 3 thirds → 4 quarters
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -124,32 +124,20 @@ jobs:
124
124
- "3.11"
125
125
# folders that is commented below requires credentials, no need to spare time to run them
126
126
tests_config:
127
-
- name: "integ-buildcmd-arm64-python-node"
128
-
params: "-n 2 --reruns 3 -k 'PythonFunctions or EsbuildFunctions or NodeFunctions or RubyFunctions' tests/integration/buildcmd/test_build_cmd_arm64.py"
129
-
- name: "integ-buildcmd-arm64-other"
130
-
params: "-n 2 --reruns 3 -k 'not PythonFunctions and not EsbuildFunctions and not NodeFunctions and not RubyFunctions' tests/integration/buildcmd/test_build_cmd_arm64.py"
0 commit comments