Cleanup debian patch list and resources overrides
This commit is contained in:
parent
173c65a319
commit
de4d519773
@ -31,10 +31,6 @@ variables: &default-variables
|
|||||||
KUBERNETES_MEMORY_REQUEST: 2Gi
|
KUBERNETES_MEMORY_REQUEST: 2Gi
|
||||||
KUBERNETES_MEMORY_LIMIT: 2Gi
|
KUBERNETES_MEMORY_LIMIT: 2Gi
|
||||||
|
|
||||||
.build-resources-l: &build-resources-l
|
|
||||||
KUBERNETES_MEMORY_REQUEST: 3Gi
|
|
||||||
KUBERNETES_MEMORY_LIMIT: 3Gi
|
|
||||||
|
|
||||||
.haproxy_stable: &haproxy-stable
|
.haproxy_stable: &haproxy-stable
|
||||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
||||||
HAPROXY_VERSION: 2.7.1
|
HAPROXY_VERSION: 2.7.1
|
||||||
@ -347,7 +343,7 @@ debian:stable:
|
|||||||
<<: *haproxy-debian
|
<<: *haproxy-debian
|
||||||
variables:
|
variables:
|
||||||
<<: *default-variables
|
<<: *default-variables
|
||||||
<<: *build-resources-l
|
<<: *build-resources-m
|
||||||
<<: *haproxy-stable
|
<<: *haproxy-stable
|
||||||
needs:
|
needs:
|
||||||
- *needs-dependencies
|
- *needs-dependencies
|
||||||
@ -358,7 +354,7 @@ debian:dev:
|
|||||||
<<: *haproxy-debian
|
<<: *haproxy-debian
|
||||||
variables:
|
variables:
|
||||||
<<: *default-variables
|
<<: *default-variables
|
||||||
<<: *build-resources-l
|
<<: *build-resources-m
|
||||||
<<: *haproxy-dev
|
<<: *haproxy-dev
|
||||||
needs:
|
needs:
|
||||||
- *needs-dependencies
|
- *needs-dependencies
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
haproxy.service-start-after-syslog.patch
|
haproxy.service-start-after-syslog.patch
|
||||||
haproxy.service-add-documentation.patch
|
haproxy.service-add-documentation.patch
|
||||||
haproxy.service-make-systemd-bind-dev-log-inside-chroot.patch
|
haproxy.service-make-systemd-bind-dev-log-inside-chroot.patch
|
||||||
reproducible.patch
|
|
||||||
|
Loading…
Reference in New Issue
Block a user