Skip to content

Commit

Permalink
fixup! Adjust e2e benchmark to run on different attestation variants
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed May 29, 2024
1 parent 642df0a commit 9207cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e_benchmark/evaluate/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, base_path, csp, attestation_variant, out_dir, ext_provider_na
self.out_dir = out_dir
self.ext_provider_name = ext_provider_name
if not self.ext_provider_name:
self.ext_provider_name = f'constellation-{csp}'
self.ext_provider_name = f'constellation-{attestation_variant}'
self.commit_hash = commit_hash
self.commit_ref = commit_ref
self.actor = actor
Expand Down

0 comments on commit 9207cbe

Please sign in to comment.