E2E: Rename end-to-end-tests-server to grafana-server (#44249) (#44282)

* Rename to grafana-server / move scripts into new directory

* Change grafana-server step command

* Change scripts paths

* Use test grabpl version

* Update run-suite script

* Further name updates

* Update grabpl version

* Update contribute/style-guides/e2e-core.md

Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com>

Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com>
(cherry picked from commit 22eb2df602)
This commit is contained in:
Dimitris Sotirakis
2022-01-21 11:09:31 +02:00
committed by GitHub
parent 6863f49bd0
commit 918cb580e8
19 changed files with 111 additions and 101 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
. scripts/grafana-server/variables
if [ -f "$PIDFILE" ]; then
echo -e "Found pidfile, killing running grafana-server"
kill -9 `cat $PIDFILE`
rm $PIDFILE
fi
rm -rf scripts/grafana-server/tmp