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

dsmiley pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 43bcfc0eded7ba632b39422a3f3f5b995dcf1f2b
Author: David Smiley <[email protected]>
AuthorDate: Fri Feb 6 23:39:22 2026 -0500

    build, GHA workflow: remove DEVELOCITY_ACCESS_KEY (#4077)
    
    Don't want GHA PR workflows to use Develocity.
    
    (cherry picked from commit f5da9a62d4c66a25289b340011b852be61693977)
---
 .github/workflows/bin-solr-test.yml           | 3 ---
 .github/workflows/docker-test.yml             | 1 -
 .github/workflows/gradle-extraction-check.yml | 3 ---
 .github/workflows/gradle-precommit.yml        | 5 +----
 .github/workflows/solrj-test.yml              | 3 ---
 5 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/.github/workflows/bin-solr-test.yml 
b/.github/workflows/bin-solr-test.yml
index 959523510c7..f885b7da236 100644
--- a/.github/workflows/bin-solr-test.yml
+++ b/.github/workflows/bin-solr-test.yml
@@ -18,9 +18,6 @@ jobs:
 
     runs-on: ubuntu-latest
 
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
-
     steps:
     # Setup
     - uses: actions/checkout@v5
diff --git a/.github/workflows/docker-test.yml 
b/.github/workflows/docker-test.yml
index 6f58b4e67db..5db95b0eb6f 100644
--- a/.github/workflows/docker-test.yml
+++ b/.github/workflows/docker-test.yml
@@ -21,7 +21,6 @@ jobs:
     env:
       SOLR_DOCKER_IMAGE_REPO: github-pr/solr
       SOLR_DOCKER_IMAGE_TAG: ${{github.event.number}}
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 
     steps:
     # Setup
diff --git a/.github/workflows/gradle-extraction-check.yml 
b/.github/workflows/gradle-extraction-check.yml
index f77c813913e..e86c7b6f743 100644
--- a/.github/workflows/gradle-extraction-check.yml
+++ b/.github/workflows/gradle-extraction-check.yml
@@ -15,9 +15,6 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 15
 
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
-
     steps:
       - name: Checkout code
         uses: actions/checkout@v5
diff --git a/.github/workflows/gradle-precommit.yml 
b/.github/workflows/gradle-precommit.yml
index ad9e3f4850d..88c47be0f5c 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -1,6 +1,6 @@
 name: Gradle Precommit
 
-on: 
+on:
   pull_request:
     branches:
       - 'main'
@@ -12,9 +12,6 @@ jobs:
 
     runs-on: ubuntu-latest
 
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
-
     steps:
     # Setup
     - uses: actions/checkout@v5
diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index 7203a75a69f..60a8f84483d 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -15,9 +15,6 @@ jobs:
 
     runs-on: ubuntu-latest
 
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
-
     steps:
     # Setup
     - uses: actions/checkout@v5

Reply via email to