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>

[ROCm/rocprofiler-sdk commit: c443663032]
이 커밋은 다음에 포함됨:
Benjamin Welton
2024-01-25 23:40:41 -08:00
커밋한 사람 GitHub
부모 20b236f2c2
커밋 3509d05a1f
2개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
+3 -3
파일 보기
@@ -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)