You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:49:27 UTC

[buildstream] 04/04: test: Test on perm runner

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 <qi...@gmail.com>
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