You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/04/18 07:11:21 UTC

[ofbiz-framework] branch release18.12 updated: Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076)

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

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new ce84fdb3ca Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076)
ce84fdb3ca is described below

commit ce84fdb3ca7782ac7130ea973e396c23ee546521
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Apr 18 08:54:54 2022 +0200

    Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076)
    
    It's now 2 weeks that INFRA-23076 is open, so like 3 weeks that BuildBot is not
    working for OFBiz at all.
    
    So far I did not run the integration tests on GH because
    * we have it on BuildBot
    * it's complicated to show the results
    
    Hopefully BuildBot will soon run the OFBiz builds again. But it does not hurt
    to run the integration tests on GH, even w/o the results, because at least it's
    easier than running them for each commit locally (takes time) and we can run
    them locally once we know there is a problem demonstrated with GH actions.
---
 .github/workflows/gradle.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml
index 25cde1b68b..db68f05383 100644
--- a/.github/workflows/gradle.yaml
+++ b/.github/workflows/gradle.yaml
@@ -38,5 +38,5 @@ jobs:
         java-version: 1.8
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
-    - name: Build with Gradle
-      run: ./gradlew pullAllPluginsSource check
+    - name: Builds with Gradle, checks style and run integration tests (just to know idf they pass)
+      run: ./gradlew pullAllPluginsSource check loadAll testIntegration