summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-20 15:11:39 +0200
committerVarac <varac@leap.se>2017-07-20 15:11:39 +0200
commit058b225758e3107f551cfdac348c2f1266d89b79 (patch)
treea5240edc9c83c5f6781847149667e7502fad33b5 /.gitlab-ci.yml
parent7164757c3b48a6a697c132968a06f7eea07c097e (diff)
[test] Disable OSX tests for now
Currently, our only OSX gitlab runner is unavailable too often and the tests fail in CI anyway so we disable it for now until we fix both.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83fad3a5..c1182f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,13 +15,16 @@ linux_test:
tags:
- linux
-osx_test:
- stage: test
- allow_failure: true
- script:
- - tox --recreate -e py27-dev
- tags:
- - osx
+# Currently, our only OSX gitlab runner is unavailable too often
+# and the tests fail in CI anyway so we disable it for now until
+# we fix both.
+#osx_test:
+# stage: test
+# allow_failure: true
+# script:
+# - tox --recreate -e py27-dev
+# tags:
+# - osx
bitmask_latest_bundle:
image: 0xacab.org:4567/leap/bitmask-dev:latest