OSBS: v1 builds are getting deprecated
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
72651ba262
commit
431b6ed7c8
4 changed files with 4 additions and 6 deletions
|
@ -58,7 +58,7 @@ osbs_conf_worker_clusters:
|
|||
osbs_platform_descriptors:
|
||||
- platform: x86_64
|
||||
architecture: amd64
|
||||
enable_v1: True
|
||||
enable_v1: False
|
||||
|
||||
_osbs_reactor_config_map:
|
||||
version: 1
|
||||
|
|
|
@ -59,11 +59,11 @@ osbs_conf_worker_clusters:
|
|||
osbs_platform_descriptors:
|
||||
- platform: x86_64
|
||||
architecture: amd64
|
||||
enable_v1: True
|
||||
enable_v1: Flase
|
||||
|
||||
- platform: aarch64
|
||||
architecture: arm64
|
||||
enable_v1: True
|
||||
enable_v1: Flase
|
||||
|
||||
_osbs_reactor_config_map:
|
||||
version: 1
|
||||
|
|
|
@ -6,7 +6,6 @@ openshift_required_version = {{ general.openshift_required_version }}
|
|||
{% if env == 'staging' %}
|
||||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
enable_v1 = true
|
||||
|
||||
[platform:aarch64]
|
||||
architecture: arm64
|
||||
|
@ -198,4 +197,4 @@ reactor_config_map = {{ default.reactor_config_map_scratch }}
|
|||
|
||||
{% if default.build_from is defined %}
|
||||
build_from = {{ default.build_from }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
@ -49,7 +49,6 @@ vendor = Fedora Project
|
|||
|
||||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
enable_v1 = true
|
||||
|
||||
[platform:aarch64]
|
||||
architecture = arm64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue