Skip to content

Commit adff401

Browse files
Bump CodSpeedHQ/action from 3 to 4 (#11457)
Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codspeedhq/action/releases">CodSpeedHQ/action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>💥 BREAKING</h2> <p>It's now required to explicitly set the runner mode to <code>instrumentation</code> or <code>walltime</code> using either:</p> <ul> <li>the <code>mode</code> argument</li> <li>or the <code>CODSPEED_RUNNER_MODE</code> environment variable</li> </ul> <blockquote> <p>[!TIP] Before, this variable was automatically set to <code>instrumentation</code> on every runner except for <a href="https://codspeed.io/docs/instruments/walltime">CodSpeed macro runners</a> where it was set to <code>walltime</code> by default.</p> </blockquote> <p>Find more details in <a href="https://codspeed.io/docs/instruments">the instruments documentation</a>.</p> <h2>Details</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Make perf profiling enabled by default by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/110">#110</a></li> <li>Make the runner mode argument required by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Use introspected node in walltime mode by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/108">#108</a></li> <li>Add instrumented go shell script by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/102">#102</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Compute proper load bias by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/107">#107</a></li> <li>Increase timeout for first perf ping by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Prevent running with valgrind by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/106">#106</a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Change go-runner binary name by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/111">#111</a></li> </ul> <p><strong>Full Runner Changelog</strong>: <a href="https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md</a></p> <h2>v3.8.1</h2> <h2>What's Changed</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Don't show error when libpython is not found by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Improve conditional compilation in <code>get_pipe_open_options</code> by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/100">#100</a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Change log level to warn for venv_compat error by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/104">#104</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/action/compare/v3.8.0...v3.8.1">https://github.com/CodSpeedHQ/action/compare/v3.8.0...v3.8.1</a> <strong>Full Runner Changelog</strong>: <a href="https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md</a></p> <h2>v3.8.0</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/action/commit/6eeb021fd0f305388292348b775d96d95253adf4"><code>6eeb021</code></a> Release v4.0.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/74312dabbeda98d198d62066e8d72dd30fa5e131"><code>74312da</code></a> chore: improve the release script</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8a17a350a8b455fac2f5c74d3d9a641bb07f4dc5"><code>8a17a35</code></a> ci: add modes to the matrix</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8e3f02a64957c1d93e9c06ba290d45850713cbca"><code>8e3f02a</code></a> feat: make the mode argument required</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/97c7a6f5fcf3d5077dc63d5edd0d034311525a87"><code>97c7a6f</code></a> chore: bump runner version to 4.0.0</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8a4cadd026e555b22fbf5008ead29d5b92ed1283"><code>8a4cadd</code></a> chore: point the changelog to the runner</li> <li>See full diff in <a href="https://github.com/codspeedhq/action/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CodSpeedHQ/action&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: J. Nick Koston <[email protected]>
1 parent 7c9f70c commit adff401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,9 @@ jobs:
279279
- name: Install self
280280
run: python -m pip install -e .
281281
- name: Run benchmarks
282-
uses: CodSpeedHQ/action@v3
282+
uses: CodSpeedHQ/action@v4
283283
with:
284+
mode: instrumentation
284285
token: ${{ secrets.CODSPEED_TOKEN }}
285286
run: python -Im pytest --no-cov --numprocesses=0 -vvvvv --codspeed
286287

0 commit comments

Comments
 (0)