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
refactor(upload): drop ghData and glData from the run environment metadata
Both carried a run id and a job name that `runPart` already carries for every
provider, so the payload named the same job twice, and only ever for GitHub
Actions and GitLab CI. Every other provider filled both fields with `None` to
say it was neither of them.
GitHub Actions and GitLab CI keep the two values as plain fields read when the
provider is built, the way CircleCI holds the ones its own run part needs.
The payload no longer has the shape version 10 describes, so it becomes version
11. The backend accepts both: it reads either field only when `runPart` is
missing, which no version since 6 has been.
Refs COD-3257
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/run_environment/buildkite/snapshots/codspeed_runner__run_environment__buildkite__provider__tests__pull_request_run_environment_metadata.snap
Copy file name to clipboardExpand all lines: src/run_environment/circleci/snapshots/codspeed_runner__run_environment__circleci__provider__tests__pull_request_run_environment_metadata.snap
Copy file name to clipboardExpand all lines: src/run_environment/github_actions/snapshots/codspeed_runner__run_environment__github_actions__provider__tests__fork_pull_request_run_environment_metadata.snap
Copy file name to clipboardExpand all lines: src/run_environment/github_actions/snapshots/codspeed_runner__run_environment__github_actions__provider__tests__matrix_job_run_environment_metadata.snap
Copy file name to clipboardExpand all lines: src/run_environment/github_actions/snapshots/codspeed_runner__run_environment__github_actions__provider__tests__pull_request_run_environment_metadata.snap
Copy file name to clipboardExpand all lines: src/run_environment/gitlab_ci/snapshots/codspeed_runner__run_environment__gitlab_ci__provider__tests__fork_merge_request_run_environment_metadata.snap
0 commit comments