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

Automate config brancher by auto-config-brancher job at Mon, 08 Jul 2024 08:04:48 UTC #54068

Merged
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