From a8298cc84165f573375efc69ccb788da378ca2ab Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 20 Mar 2020 15:17:29 +0100 Subject: ci: Restrict the ci jobs to our self-hosted runners. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3