File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ include: '/.gitlab/ci/platform-test.yml'
11
11
swift trunk :
12
12
extends : .centos7
13
13
image : swiftlang/swift:nightly-master-centos7
14
- variables :
15
- RUN_NIGHTLY : 1
14
+ except :
16
15
17
16
swift 5.5 :
18
17
extends : .centos7
Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ stages:
15
15
script :
16
16
- swift build --build-tests --enable-test-discovery --sanitize=thread -v
17
17
- swift test --skip-build
18
- rules :
19
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUN_NIGHTLY'
20
- allow_failure : true
21
- when : always
22
- - if : ' $CI_PIPELINE_SOURCE != "schedule"'
23
- when : always
18
+ only :
19
+ - branches
20
+ - tags
21
+ except :
22
+ - schedules
24
23
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ include: '/.gitlab/ci/platform-test.yml'
3
3
swift trunk :
4
4
extends : .platform-test
5
5
image : swiftlang/swift:nightly-master-${SWIFT_PLATFORM_NAME}
6
- variables :
7
- RUN_NIGHTLY : 1
6
+ except :
8
7
9
8
swift 5.5 :
10
9
extends : .platform-test
You can’t perform that action at this time.
0 commit comments