-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
137d8b7
commit 1a40393
Showing
2 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,11 @@ include: | |
stage: benchmark | ||
variables: | ||
CODSPEED_RUNNER_VERSION: 3.2.0 | ||
script: | ||
- echo "INSTALLING CODSPEED" | ||
- echo $CODSPEED_TOKEN | ||
before_script: | ||
- curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/v$CODSPEED_RUNNER_VERSION/codspeed-runner-installer.sh | bash -s | ||
- source $HOME/.cargo/env | ||
- which codspeed | ||
- ls -l $HOME/.cargo/bin | ||
- export PATH=$HOME/.cargo/bin:$PATH | ||
- echo "CHECK PATH FOR CODSPEED" | ||
- echo $PATH | ||
script: | ||
- export PATH=$PATH:$HOME/.cargo/bin | ||
- env -u GITLAB_CI BUILDKITE=true BUILDKITE_AGENT_NAME=7b10eca7600b-1 BUILDKITE_BRANCH=codspeed BUILDKITE_BUILD_NUMBER=$CI_JOB_ID BUILDKITE_COMMIT=$CI_COMMIT_SHA BUILDKITE_ORGANIZATION_SLUG=C2SM BUILDKITE_PIPELINE_SLUG="my-test-run" BUILDKITE_PULL_REQUEST_BASE_BRANCH=main BUILDKITE_PULL_REQUEST=657 [email protected]:C2SM/icon4py.git CODSPEED_LOG=debug codspeed run -- nox -s benchmark_model-3.10 --reuse-existing-virtualenvs --no-install -- --backend=$BACKEND --grid=$GRID | ||
parallel: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters