Skip to content

Commit 32ac538

Browse files
elierichaAnthonyLeonardoGracio
authored andcommitted
Do not run integration-testsuite in edge pipelines
(cherry picked from commit fcef739)
1 parent 79fbc38 commit 32ac538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ include:
6969
cpus: 4
7070
disk: 80
7171
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
72+
rules:
73+
# integration-testsuite cannot work with edge builds
74+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
75+
when: never
7676

7777
# Optional testing of GNAT Studio
7878
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest

0 commit comments

Comments
 (0)