[igt-dev] [PATCH i-g-t] gitlab-ci: Make pages job manual

Arkadiusz Hiler arkadiusz.hiler at intel.com
Tue Apr 30 12:23:27 UTC 2019


To stop sending those pesky failure emails, that condition people to
ignore anything sent from gitlab-ci.

Now we will have to click the button manually, whenever we want to bump
the docs.

Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae8cbb67..94f9f162 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,6 +137,7 @@ test:test-list-diff:
 ################### DEPLOY #########################
 
 pages:
+  when: manual
   dependencies:
     - build:tests-fedora
   stage: deploy
-- 
2.20.1



More information about the igt-dev mailing list