mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Add services to main-integration-tests (#43325)
This commit is contained in:
@@ -179,7 +179,7 @@ def main_pipelines(edition):
|
||||
volumes=volumes,
|
||||
),
|
||||
pipeline(
|
||||
name='main-integration-tests', edition=edition, trigger=trigger, services=[],
|
||||
name='main-integration-tests', edition=edition, trigger=trigger, services=services,
|
||||
steps=[download_grabpl_step()] + initialize_step(edition, platform='linux', ver_mode=ver_mode) + integration_test_steps,
|
||||
volumes=volumes,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user