Skip to content
Snippets Groups Projects
Commit 3dd6964fdd4e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

main-runner: add a script dedicated to running ASV on a regression server

Now that we made `./launch.sh` more developer friendly, we need another place to
fit logic related to the server runners.
parent e1314477d8af
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#
# Script used on the main performance benchmark machine to run tests.
set -eox pipefail
ROOT=`dirname $0`
source "${ROOT}"/../virtualenv/bin/activate
rm -rf "${ROOT}"/env/
target="${1-1.9:: and tagged()}"
shift
"${ROOT}"/launch.sh "$target" -s 10
netlify deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment