We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed5f74 + acec917 commit 5b366b6Copy full SHA for 5b366b6
.gitlab-ci.yml
@@ -73,6 +73,8 @@ include:
73
# integration-testsuite cannot work with edge builds
74
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
75
when: never
76
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME != 'edge'
77
+ allow_failure: true
78
79
# Optional testing of GNAT Studio
80
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
0 commit comments