Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CodSpeedHQ/action from 2.3.0 to 2.4.1 #3218

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps CodSpeedHQ/action from 2.3.0 to 2.4.1.

Release notes

Sourced from CodSpeedHQ/action's releases.

v2.4.1

What's Changed

Check the runner release notes for more details.

Full Changelog: CodSpeedHQ/action@v2.4.0...v2.4.1

v2.4.0

What's Changed

Check the runner release notes for more details.

Full Changelog: CodSpeedHQ/action@v2.3.1...v2.4.0

v2.3.1

What's Changed

Check the runner release notes for more details.

Full Changelog: CodSpeedHQ/action@v2.3.0...v2.3.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog labels Apr 30, 2024
@weiji14 weiji14 merged commit 317e22f into main Apr 30, 2024
5 checks passed
@weiji14 weiji14 deleted the dependabot/github_actions/CodSpeedHQ/action-2.4.1 branch April 30, 2024 21:39
@seisman seisman added this to the 0.12.0 milestone Apr 30, 2024
@weiji14
Copy link
Member

weiji14 commented May 1, 2024

The benchmark workflow run failed on the v0.12.0 release at https://github.com/GenericMappingTools/pygmt/actions/runs/8908650041/job/24465519708 with this error message:

Run # Configure and run codspeed-runner
  # Configure and run codspeed-runner
  
  if [ -n "" ]; then
    RUNNER_VERSION=""
  else
    RUNNER_VERSION=$(cat $GITHUB_ACTION_PATH/.codspeed-runner-version)
  fi
  
  # Get the runner arguments
  RUNNER_ARGS=""
  if [ -n "" ]; then
    RUNNER_ARGS="$RUNNER_ARGS --token "
  fi
  if [ -n "" ]; then
    RUNNER_ARGS="$RUNNER_ARGS --working-directory="
  fi
  if [ -n "" ]; then
    RUNNER_ARGS="$RUNNER_ARGS --upload-url="
  fi
  if [ -n "" ]; then
    RUNNER_ARGS="$RUNNER_ARGS --instruments="
  fi
  if [ -n "" ]; then
    RUNNER_ARGS="$RUNNER_ARGS --mongo-uri-env-name="
  fi
  
  # Install the CodSpeedHQ/runner
  head_status=$(curl -I -fsSL -w "%{http_code}" -o /dev/null https://github.com/CodSpeedHQ/runner/releases/download/v$RUNNER_VERSION/codspeed-runner-installer.sh)
  if [ "$head_status" -eq 404 ]; then
    echo "Error: Version $RUNNER_VERSION is not available in https://github.com/CodSpeedHQ/runner/releases, please a correct version."
    exit 1
  else
    curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/v$RUNNER_VERSION/codspeed-runner-installer.sh | bash -s -- --quiet
  fi
  
  # Run the benchmarks
  codspeed-runner $RUNNER_ARGS -- 'python -c "import pygmt; pygmt.show_versions()"
  PYGMT_USE_EXTERNAL_DISPLAY="false" python -m pytest -r P --pyargs pygmt --codspeed
  '
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    INPUT_RUN_POST: true
    CONDA_PKGS_DIR: /home/runner/conda_pkgs_dir
    GMT_LIBRARY_PATH: /usr/share/miniconda/lib/
Error Event release is not supported by CodSpeed
Error: Process completed with exit code 1.

Looks like we can't run benchmarks on release events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants