This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch cache-debug
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 9aad5fd41c6e596205d403b830cb49f150ec1056
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Mar 8 11:25:25 2024 +0100

    TEST list repo contents before restore; --debug; disable regular push CI
---
 .github/workflows/populate-cache.yml | 7 ++++++-
 .github/workflows/post-commit.yml    | 1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/populate-cache.yml 
b/.github/workflows/populate-cache.yml
index 0f35f9726a..1dbea9ce31 100644
--- a/.github/workflows/populate-cache.yml
+++ b/.github/workflows/populate-cache.yml
@@ -22,6 +22,7 @@ on:
     branches:
       - master
       - ozone-1.4
+      - cache-debug
     paths:
       - 'pom.xml'
       - '**/pom.xml'
@@ -36,6 +37,10 @@ jobs:
       - name: Checkout project
         uses: actions/checkout@v4
 
+      - name: List repo contents
+        run: find ~/.m2/repository -type f | sort | xargs ls -lh
+        continue-on-error: true
+
       - name: Restore cache for Maven dependencies
         id: restore-cache
         uses: actions/cache/restore@v4
@@ -58,7 +63,7 @@ jobs:
 
       - name: Fetch dependencies
         if: steps.restore-cache.outputs.cache-hit != 'true'
-        run: mvn --batch-mode --fail-never --no-transfer-progress 
--show-version dependency:go-offline
+        run: mvn --batch-mode --fail-never --no-transfer-progress 
--show-version --debug dependency:go-offline
 
       - name: Delete Ozone jars from repo
         if: steps.restore-cache.outputs.cache-hit != 'true'
diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 91d9e1fcd9..05c5f01229 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -16,7 +16,6 @@ name: build-branch
 on:
   pull_request:
     types: [opened, ready_for_review, synchronize]
-  push:
 concurrency:
   group: ci-${{ github.event.pull_request.number || github.sha }}
   cancel-in-progress: ${{ github.event_name == 'pull_request' }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to