Skip to content

Commit 0a3a7d6

Browse files
Restore docker build exclusions (#52019)
* Restore docker build exclusions We have deprecated some old OSes and prevented them from running tests on the master branch, but that filter doesn't apply to PR branches pointed at master. This commit restores docker exclusions for those deprecated OSes in order to allow PR checks to pass for packaging PRs.
1 parent d4c609b commit 0a3a7d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ci/dockerOnLinuxExclusions

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ debian-8
88
opensuse-15-1
99
ol-7.7
1010
sles-12
11+
12+
# These OSes are deprecated and filtered starting with 8.0.0, but need to be excluded
13+
# for PR checks
14+
centos-6
15+
ol-6.10

0 commit comments

Comments
 (0)