madrob commented on code in PR #3396:
URL: https://github.com/apache/solr/pull/3396#discussion_r2157362450


##########
.github/workflows/docker-test.yml:
##########
@@ -17,36 +16,29 @@ jobs:
     name: Build and test Docker image
 
     runs-on: ubuntu-latest
+    timeout-minutes: 15
 
     env:
       SOLR_DOCKER_IMAGE_REPO: github-pr/solr
       SOLR_DOCKER_IMAGE_TAG: ${{github.event.number}}
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 
     steps:
-    # Setup
-    - uses: actions/checkout@v4
-    - name: Set up JDK 21
+    - name: Checkout code
+      uses: actions/checkout@v4
+
+    - name: Setup JDK
       uses: actions/setup-java@v4
       with:
         distribution: 'temurin'
         java-version: 21
         java-package: jdk
+
     - name: Setup Gradle
       uses: gradle/actions/setup-gradle@v4
-    - name: Install ACL
-      run: sudo apt-get install acl

Review Comment:
   Do we not need this any more? @HoustonPutman is probably better to look



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to