Skip to content

Commit

Permalink
ARROW-7712: [CI] [Crossbow] Delete fuzzit jobs
Browse files Browse the repository at this point in the history
We will focus on OSS-Fuzz, now that we have been accepted there.
  • Loading branch information
pitrou committed Jan 30, 2020
1 parent 7ee6936 commit a6abaa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@

[![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)
[![Coverage Status](https://codecov.io/gh/apache/arrow/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow?branch=master)
[![Fuzzit Status](https://app.fuzzit.dev/badge?org_id=yMxZh42xl9qy6bvg3EiJ&branch=master)](https://app.fuzzit.dev/admin/yMxZh42xl9qy6bvg3EiJ/dashboard)
[![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)
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/master/LICENSE.txt)
[![Twitter Follow](https://img.shields.io/twitter/follow/apachearrow.svg?style=social&label=Follow)](https://twitter.com/apachearrow)

Expand Down
29 changes: 0 additions & 29 deletions dev/tasks/tasks.yml
Expand Up @@ -122,8 +122,6 @@ groups:
- test-ubuntu-18.04-r-sanitizer
- test-debian-10-go-1.12
- test-ubuntu-18.04-docs
- test-ubuntu-fuzzit-fuzzing
- test-ubuntu-fuzzit-regression
- test-conda-python-2.7-pandas-latest
- test-conda-python-2.7-pandas-master
- test-conda-python-3.7-pandas-latest
Expand Down Expand Up @@ -300,9 +298,6 @@ groups:
- test-ubuntu-18.04-r-sanitizer
- test-debian-10-go-1.12
- test-ubuntu-18.04-docs
# https://issues.apache.org/jira/browse/ARROW-7712
# - test-ubuntu-fuzzit-fuzzing
# - test-ubuntu-fuzzit-regression
- test-conda-python-2.7-pandas-latest
- test-conda-python-3.7-pandas-latest
- test-conda-python-3.7-pandas-master
Expand Down Expand Up @@ -2058,30 +2053,6 @@ tasks:
- docker-compose build ubuntu-docs
- docker-compose run ubuntu-docs

test-ubuntu-fuzzit-fuzzing:
ci: circle
platform: linux
template: docker-tests/circle.linux.yml
params:
commands:
- docker-compose pull --ignore-pull-failures ubuntu-cpp
- docker-compose pull --ignore-pull-failures ubuntu-fuzzit
- docker-compose build ubuntu-cpp
- docker-compose build ubuntu-fuzzit
- docker-compose run -e FUZZIT_JOB_TYPE=fuzzing ubuntu-fuzzit

test-ubuntu-fuzzit-regression:
ci: circle
platform: linux
template: docker-tests/circle.linux.yml
params:
commands:
- docker-compose pull --ignore-pull-failures ubuntu-cpp
- docker-compose pull --ignore-pull-failures ubuntu-fuzzit
- docker-compose build ubuntu-cpp
- docker-compose build ubuntu-fuzzit
- docker-compose run -e FUZZIT_JOB_TYPE=regression ubuntu-fuzzit

############################## Integration tests ############################

test-conda-python-2.7-pandas-latest:
Expand Down

0 comments on commit a6abaa9

Please sign in to comment.