From 3f92504a00ff49271224cca0fcf5726ca9367394 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 11 Mar 2020 17:08:16 -0400 Subject: [PATCH] travis: enable testing with ceph "octopus" Currently there's no container image named "octopus" but its imminent. Once ceph container starts tagging images with "latest-octopus" we should switch to that. Signed-off-by: John Mulligan --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1df9472..915a354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: - env: CEPH_VERSION=luminous - env: CEPH_VERSION=mimic - env: CEPH_VERSION=nautilus + # use 'master' for soon-to-be-released 'octopus' until we have proper + # octopus named tags on containers + - env: CEPH_VERSION=master before_install: | make ci-image CEPH_VERSION=${CEPH_VERSION}