]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
enable GitLab CI 725/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 1 Dec 2015 17:47:13 +0000 (18:47 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 1 Dec 2015 18:05:36 +0000 (19:05 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..1595391
--- /dev/null
@@ -0,0 +1,3 @@
+teuthology:
+  tags: [ ceph-workbench ]
+  script: "git clean -ffqdx ; ./bootstrap install ; unset OS_AUTH_URL ; source virtualenv/bin/activate ; pip install tox ; tox"