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

* 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>
This commit is contained in:
Dimitris Sotirakis
2022-01-20 19:01:00 +02:00
committed by GitHub
parent 9ccc7ec76e
commit 22eb2df602
15 changed files with 108 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xeo pipefail
. e2e/variables
. scripts/grafana-server/variables
if ((BASH_VERSINFO[0] < 4)); then
echo "Bash ver >= 4 is needed to run this script"