Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up 1.17 and 1.18 build filters #914

Merged
merged 1 commit into from Jan 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -20,15 +20,14 @@
name: arch
values:
- x86
- armv7
- armv8
- axis:
type: slave
name: label
values:
- debian
execution-strategy:
combination-filter: '((onlyarch == "all") || onlyarch == arch) && ((onlyos == "all") || onlyos == os) && !(version != 1.17 && arch == "armv7") && !((version == "1.17" || version == "1.18") && os == "bionic")'
combination-filter: '((onlyarch == "all") || onlyarch == arch) && ((onlyos == "all") || onlyos == os)'
builders:
- build_deb_coreproject
publishers:
Expand Down Expand Up @@ -59,7 +58,6 @@ Any value other than "theforeman" will be pushed to http://stagingdeb.theforeman
choices:
- all
- x86
- armv7
- armv8
description: 'Restrict matrix job to just the one arch.'
- string:
Expand Down
Expand Up @@ -23,7 +23,6 @@
name: arch
values:
- x86
- armv7
- armv8
- axis:
type: slave
Expand Down
Expand Up @@ -19,5 +19,3 @@
- stretch
- xenial
- bionic
execution-strategy:
combination-filter: '!(os == "bionic" && (major_version == "1.17" || major_version == "1.18"))'
Expand Up @@ -34,8 +34,6 @@
name: label
values:
- el&&ipv6
execution-strategy:
combination-filter: '!(os == "ubuntu1804" && (major_version == "1.17" || major_version == "1.18"))'
wrappers:
- abort_build:
timeout_min: 120
Expand Down