Skip to content

ci: add weekly stress test workflow - #878

Open
hpidcock wants to merge 8 commits into
canonical:masterfrom
hpidcock:stress-workflow
Open

hpidcock wants to merge 8 commits into
canonical:masterfrom
hpidcock:stress-workflow

Conversation

@hpidcock

@hpidcock hpidcock commented Jun 2, 2026

Copy link
Copy Markdown
Member

Runs each package through the stress tool once per week using -race and
GOEXPERIMENT=goroutineleakprofile to catch sporadic failures, data races,
and goroutine leaks. Parallelism is set to nproc*4 to ensure sufficient load on
the host, as some of these failures do not manifest without forcing the linux
scheduler into preemption.

Failure logs are collected as a job artifact, and rendered into a rich step
summary with per-package pass/fail table and failure details.

Runs each package through the stress tool once per week using
GOEXPERIMENT=goroutineleakprofile and -race to catch sporadic failures
and goroutine leaks. Parallelism is set to nproc*4 to ensure sufficient
load.

Failure logs are collected as a job artifact, and rendered into a rich
step summary with per-package pass/fail table and failure details.
Comment thread .github/workflows/stress.yml Fixed
Comment thread .github/workflows/stress.yml Fixed
stress:
runs-on: ${{ github.event_name == 'workflow_dispatch' && inputs.runs-on || 'self-hosted-linux-amd64-noble-large' }}
steps:
- uses: actions/checkout@v6
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-go@v6

- name: Upload failure logs
if: failure()
uses: actions/upload-artifact@v7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants