Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEBIAN=10
UBUNTU=18.04
FEDORA=29
PYTHON=3.6
RUST=nightly-2019-09-25
RUST=nightly-2019-11-14
GO=1.12
NODE=11
MAVEN=3.5.4
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@
os: Visual Studio 2015

only_commits:
# Skip commits not related to Python, C++, C#, Go, R, Ruby, or Rust
# Skip commits not related to Python, C++, R, or Ruby
files:
- appveyor.yml
- c_glib/
- ci/
- cpp/
- csharp/
- format/
- go/
- python/
- r/
- ruby/
- rust/

cache:
- C:\Users\Appveyor\clcache1
Expand Down
14 changes: 0 additions & 14 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ groups:
- test-conda-r-3.6
- test-ubuntu-18.04-r-sanitizer
- test-debian-10-go-1.12
- test-debian-10-rust-nightly-2019-11-14
- test-ubuntu-18.04-docs
- test-ubuntu-fuzzit-fuzzing
- test-ubuntu-fuzzit-regression
Expand Down Expand Up @@ -145,7 +144,6 @@ groups:
- test-conda-r-3.6
- test-ubuntu-18.04-r-sanitizer
- test-debian-10-go-1.12
- test-debian-10-rust-nightly-2019-11-14
- test-ubuntu-18.04-docs

cpp:
Expand Down Expand Up @@ -255,7 +253,6 @@ groups:
- test-conda-r-3.6
# - test-ubuntu-18.04-r-sanitizer # ARROW-6957
- test-debian-10-go-1.12
- test-debian-10-rust-nightly-2019-11-14
- test-ubuntu-18.04-docs
- test-ubuntu-fuzzit-fuzzing
- test-ubuntu-fuzzit-regression
Expand Down Expand Up @@ -1787,17 +1784,6 @@ tasks:
- docker-compose build debian-go
- docker-compose run debian-go

test-debian-10-rust-nightly-2019-11-14:
ci: circle
platform: linux
template: docker-tests/circle.linux.yml
params:
commands:
- export RUST=nightly-2019-11-14
- docker-compose pull --ignore-pull-failures debian-rust
- docker-compose build debian-rust
- docker-compose run debian-rust

test-ubuntu-18.04-docs:
ci: circle
platform: linux
Expand Down