Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The build-branch Github Actions workflow has a step to avoid caching Ozone artifacts:
- name: Delete temporary build artifacts before caching run: | #Never cache local artifacts rm -rf ~/.m2/repository/org/apache/hadoop/hdds rm -rf ~/.m2/repository/org/apache/hadoop/ozone
There are 2 problems:
- the cache is in a different job
- there are no hdds and ozone subdirectories, only ones like hadoop-hdds-common, etc.
Attachments
Issue Links
- links to