lasdf1234 commented on code in PR #11226:
URL: https://github.com/apache/gravitino/pull/11226#discussion_r3317834354


##########
.github/workflows/idp-basic-test.yml:
##########
@@ -56,21 +56,61 @@ jobs:
           distribution: "temurin"
           cache: "gradle"
 
+      - name: Set up QEMU
+        uses: 
docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
+
+      - name: Check required command
+        run: |
+          dev/ci/check_commands.sh
+
+      - name: Package Gravitino
+        run: |
+          ./gradlew compileDistribution -PskipWeb=true -x test
+
       - name: Free up disk space
         run: |
           dev/ci/util_free_space.sh
 
-      - name: Run idp-basic tests
+      - name: Run idp-basic unit tests

Review Comment:
   Got resolved.



##########
.github/workflows/idp-basic-test.yml:
##########
@@ -46,7 +46,7 @@ jobs:
     needs: changes
     if: needs.changes.outputs.source_changes == 'true' && 
needs.changes.outputs.module_exists == 'true'
     runs-on: ubuntu-22.04
-    timeout-minutes: 60
+    timeout-minutes: 90

Review Comment:
   Got resolved.



-- 
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]

Reply via email to