Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
50559193
Commit
50559193
authored
May 05, 2017
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port behat tests from travis
parent
ef29298e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.gitlab-ci.yml
.gitlab-ci.yml
+27
-0
No files found.
.gitlab-ci.yml
View file @
50559193
...
...
@@ -87,6 +87,33 @@ test:ubuntu-xenial-aegir3-apt:
script
:
"
scripts/ci-aegir-dev-install-apt-ubuntu.sh"
test:behat:
stage
:
test
image
:
debian:jessie
dependencies
:
-
build:deb
variables
:
# - AEGIR_HOSTING_VERSION: '7.x-3.x'
-
AEGIR_TESTS_VERSION
:
'
master'
before_script
:
-
git clone http://github.com/aegir-project/tests.git tests
-
cd tests
-
git checkout $AEGIR_TESTS_VERSION
# Run prepare scripts.
-
cd travis
-
sudo bash prepare-docker.sh
-
bash prepare-testenv.sh
script
:
# Tests are included in the docker-compose.yml file in the tests repo.
-
sudo docker-compose -f docker-compose-provision.yml run hostmaster
publish:unstable-repo:
stage
:
publish
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment