Skip to content

Commit

Permalink
Merge pull request #54068 from openshift-bot/auto-config-brancher
Browse files Browse the repository at this point in the history
Automate config brancher by auto-config-brancher job at Mon, 08 Jul 2024 08:04:48 UTC
  • Loading branch information
openshift-merge-bot[bot] committed Jul 8, 2024
2 parents 419256b + 59d37e9 commit 5f0b66a
Show file tree
Hide file tree
Showing 44 changed files with 3,021 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-csi-snapshot-controller-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-csi-snapshot-controller-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-csi-snapshot-controller-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-kube-scheduler-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-kube-scheduler-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/openshift/cluster-kube-scheduler-operator
images:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
base_images:
base:
name: 4.17-priv
namespace: ocp-private
tag: base
build_root:
from_repository: true
canonical_go_repository: github.com/openshift/coredns-ocp-dnsnameresolver
promotion:
to:
- name: 4.17-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: verify
commands: make verify
container:
from: src
- as: unit
commands: make test
container:
from: src
- as: build
commands: make build-coredns
container:
from: src
- as: verify-operator
commands: make -C operator verify
container:
from: src
- as: unit-operator
commands: make -C operator test
container:
from: src
- as: build-operator
commands: make -C operator build
container:
from: src
zz_generated_metadata:
branch: main
org: openshift-priv
repo: coredns-ocp-dnsnameresolver
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
base_images:
base:
name: 4.16-priv
namespace: ocp-private
tag: base
build_root:
from_repository: true
canonical_go_repository: github.com/openshift/coredns-ocp-dnsnameresolver
promotion:
to:
- name: 4.16-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: verify
commands: make verify
container:
from: src
- as: unit
commands: make test
container:
from: src
- as: build
commands: make build-coredns
container:
from: src
- as: verify-operator
commands: make -C operator verify
container:
from: src
- as: unit-operator
commands: make -C operator test
container:
from: src
- as: build-operator
commands: make -C operator build
container:
from: src
zz_generated_metadata:
branch: release-4.16
org: openshift-priv
repo: coredns-ocp-dnsnameresolver
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
base_images:
base:
name: 4.17-priv
namespace: ocp-private
tag: base
build_root:
from_repository: true
canonical_go_repository: github.com/openshift/coredns-ocp-dnsnameresolver
promotion:
to:
- disabled: true
name: 4.17-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: verify
commands: make verify
container:
from: src
- as: unit
commands: make test
container:
from: src
- as: build
commands: make build-coredns
container:
from: src
- as: verify-operator
commands: make -C operator verify
container:
from: src
- as: unit-operator
commands: make -C operator test
container:
from: src
- as: build-operator
commands: make -C operator build
container:
from: src
zz_generated_metadata:
branch: release-4.17
org: openshift-priv
repo: coredns-ocp-dnsnameresolver
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
base_images:
base:
name: 4.18-priv
namespace: ocp-private
tag: base
build_root:
from_repository: true
canonical_go_repository: github.com/openshift/coredns-ocp-dnsnameresolver
promotion:
to:
- name: 4.18-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: verify
commands: make verify
container:
from: src
- as: unit
commands: make test
container:
from: src
- as: build
commands: make build-coredns
container:
from: src
- as: verify-operator
commands: make -C operator verify
container:
from: src
- as: unit-operator
commands: make -C operator test
container:
from: src
- as: build-operator
commands: make -C operator build
container:
from: src
zz_generated_metadata:
branch: release-4.18
org: openshift-priv
repo: coredns-ocp-dnsnameresolver
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/external-attacher
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/external-attacher
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/external-attacher
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/livenessprobe
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/livenessprobe
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
canonical_go_repository: github.com/kubernetes-csi/livenessprobe
images:
- dockerfile_path: Dockerfile.openshift.rhel7
- dockerfile_path: Dockerfile.ocp
inputs:
ocp_4.17_base-rhel9:
as:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
base_images:
base:
name: 4.17-priv
namespace: ocp-private
tag: base
binary_build_commands: make build
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.21
canonical_go_repository: github.com/openshift/pf-status-relay
promotion:
to:
- name: 4.17-priv
namespace: ocp-private
releases:
initial:
integration:
name: 4.17-priv
namespace: ocp-private
latest:
integration:
include_built_images: true
name: 4.17-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: make test
tests:
- as: unit
commands: make test-unit
container:
from: src
zz_generated_metadata:
branch: main
org: openshift-priv
repo: pf-status-relay
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
base_images:
base:
name: 4.17-priv
namespace: ocp-private
tag: base
binary_build_commands: make build
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.21
canonical_go_repository: github.com/openshift/pf-status-relay
promotion:
to:
- disabled: true
name: 4.17-priv
namespace: ocp-private
releases:
initial:
integration:
name: 4.17-priv
namespace: ocp-private
latest:
integration:
include_built_images: true
name: 4.17-priv
namespace: ocp-private
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: make test
tests:
- as: unit
commands: make test-unit
container:
from: src
zz_generated_metadata:
branch: release-4.17
org: openshift-priv
repo: pf-status-relay
Loading

0 comments on commit 5f0b66a

Please sign in to comment.