Swap container to compute-rocm-dkms-component-staging-profiler (#412)

* Swap container to compute-rocm-dkms-component-staging-profiler

compute-rocm-dkms-component-staging-profiler contains the staging
branches for aqlprofile and others that are needed by the CI to function.

* python formatting (black) (#414)

Co-authored-by: jrmadsen <jrmadsen@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jrmadsen <jrmadsen@users.noreply.github.com>
This commit is contained in:
Benjamin Welton
2024-01-25 23:40:41 -08:00
committed by GitHub
parent 9a8b6f6b7b
commit c443663032
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -152,9 +152,9 @@ if __name__ == "__main__":
hash = log.stdout.decode("utf-8").strip()
info = {}
for bitr, titr in filenames.items():
info[
bitr
] = f"![code coverage {bitr}]({repo_url}/blob/{hash}/{titr}?raw=True)"
info[bitr] = (
f"![code coverage {bitr}]({repo_url}/blob/{hash}/{titr}?raw=True)"
)
os.chdir(inidir)