Guest User

Untitled

a guest
Jul 23rd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
  2. index a94b3a06..135ea787 100644
  3. --- a/.gitlab-ci.yml
  4. +++ b/.gitlab-ci.yml
  5. @@ -50,6 +50,9 @@ variables:
  6. paths:
  7. - .coverage-reports
  8.  
  9. + only:
  10. + - merge_requests
  11. +
  12. tests-debian-9:
  13. image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
  14. <<: *tests
  15. @@ -223,6 +226,9 @@ docs:
  16. paths:
  17. - public/
  18.  
  19. + only:
  20. + - merge_requests
  21. +
  22. .overnight-tests: &overnight-tests-template
  23. stage: test
  24. image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-59168197
  25. @@ -287,6 +293,9 @@ code_quality:
  26. artifacts:
  27. paths: [gl-code-quality-report.json]
  28.  
  29. + only:
  30. + - merge_requests
  31. +
  32. #####################################################
  33. # Post stage #
  34. #####################################################
  35. @@ -319,6 +328,9 @@ analysis:
  36. paths:
  37. - analysis/
  38.  
  39. + only:
  40. + - merge_requests
  41. +
  42. # Collate coverage reports
  43. #
  44. coverage:
  45. @@ -345,6 +357,9 @@ coverage:
  46. - coverage-sources/
  47. - coverage-report/
  48.  
  49. + only:
  50. + - merge_requests
  51. +
  52. # Deploy, only for merges which land on master branch.
  53. #
  54. pages:
Advertisement
Add Comment
Please, Sign In to add comment