Skip to content

Commit

Permalink
pbench: Add pbench-agent repo
Browse files Browse the repository at this point in the history
the newer pbench-agent rpms are shipped in versioned repos, add the
current latest pbench-0.73 by default (while allowing to modify it via
metadata.

Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor committed Mar 18, 2024
1 parent 140382c commit 6d10af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runperf/utils/pbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, session, extra=None, test=None):
self.extra = collections.defaultdict(lambda: '', extra)
self.test = test
if 'pbench_copr_repos' not in extra:
self.extra['pbench_copr_repos'] = 'ndokos/pbench'
self.extra['pbench_copr_repos'] = 'ndokos/pbench;ndokos/pbench-0.73'

def install(self):
"""
Expand Down

0 comments on commit 6d10af6

Please sign in to comment.