Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-4858

Useless Maven cache cleanup

    XMLWordPrintableJSON

Details

    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:

      1. the cache is in a different job
      2. there are no hdds and ozone subdirectories, only ones like hadoop-hdds-common, etc.

      Attachments

        Issue Links

          Activity

            People

              adoroszlai Attila Doroszlai
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: