You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/01 22:28:49 UTC

[arrow] branch master updated: ARROW-5959: [CI] report branch+commit to fuzzit

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 899e927  ARROW-5959: [CI] report branch+commit to fuzzit
899e927 is described below

commit 899e927fca49145abb41df6a6271b9a067bae686
Author: Marco Neumann <ma...@crepererum.net>
AuthorDate: Thu Aug 1 17:28:40 2019 -0500

    ARROW-5959: [CI] report branch+commit to fuzzit
    
    Closes #4952 from crepererum/ARROW-5959 and squashes the following commits:
    
    099d0c433 <Marco Neumann> update testing submodule
    7955f8014 <Marco Neumann> report branch+commit to fuzzit
    
    Authored-by: Marco Neumann <ma...@crepererum.net>
    Signed-off-by: Wes McKinney <we...@apache.org>
---
 ci/docker_build_and_fuzzit.sh | 4 +++-
 docker-compose.yml            | 3 +++
 testing                       | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ci/docker_build_and_fuzzit.sh b/ci/docker_build_and_fuzzit.sh
index 3ab3145..18bd0d4 100755
--- a/ci/docker_build_and_fuzzit.sh
+++ b/ci/docker_build_and_fuzzit.sh
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+set -euxo pipefail
+
 export ARROW_FUZZING="ON"
 #export ARROW_DEPENDENCY_SOURCE="BUNDLED"
 export ARROW_USE_ASAN="ON"
@@ -45,4 +47,4 @@ export FUZZIT_API_KEY=${FUZZIT_API_KEY:-ac6089a1bc2313679f2d99bb80553162c380676b
 wget -O fuzzit https://bin.fuzzit.dev/fuzzit-1.1
 chmod a+x fuzzit
 ./fuzzit auth $FUZZIT_API_KEY
-./fuzzit create job --type fuzzing --host bionic-llvm7 --revision $CIRCLE_SHA1 --branch $CIRCLE_BRANCH $TARGET_ID ./relwithdebinfo/out/fuzzer.tar.gz
+./fuzzit create job --type fuzzing --host bionic-llvm7 --revision $CI_ARROW_SHA --branch $CI_ARROW_BRANCH $TARGET_ID ./relwithdebinfo/out/fuzzer.tar.gz
diff --git a/docker-compose.yml b/docker-compose.yml
index 507fd4a..69986fe 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -443,6 +443,9 @@ services:
     build:
       context: .
       dockerfile: dev/fuzzit/Dockerfile
+    environment:
+      CI_ARROW_SHA: ${CI_ARROW_SHA}
+      CI_ARROW_BRANCH: ${CI_ARROW_BRANCH}
     volumes: *ubuntu-volumes
 
   iwyu:
diff --git a/testing b/testing
index a674dac..f1e3be9 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit a674dac190c5fc626964c9b611c67552fa2e530d
+Subproject commit f1e3be91276df2cade959e54ec3b7710853c6e9e