mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: move grabpl e2e tests from grabpl to grafana (#53075)
* move grabpl e2e tests
This commit is contained in:
@@ -714,7 +714,7 @@ def grafana_server_step(edition, port=3001):
|
||||
|
||||
|
||||
def e2e_tests_step(suite, edition, port=3001, tries=None):
|
||||
cmd = './bin/grabpl e2e-tests --port {} --suite {}'.format(port, suite)
|
||||
cmd = './bin/build e2e-tests --port {} --suite {}'.format(port, suite)
|
||||
if tries:
|
||||
cmd += ' --tries {}'.format(tries)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user