You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2019/09/24 18:22:28 UTC

[incubator-ratis] branch github-actions created (now 3d8bc09)

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

elek pushed a change to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git.


      at 3d8bc09  debug mvn problem

This branch includes the following new commits:

     new 76a9c4b  fix workflow
     new ee2485d  fix workflow
     new 1a44106  fix workflow
     new baab6e4  parameterized actions
     new 037e316  change base image
     new b4a83ad  fix docker image
     new 1d22974  test
     new 88c255c  update
     new 3d8bc09  debug mvn problem

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-ratis] 08/09: update

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 88c255c07622d4dfa8683407ba4339a9030b947f
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 18:13:57 2019 +0200

    update
---
 .github/actions/build/entrypoint.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/actions/build/entrypoint.sh b/.github/actions/build/entrypoint.sh
index ff6b962..75d1c45 100755
--- a/.github/actions/build/entrypoint.sh
+++ b/.github/actions/build/entrypoint.sh
@@ -1,3 +1,5 @@
 #!/bin/sh -l
-
+ls -lah
+whoami
+ls -lah target
 ./dev-support/checks/${TEST_TYPE:-build}.sh


[incubator-ratis] 01/09: fix workflow

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 76a9c4b179d0e99835dc093799ce39b5090195e1
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:24:32 2019 +0200

    fix workflow
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5e0cb66..66c7892 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,7 +3,7 @@ on: pull_request
 jobs:
   build:
     run-on: ubuntu-18.04
-      steps:
+    steps:
         - uses: actions/checkout@master    
 
 


[incubator-ratis] 03/09: fix workflow

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 1a44106171ddb9cf16cc8d8c9c30fc8931d7da10
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:28:22 2019 +0200

    fix workflow
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 21c7287..e34c781 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,6 +5,7 @@ jobs:
     name: Build
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master    
+        - uses: actions/checkout@master
+        - uses: ./.github/actions/build
 
 


[incubator-ratis] 07/09: test

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 1d22974130988d69606dbffa463992d342c6ade0
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 17:36:05 2019 +0200

    test


[incubator-ratis] 02/09: fix workflow

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit ee2485d0bd39ab5ecd408542d3f9ad6c122c3d26
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:26:17 2019 +0200

    fix workflow
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 66c7892..21c7287 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,8 @@ name: main
 on: pull_request
 jobs:
   build:
-    run-on: ubuntu-18.04
+    name: Build
+    runs-on: ubuntu-18.04
     steps:
         - uses: actions/checkout@master    
 


[incubator-ratis] 05/09: change base image

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 037e316d69fd4dd8539c71cc418cda61524a0e43
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:32:41 2019 +0200

    change base image
---
 .github/actions/build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile
index b4cd467..0cd1720 100644
--- a/.github/actions/build/Dockerfile
+++ b/.github/actions/build/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:9.5-slim
+FROM elek/ozone-build:20190825-1
 
 LABEL "com.github.actions.name"="Build"
 LABEL "com.github.actions.description"="Build adapter to execute shell script in docker"


[incubator-ratis] 06/09: fix docker image

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit b4a83ad529b8ec30f459b881add038afe8c57796
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:42:11 2019 +0200

    fix docker image
---
 .github/actions/build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile
index 0cd1720..875f884 100644
--- a/.github/actions/build/Dockerfile
+++ b/.github/actions/build/Dockerfile
@@ -9,5 +9,5 @@ LABEL "repository"="http://github.com/apache/incubator-ratis"
 LABEL "homepage"="http://ratis.apache.org"
 
 ADD entrypoint.sh /entrypoint.sh
-RUN chmod +x /entrypoint.sh
+RUN sudo chmod +x /entrypoint.sh
 ENTRYPOINT ["/entrypoint.sh"]


[incubator-ratis] 04/09: parameterized actions

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit baab6e46673a26d68b55ccb2c1195a6e5921b9dc
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:29:55 2019 +0200

    parameterized actions
---
 .github/actions/build/entrypoint.sh | 2 +-
 .github/workflows/main.yml          | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/actions/build/entrypoint.sh b/.github/actions/build/entrypoint.sh
index 3324505..ff6b962 100755
--- a/.github/actions/build/entrypoint.sh
+++ b/.github/actions/build/entrypoint.sh
@@ -1,3 +1,3 @@
 #!/bin/sh -l
 
-./dev-support/checks/build.sh
+./dev-support/checks/${TEST_TYPE:-build}.sh
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e34c781..345e7a2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,5 +7,7 @@ jobs:
     steps:
         - uses: actions/checkout@master
         - uses: ./.github/actions/build
+          env:
+            TEST_TYPE: build
 
 


[incubator-ratis] 09/09: debug mvn problem

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 3d8bc09d26c0b67e85619308ae3cdba28ff704db
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 20:22:08 2019 +0200

    debug mvn problem
---
 dev-support/checks/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/checks/build.sh b/dev-support/checks/build.sh
index d97c377..fe6479d 100755
--- a/dev-support/checks/build.sh
+++ b/dev-support/checks/build.sh
@@ -17,5 +17,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 cd "$DIR/../.." || exit 1
 
 export MAVEN_OPTS="-Xmx4096m"
-mvn -B -Dmaven.javadoc.skip=true -DskipTests clean install
+mvn -B -X -Dmaven.javadoc.skip=true -DskipTests clean install
 exit $?