Skip to content

Commit 518c633

Browse files
authored
ci: run docker-scenarios on ubuntu-8-core-latest (#140)
Move the docker-scenarios job to GitHub Larger Runners (ubuntu-8-core-latest, dedicated VM per job) to reduce scheduling/neighbour noise that inflates profiler assertion error margins. Motivation: stabilize some wall clock checks for Python.
1 parent 764ef1f commit 518c633

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ on:
1717

1818
jobs:
1919
docker-scenarios:
20-
runs-on: ubuntu-latest
20+
# Larger runner (dedicated VM per job) to reduce scheduling noise that
21+
# skews profiler error margins.
22+
runs-on: ubuntu-8-core-latest
2123
steps:
2224
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2325
- name: Set up Go

0 commit comments

Comments
 (0)