CircleCI: Cache packages in GCS instead of in workspace (#23130)

* CircleCI: Cache packages in GCS instead of workspace
* CircleCI: Cache yarn packages
* CircleCI: Consolidate on --frozen-lockfile
This commit is contained in:
Arve Knudsen
2020-03-27 14:47:42 +01:00
committed by GitHub
parent 6d6d86f940
commit 1a5bd30329
3 changed files with 126 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail
. e2e/variables

View File

@@ -2,6 +2,6 @@
RUNDIR=e2e/tmp
PIDFILE=$RUNDIR/pid
PACKAGE_FILE=/tmp/workspace/oss/dist/grafana-*linux-amd64.tar.gz
PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
PROV_DIR=$RUNDIR/conf/provisioning
PORT=3001