CI: move grabpl e2e tests from grabpl to grafana (#53075)

* move grabpl e2e tests
This commit is contained in:
Kevin Minehart
2022-09-02 10:02:10 -05:00
committed by GitHub
parent 8be3ea269d
commit a76ce1f567
6 changed files with 165 additions and 26 deletions

View File

@@ -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 {