23 Commits (7758ce70640ba52677b107c6d28f7d598b329d13)

Author SHA1 Message Date
Tim Möhlmann 33db705194
Use bors-ng to create and upload test images
- Reinstate Travis deploy phase
- Better labeling of Mergify rules
- Automatic `bors try` by Mergify
- Explain bors in comment message
- Skip push for staging branch
- Re-update docs to current situation
6 years ago
Tim Möhlmann faca9983a8
Automatic creation of review images
- Enable bors-ng for better merging
- Re-enable mergify with a fixed up syntax, it will now only issue bors commands.
- Pull request build images are now pushed to docker hub
- Automatic backport rule
- Fix build tag for branches with slash (/)
- Only push when master and 1.6 target branch
6 years ago
Ionut Filip 0d6a203a9d Use sudo for running sh commands 6 years ago
Ionut Filip fd8ed3dfa6 Moved certs copy in travis 6 years ago
Ionut Filip 88f5e6e4cf Moved users creation in core 6 years ago
Ionut Filip c3bc7988c9 Implemented email test for travis 6 years ago
Tim Möhlmann a1ac7fc19c
Upgrade docker-compose inside travis (fix build errors) 6 years ago
Tim Möhlmann dde7ccca97
Created test cases from latest setup revision 6 years ago
Tim Möhlmann 72e931f4b4
Modify setup templates to allow for DOCKER_ORG and VERSION override. (Needed for Travis) 6 years ago
Ionut Filip 3b1fdc6166 Migrate test script from shell to python
- test.py needs to be called with 2 arguments : test_name and timeout
  - it will cd to test_name dir and use the test_name.yml from there
  - it will sleep for an amount of time equals to timeout in minutes
- it will perform health checks for containers. If healtcheck isn't enabled will check for running state
- it will run hooks inside the test_name dir ( .py and .sh) if there are any
- printing logs in any case
6 years ago
Tim Möhlmann c09ac713a3
Project name can be ommitted in docker-compose build 6 years ago
Tim Möhlmann 940b88a641
Fix syntax error 6 years ago
Tim Möhlmann f7d8f20c87
Move DOCKER_ORG default to travis.yml 6 years ago
Tim Möhlmann 7915f2631f
DOCKER_UN needs to be non-zero for deploy 6 years ago
Tim Möhlmann bc85dff27e
Don't try deploy is DOCKER_UN is not set 6 years ago
Tim Möhlmann 0c73be7c6e
Deploy on all branches 6 years ago
Tim Möhlmann 5987703631
Tavis-ci to upload images to the Docker hub, after succesfull tests.
For this to work, the following variables will need to be set at Docker hub:
 - DOCKER_ORG	first part of docker repo name (example: mailu)
 - DOCKER_UN	Docker-hub login username (private)
 - DOCKER_PW	Docker-hub login password (private)
Note that also Docker hub autobuilds will have to be disabled.
6 years ago
Ionut Filip ebe90fc447 Added run script for travis 6 years ago
Tim Möhlmann f5f8d1d84b
Test-building using travis-ci 6 years ago
kaiyou 5a4b0a18ef Try to fix the Travis build 6 years ago
kaiyou 408e9dc85e Fix the build directory path when deploying 7 years ago
kaiyou f5db5d183b Add the deploy command to travis builds 7 years ago
kaiyou 9fbdf70dc2 Add a travis build for the documentation 7 years ago