Skip to content

Commit b5a9839

Browse files
pitroukszucs
authored andcommitted
ARROW-7712: [CI] [Crossbow] Delete fuzzit jobs
We will focus on OSS-Fuzz, now that we have been accepted there. Also add an OSS-Fuzz badge in the README. Closes #6328 from pitrou/ARROW-7712-delete-fuzzit-jobs and squashes the following commits: 6c6d2c4 <Antoine Pitrou> Remove remaining fuzzit-related configuration a6abaa9 <Antoine Pitrou> ARROW-7712: Delete fuzzit jobs Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 7dab2f8 commit b5a9839

File tree

5 files changed

+1
-147
lines changed

5 files changed

+1
-147
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
[![Build Status](https://ci.appveyor.com/api/projects/status/github/apache/arrow/branch/master?svg=true)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/branch/master)
2323
[![Coverage Status](https://codecov.io/gh/apache/arrow/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow?branch=master)
24-
[![Fuzzit Status](https://app.fuzzit.dev/badge?org_id=yMxZh42xl9qy6bvg3EiJ&branch=master)](https://app.fuzzit.dev/admin/yMxZh42xl9qy6bvg3EiJ/dashboard)
24+
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/arrow.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arrow)
2525
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/master/LICENSE.txt)
2626
[![Twitter Follow](https://img.shields.io/twitter/follow/apachearrow.svg?style=social&label=Follow)](https://twitter.com/apachearrow)
2727

ci/docker/linux-apt-fuzzit.dockerfile

Lines changed: 0 additions & 47 deletions
This file was deleted.

ci/scripts/fuzzit_build.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

dev/tasks/tasks.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ groups:
122122
- test-ubuntu-18.04-r-sanitizer
123123
- test-debian-10-go-1.12
124124
- test-ubuntu-18.04-docs
125-
- test-ubuntu-fuzzit-fuzzing
126-
- test-ubuntu-fuzzit-regression
127125
- test-conda-python-2.7-pandas-latest
128126
- test-conda-python-2.7-pandas-master
129127
- test-conda-python-3.7-pandas-latest
@@ -300,9 +298,6 @@ groups:
300298
- test-ubuntu-18.04-r-sanitizer
301299
- test-debian-10-go-1.12
302300
- test-ubuntu-18.04-docs
303-
# https://issues.apache.org/jira/browse/ARROW-7712
304-
# - test-ubuntu-fuzzit-fuzzing
305-
# - test-ubuntu-fuzzit-regression
306301
- test-conda-python-2.7-pandas-latest
307302
- test-conda-python-3.7-pandas-latest
308303
- test-conda-python-3.7-pandas-master
@@ -2058,30 +2053,6 @@ tasks:
20582053
- docker-compose build ubuntu-docs
20592054
- docker-compose run ubuntu-docs
20602055

2061-
test-ubuntu-fuzzit-fuzzing:
2062-
ci: circle
2063-
platform: linux
2064-
template: docker-tests/circle.linux.yml
2065-
params:
2066-
commands:
2067-
- docker-compose pull --ignore-pull-failures ubuntu-cpp
2068-
- docker-compose pull --ignore-pull-failures ubuntu-fuzzit
2069-
- docker-compose build ubuntu-cpp
2070-
- docker-compose build ubuntu-fuzzit
2071-
- docker-compose run -e FUZZIT_JOB_TYPE=fuzzing ubuntu-fuzzit
2072-
2073-
test-ubuntu-fuzzit-regression:
2074-
ci: circle
2075-
platform: linux
2076-
template: docker-tests/circle.linux.yml
2077-
params:
2078-
commands:
2079-
- docker-compose pull --ignore-pull-failures ubuntu-cpp
2080-
- docker-compose pull --ignore-pull-failures ubuntu-fuzzit
2081-
- docker-compose build ubuntu-cpp
2082-
- docker-compose build ubuntu-fuzzit
2083-
- docker-compose run -e FUZZIT_JOB_TYPE=regression ubuntu-fuzzit
2084-
20852056
############################## Integration tests ############################
20862057

20872058
test-conda-python-2.7-pandas-latest:

docker-compose.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -951,30 +951,6 @@ services:
951951
command: >
952952
/bin/bash -c "pip install -e /arrow/dev/archery && archery lint"
953953
954-
ubuntu-fuzzit:
955-
# Usage:
956-
# docker-compose build ubuntu-cpp
957-
# docker-compose build ubuntu-fuzzit
958-
# docker-compose run ubuntu-fuzzit
959-
build:
960-
context: .
961-
dockerfile: ci/docker/linux-apt-fuzzit.dockerfile
962-
cache_from:
963-
- ${REPO}:${ARCH}-ubuntu-${UBUNTU}-fuzzit
964-
args:
965-
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp
966-
environment:
967-
<<: *ccache
968-
FUZZIT_API_KEY: c0b760d37db6012fcaafd8ca5f412ba7bcd297ac969650502994b51aa11798153824442f999a067e1ef67821989ed664
969-
FUZZIT_HOST: bionic-llvm7
970-
CI_ARROW_SHA: ${CI_ARROW_SHA:-UNSET}
971-
CI_ARROW_BRANCH: ${CI_ARROW_BRANCH:-UNSET}
972-
volumes: *debian-volumes
973-
command: >
974-
/bin/bash -c "
975-
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
976-
/arrow/ci/scripts/fuzzit_build.sh /arrow /build"
977-
978954
######################### Integration Tests #################################
979955

980956
postgres:

0 commit comments

Comments
 (0)