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

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


The following commit(s) were added to refs/heads/main by this push:
     new f5da9a62d4c build, GHA workflow: remove DEVELOCITY_ACCESS_KEY (#4077)
f5da9a62d4c is described below

commit f5da9a62d4c66a25289b340011b852be61693977
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.
---
 .github/workflows/bin-solr-test.yml           | 3 ---
 .github/workflows/docker-nightly.yml          | 3 +++
 .github/workflows/docker-test.yml             | 1 -
 .github/workflows/gradle-extraction-check.yml | 3 ---
 .github/workflows/gradle-precommit.yml        | 3 ---
 .github/workflows/solrj-test.yml              | 3 ---
 6 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/bin-solr-test.yml 
b/.github/workflows/bin-solr-test.yml
index 54bf41cd2bf..e572a6750a5 100644
--- a/.github/workflows/bin-solr-test.yml
+++ b/.github/workflows/bin-solr-test.yml
@@ -17,9 +17,6 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 40
 
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
-
     steps:
     - name: Checkout code
       uses: actions/checkout@v5
diff --git a/.github/workflows/docker-nightly.yml 
b/.github/workflows/docker-nightly.yml
index 6004e263643..f0f42d72cbd 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -1,5 +1,8 @@
 name: Nightly Docker Build & Publish
 
+# Note: This GHA workflow is unique in that it's not for PRs.  Solr's *non*-PR 
CI workflows are
+#  handled by Jenkins, but ASF's Jenkins is not equipped to build a 
multi-platform Docker image.
+
 on:
   schedule:
     # Run daily at 2 AM UTC
diff --git a/.github/workflows/docker-test.yml 
b/.github/workflows/docker-test.yml
index 47856e7e305..aebbde1efb3 100644
--- a/.github/workflows/docker-test.yml
+++ b/.github/workflows/docker-test.yml
@@ -20,7 +20,6 @@ jobs:
     env:
       SOLR_DOCKER_IMAGE_REPO: github-pr/solr
       SOLR_DOCKER_IMAGE_TAG: ${{github.event.number}}
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
 
     steps:
     - name: Checkout code
diff --git a/.github/workflows/gradle-extraction-check.yml 
b/.github/workflows/gradle-extraction-check.yml
index 8a040a077b0..9c18a01c680 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 142bdbc91d4..b2375ad8c1f 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -12,9 +12,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/solrj-test.yml b/.github/workflows/solrj-test.yml
index c5c61232996..726094bac0b 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.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

Reply via email to