Skip to content

Commit 55ee432

Browse files
elierichaAnthonyLeonardoGracio
authored andcommitted
Always instantiate int-ts CI job but with a rule preventing edge execution
(cherry picked from commit 24161d3)
1 parent cf0b153 commit 55ee432

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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-
# integration-testsuite cannot work with edge builds
74-
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
75-
when: never
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)