[nautilus: 2/4] gitlabci: Allow for the cross-distro state to be triggered manually from the web gui.



commit 5c48e7136cc91b1aea69f13b2780ce2e5d8bac00
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Sun Mar 18 17:43:07 2018 +0200

    gitlabci: Allow for the cross-distro state to be triggered manually from the web gui.

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4fc5359e..d033e6945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,8 @@ fedora:rawhide:
     coverage: '/^TOTAL.*\s+(\d+\%)$/'
     only:
     - schedules
+    - web
+    - tags
 
 ubuntu:devel:
     image: ubuntu:devel
@@ -84,6 +86,8 @@ ubuntu:devel:
     <<: *distro_test
     only:
     - schedules
+    - web
+    - tags
 
 opensuse:tumbleweed:
     image: opensuse:tumbleweed
@@ -96,3 +100,5 @@ opensuse:tumbleweed:
     <<: *distro_test
     only:
     - schedules
+    - web
+    - tags


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]