mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* e2e: Trying to get end-2-end tests to run on PRs * Probably need quotes here * Change back to machine * CI: only build amd64 docker * lowercase docker image name * Fixed docker image name * added end-to-end-test * Fixed paths * Added setup_remote_docker * Updated * Minor tweak * update * Testing * UpdateD# * Making some progress * Update * Updated * update * Updated * Updated * testing * Updated * Updated * Updated * Updated * updated * Changed image * Updated image * updated * Addd logging * trying one more thing * Fixed build-fast-frontend * Updated * Added devenv to end-to-end server setup * removed file * Updated * Minor change * Fixes * Updated workspace, and tried to make naming and paths compatible with master & release jobs * fixed syntax issue * Updated truth * Fixed path
8 lines
158 B
Bash
8 lines
158 B
Bash
#!/bin/bash
|
|
|
|
RUNDIR=e2e/tmp
|
|
PIDFILE=$RUNDIR/pid
|
|
PACKAGE_FILE=/tmp/workspace/oss/dist/grafana-*linux-amd64.tar.gz
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
PORT=3001
|