Skip to content

Commit

Permalink
Revert "travis-ci: split integration tests into parts (>4MB log limit)"
Browse files Browse the repository at this point in the history
This reverts commit fd017d5.
  • Loading branch information
mvo5 committed Dec 9, 2019
1 parent 79db737 commit 6c62c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 88 deletions.
56 changes: 4 additions & 52 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ matrix:
- git fetch --unshallow
- ./tests/lib/cla_check.py
- stage: integration
name: Ubuntu 14.04, 16.04, 18.04
name: Ubuntu 14.04, 16.04, 18.04, 18.10, 19.04, Core 16, Core 18
dist: xenial
addons:
apt:
Expand All @@ -59,9 +59,9 @@ matrix:
# override the default install for language:go
- true
script:
- ./run-checks --spread-ubuntu-lts
- ./run-checks --spread-ubuntu
- stage: integration
name: Ubuntu 18.10, 19.04
name: Debian, Fedora, CentOS, Amazon Linux 2, openSUSE, Arch
dist: xenial
addons:
apt:
Expand All @@ -71,55 +71,7 @@ matrix:
# override the default install for language:go
- true
script:
- ./run-checks --spread-ubuntu-next
- stage: integration
name: Ubuntu Core 16, Core 18
dist: xenial
addons:
apt:
packages:
- xdelta3
install:
# override the default install for language:go
- true
script:
- ./run-checks --spread-ubuntu-core
- stage: integration
name: Debian
dist: xenial
addons:
apt:
packages:
- xdelta3
install:
# override the default install for language:go
- true
script:
- ./run-checks --spread-no-ubuntu-deb
- stage: integration
name: Fedora, CentOS, openSUSE
dist: xenial
addons:
apt:
packages:
- xdelta3
install:
# override the default install for language:go
- true
script:
- ./run-checks --spread-no-ubuntu-rpm
- stage: integration
name: Amazon Linux 2, Arch
dist: xenial
addons:
apt:
packages:
- xdelta3
install:
# override the default install for language:go
- true
script:
- ./run-checks --spread-no-ubuntu-others
- ./run-checks --spread-no-ubuntu
- stage: integration
name: Unstable systems
dist: xenial
Expand Down
36 changes: 0 additions & 36 deletions run-checks
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,9 @@ case "${1:-all}" in
--spread-ubuntu)
SPREAD=ubuntu-only
;;
--spread-ubuntu-lts)
SPREAD=ubuntu-lts
;;
--spread-ubuntu-core)
SPREAD=ubuntu-core
;;
--spread-ubuntu-next)
SPREAD=ubuntu-next
;;
--spread-no-ubuntu)
SPREAD=no-ubuntu
;;
--spread-no-ubuntu-deb)
SPREAD=no-ubuntu-deb
;;
--spread-no-ubuntu-rpm)
SPREAD=no-ubuntu-rpm
;;
--spread-no-ubuntu-others)
SPREAD=no-ubuntu-others
;;
--spread-unstable)
SPREAD=unstable
;;
Expand Down Expand Up @@ -316,24 +298,6 @@ if [ -n "$SPREAD" ]; then
ubuntu-only)
spread "google:[u]...:tests/..."
;;
ubuntu-lts)
spread "google:[u]...-(14|16|18).04-...:tests/..."
;;
ubuntu-core)
spread "google:[u]...-core-...:tests/..."
;;
ubuntu-next)
spread "google:[u]...-(19|20|21)...:tests/..."
;;
no-ubuntu-deb)
spread "google:debian...:tests/..."
;;
no-ubuntu-rpm)
spread "google:(fedora|centos|opensuse)...:tests/..."
;;
no-ubuntu-others)
spread "google:(arch|amazon)...:tests/..."
;;
no-ubuntu)
spread "google:[^u]...:tests/..."
;;
Expand Down

0 comments on commit 6c62c19

Please sign in to comment.