This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a0cf622ccbc9a8c3ac44fa06b63bae81fe254468 Author: Josh Smith <[email protected]> AuthorDate: Thu Aug 23 16:18:17 2018 +0100 test: Test on perm runner --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c144b..4c90680 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,6 +87,8 @@ source_dist: artifacts: paths: - coverage-linux/ + tags: + - test tests-debian-9: image: buildstream/testsuite-debian:9-master-114-4cab18e3 @@ -142,6 +144,8 @@ tests-unix: paths: - coverage-unix/ - logs-unix/ + tags: + - test # Automatically build documentation for every commit, we want to know
