Skip to content
Snippets Groups Projects
Commit fdabd0e6 authored by Jithu Murugan's avatar Jithu Murugan
Browse files

Merge branch...

Merge branch 'VT-70-function-Migrate-Spack-env-setup-into-ESD-repo-with-buildcache' into VT-87-Enabling-coverage-report-for-the-dedal-respository
parents 44c5713b 5e494c1a
No related branches found
No related tags found
2 merge requests!6ci(dedal): implement coverage calculation for the library,!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #60007 passed with stages
in 20 minutes and 25 seconds
...@@ -48,7 +48,7 @@ class BuildCacheManager(BuildCacheManagerInterface): ...@@ -48,7 +48,7 @@ class BuildCacheManager(BuildCacheManagerInterface):
rel_path = str(sub_path.relative_to(build_cache_path)).replace(str(sub_path.name), "") rel_path = str(sub_path.relative_to(build_cache_path)).replace(str(sub_path.name), "")
target = f"{self._registry_host}/{self._registry_project}/{self.cache_version}:{str(sub_path.name)}" target = f"{self._registry_host}/{self._registry_project}/{self.cache_version}:{str(sub_path.name)}"
try: try:
self._logger.info(f"Pushing folder '{sub_path}' to ORAS target '{target}' ...") self._logger.info(f"Pushing file '{sub_path}' to ORAS target '{target}' ...")
self._client.push( self._client.push(
files=[str(sub_path)], files=[str(sub_path)],
target=target, target=target,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment