Skip to content

Commit

Permalink
missing es url
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Feb 21, 2024
1 parent 4eb1268 commit e3bd1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def orion(uuid, baseline, config, debug, output, hunter_analyze):
sys.exit(1)

for test in data["tests"]:
match = Matcher(index="perf_scale_ci", level=level)
match = Matcher(index="perf_scale_ci", level=level, ES_URL=ES_URL)
if uuid == "":
metadata = get_metadata(test, logger)
else:
Expand Down

0 comments on commit e3bd1ca

Please sign in to comment.