We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fbc38 commit 32ac538Copy full SHA for 32ac538
.gitlab-ci.yml
@@ -69,10 +69,10 @@ include:
69
cpus: 4
70
disk: 80
71
windows: true
72
- rules:
73
- # Does not work on edge
74
- - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME != 'edge'
75
- allow_failure: true
+ rules:
+ # integration-testsuite cannot work with edge builds
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
+ when: never
76
77
# Optional testing of GNAT Studio
78
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
0 commit comments