summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJosh Smith <josh.smith@codethink.co.uk>2020-08-20 16:18:50 +0100
committerQinusty <qinusty@gmail.com>2020-08-26 13:27:44 +0000
commit93d4f0181ad51caacfdf7c5b4de5566413963224 (patch)
tree08759a8022f7e6f9177e236a61ea35764c9ec84d /.gitlab-ci.yml
parent1325f90174dedef240b7791581e550f62b7d3ccd (diff)
downloadbuildstream-93d4f0181ad51caacfdf7c5b4de5566413963224.tar.gz
Add bb-storage/bb-asset-hub cache test job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1e673a64..921557da2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,6 +197,16 @@ tests-remote-cache:
ARTIFACT_CACHE_SERVICE: http://docker:50052
PYTEST_ARGS: "--color=yes --remote-cache"
+tests-bb-remote-cache:
+ <<: *tests
+ <<: *remote-test
+ variables:
+ <<: *docker-variables
+ COMPOSE_MANIFEST: .gitlab-ci/buildbarn-remote-cache.yml
+ ARTIFACT_INDEX_SERVICE: http://docker:7981
+ ARTIFACT_STORAGE_SERVICE: http://docker:7982
+ PYTEST_ARGS: "--color=yes --remote-cache"
+
tests-no-usedevelop:
# Ensure that tests also pass without `--develop` flag.
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION}