mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 10:13:01 +08:00
Drone: Upgrade build pipeline tool (#27100)
* Drone: Upgrade build pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Run e2e via grabpl
This commit is contained in:
@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.5'
|
||||
grafana_docker_image = 'grafana/drone-grafana-docker:0.2.0'
|
||||
alpine_image = 'alpine:3.12'
|
||||
windows_image = 'mcr.microsoft.com/windows:1809'
|
||||
grabpl_version = '0.5.1'
|
||||
grabpl_version = '0.5.4'
|
||||
|
||||
def pr_pipelines(edition):
|
||||
services = [
|
||||
@ -459,8 +459,7 @@ def e2e_tests_step():
|
||||
# Have to re-install Cypress since it insists on searching for its binary beneath /root/.cache,
|
||||
# even though the Yarn cache directory is beneath /usr/local/share somewhere
|
||||
'./node_modules/.bin/cypress install',
|
||||
'./e2e/wait-for-grafana',
|
||||
'./e2e/run-suite',
|
||||
'./bin/grabpl e2e-tests',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user