summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-11-08 14:58:22 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-11-08 15:43:18 +0100
commitd704c5501b423244bf63e458f1192518915150bb (patch)
tree254e31e239b22b59adee66193e88faebd1b003c6
parent2b7cee714c28faffd6ad80bce3d66918cae47fc7 (diff)
downloadrabbitmq-server-git-d704c5501b423244bf63e458f1192518915150bb.tar.gz
Travis CI: Only run fast testsuites
We could run all testsuites, each in dedicated jobs, because separately, they should take less than 50 minutes. However, this would bloat the build page and blocks other jobs for a significant time. Using `ct-fast` should be enough in Travis CI. All testsuites are still running in Concourse anyway. [#152509619]
-rw-r--r--.travis.yml2
-rw-r--r--.travis.yml.patch11
2 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7aeeb762ec..0e4cfb2dc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ before_script:
script:
- make xref
- - make tests
+ - make ct-fast
after_failure:
- |
diff --git a/.travis.yml.patch b/.travis.yml.patch
new file mode 100644
index 0000000000..9e6e46af87
--- /dev/null
+++ b/.travis.yml.patch
@@ -0,0 +1,11 @@
+--- .travis.yml.orig 2017-11-08 14:23:22.036394000 +0100
++++ .travis.yml 2017-11-08 15:26:19.264520000 +0100
+@@ -37,7 +37,7 @@
+
+ script:
+ - make xref
+- - make tests
++ - make ct-fast
+
+ after_failure:
+ - |