File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ include:
48
48
# with the build job.
49
49
needs : []
50
50
stage : test
51
+ rules :
52
+ - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
53
+ - if : $CI_PIPELINE_SOURCE == "schedule"
51
54
52
55
# Testing of the VSCode extension
53
56
- component : $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
@@ -139,7 +142,17 @@ als-cov:linux:
139
142
- coverage/cobertura.xml
140
143
- coverage/xml/
141
144
145
+ build:linux :
146
+ rules :
147
+ - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
148
+ # Enable just the linux build in scheduled pipelines for TypeScript coverage
149
+ - if : $CI_PIPELINE_SOURCE == "schedule"
150
+
142
151
vscode-extension:linux :
152
+ rules :
153
+ - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
154
+ # Trigger just the Linux coverage run in scheduled pipelines
155
+ - if : $CI_PIPELINE_SOURCE == "schedule"
143
156
after_script :
144
157
# Source the env prepared by generic_anod_ci
145
158
- cat /tmp/ci_env.sh
You can’t perform that action at this time.
0 commit comments