Skip to content

Commit

Permalink
Also drop benchmarks from Gitlab CI YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 23, 2023
1 parent 058e7ff commit d01d684
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,21 +169,6 @@ Mypy:
except:
- tags

Benchmarks:
script:
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- PROJECT=loopy
- PYOPENCL_TEST=portable:pthread
- export LOOPY_NO_CACHE=1
- export ASV_FACTOR=1.5
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-benchmark-py-project.sh
- ". ./build-and-benchmark-py-project.sh"
tags:
- linux
- benchmark
except:
- tags

Downstream:
parallel:
matrix:
Expand Down

0 comments on commit d01d684

Please sign in to comment.