Skip to content

Commit

Permalink
[forge] fix grafana namespace (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored Sep 28, 2022
1 parent 0a0599a commit f87b98d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion testsuite/fixtures/testFormatComment.fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testsuite/fixtures/testFormatPreComment.fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions testsuite/fixtures/testMain.fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testsuite/fixtures/testMainComment.fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testsuite/fixtures/testMainPreComment.fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testsuite/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def get_testsuite_images(context: ForgeContext) -> str:

def format_pre_comment(context: ForgeContext) -> str:
dashboard_link = get_dashboard_link(
context.forge_cluster.name,
context.forge_namespace,
context.forge_chain_name,
True,
)
Expand All @@ -706,7 +706,7 @@ def format_pre_comment(context: ForgeContext) -> str:

def format_comment(context: ForgeContext, result: ForgeResult) -> str:
dashboard_link = get_dashboard_link(
context.forge_cluster.name,
context.forge_namespace,
context.forge_chain_name,
(result.start_time, result.end_time),
)
Expand Down

0 comments on commit f87b98d

Please sign in to comment.