mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Removing Travis CI completely in favor of local vagrant/virtualbox tests.
See tests/pararlell.sh and tests/Vagrantfile for local tests. There are several reasons for this change: 1. Travis is now charging for the service, even for open source projects, contrary to what they promised in the past 2. It has been problematic and difficult to debug/diagnose issues 3. Tests that involve upgrading the operating system itself (eg. Bionic to Focal) are not possible
This commit is contained in:
parent
3a98a993bd
commit
86f3eee23f
68
.travis.yml
68
.travis.yml
@ -1,68 +0,0 @@
|
||||
# travisci config
|
||||
env:
|
||||
global:
|
||||
- MIAB_LDAP_PROJECT=true
|
||||
- DOWNLOAD_NEXTCLOUD_FROM_GITHUB=true
|
||||
- SKIP_SYSTEM_UPDATE=1
|
||||
|
||||
language: shell
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
# JOB: MiaB-LDAP connected to a remote Nextcloud
|
||||
- env:
|
||||
- PRIMARY_HOSTNAME=box1.abc.com
|
||||
- FEATURE_MUNIN=false
|
||||
name: remote-nextcloud-docker
|
||||
before_install:
|
||||
- echo "==== ENVIRONMENT ===="
|
||||
- env | sort
|
||||
- echo "UMASK=$(umask)"
|
||||
- echo "==== AppArmor Status ===="
|
||||
- (sudo aa-status; true)
|
||||
- echo "==== NETWORK INFO ===="
|
||||
- hostname -I
|
||||
- hostname -i
|
||||
- hostname
|
||||
- hostname --fqdn
|
||||
- ip add
|
||||
- sysctl -a 2>/dev/null | grep -i ipv6 | grep disable
|
||||
install:
|
||||
# setup with 'basic' data before setting up again using
|
||||
# a remote nextcloud to verify ownCloud contacts are still
|
||||
# available
|
||||
- sudo tests/system-setup/remote-nextcloud-docker.sh upgrade basic
|
||||
script:
|
||||
# launch automated tests, but skip tests that require remote
|
||||
# smtp support because Travis-CI blocks outgoing port 25
|
||||
- sudo tests/runner.sh -dumpoutput -no-smtp-remote default remote-nextcloud upgrade-basic
|
||||
|
||||
# JOB: Upgrade from upstream install
|
||||
- env:
|
||||
- PRIMARY_HOSTNAME=box2.abc.com
|
||||
- UPSTREAM_TAG=master
|
||||
name: upgrade-from-upstream
|
||||
install:
|
||||
- sudo tests/system-setup/upgrade-from-upstream.sh basic totpuser
|
||||
script:
|
||||
# launch automated tests, but skip tests that require remote
|
||||
# smtp support because Travis-CI blocks outgoing port 25
|
||||
- sudo tests/runner.sh -dumpoutput -no-smtp-remote upgrade-basic upgrade-totpuser default
|
||||
|
||||
# JOB: unsetvars
|
||||
- env:
|
||||
- PRIMARY_HOSTNAME=box3.abc.com
|
||||
- NONINTERACTIVE=1
|
||||
- PUBLIC_IP=auto
|
||||
- PUBLIC_IPV6=auto
|
||||
- SKIP_NETWORK_CHECKS=1
|
||||
name: unsetvars
|
||||
install:
|
||||
- sudo setup/start.sh -v -v
|
||||
- sudo bash -c '. /etc/mailinabox.conf; . tests/lib/all.sh tests/lib; . tests/system-setup/setup-funcs.sh; init_test_system; init_miab_testing'
|
||||
script:
|
||||
- sudo tests/runner.sh -dumpoutput -no-smtp-remote default
|
||||
|
@ -1,5 +1,3 @@
|
||||
[](https://travis-ci.com/downtownallday/mailinabox-ldap)
|
||||
|
||||
# Mail-in-a-Box LDAP
|
||||
This is a version of [Mail-in-a-Box](https://mailinabox.email) with LDAP used as the user account database instead of sqlite.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user