summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-20 15:17:29 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-20 15:17:29 +0100
commita8298cc84165f573375efc69ccb788da378ca2ab (patch)
treed96e318939538948974e054956f9e654a1b45205 /.gitlab-ci.yml
parent3d7d741b5d1afb98a359ab25ca1d0a959c29797f (diff)
ci: Restrict the ci jobs to our self-hosted runners.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2543dad..06e7b1bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,8 @@ after_script:
- du -sh $CARGO_HOME
buster:
+ tags:
+ - self-hosted
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/buster:latest
@@ -19,6 +21,8 @@ buster:
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind cargo test -p buffered-reader -p sequoia-openpgp -p sequoia-sqv -p sequoia-openpgp-ffi
bullseye:
+ tags:
+ - self-hosted
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
@@ -35,6 +39,8 @@ bullseye:
RUSTFLAGS: -D warnings -A unused-parens
rust-stable:
+ tags:
+ - self-hosted
stage: build
image: rust:1-slim-buster