Skip to content

Commit

Permalink
Merge pull request #54358 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, 15 Jul 2024 12:09:20 UTC
  • Loading branch information
openshift-merge-bot[bot] authored Jul 15, 2024
2 parents 3e97c9c + 3c3a307 commit 64ee6b2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
tests:
- as: lint
commands: make lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
tests:
- as: lint
commands: make lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
tests:
- as: lint
commands: make lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
tests:
- as: lint
commands: make lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
tests:
- as: lint
commands: make lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ base_images:
name: ubi-minimal
namespace: ocp
tag: "9"
stolostron_builder_go1.21-linux:
name: builder
namespace: stolostron
tag: go1.21-linux
stolostron_builder_go1.22-linux:
name: builder
namespace: stolostron
Expand All @@ -20,23 +16,23 @@ images:
- dockerfile_path: operator/Dockerfile
from: base
inputs:
stolostron_builder_go1.21-linux:
stolostron_builder_go1.22-linux:
as:
- registry.ci.openshift.org/stolostron/builder:go1.21-linux
- registry.ci.openshift.org/stolostron/builder:go1.22-linux
to: multicluster-global-hub-operator
- dockerfile_path: manager/Dockerfile
from: base
inputs:
stolostron_builder_go1.21-linux:
stolostron_builder_go1.22-linux:
as:
- registry.ci.openshift.org/stolostron/builder:go1.21-linux
- registry.ci.openshift.org/stolostron/builder:go1.22-linux
to: multicluster-global-hub-manager
- dockerfile_path: agent/Dockerfile
from: base
inputs:
stolostron_builder_go1.21-linux:
stolostron_builder_go1.22-linux:
as:
- registry.ci.openshift.org/stolostron/builder:go1.21-linux
- registry.ci.openshift.org/stolostron/builder:go1.22-linux
to: multicluster-global-hub-agent
promotion:
to:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: ClusterImageSet
metadata:
annotations:
version_lower: 4.16.0-0
version_stream: 4-stable
version_upper: 4.17.0-0
creationTimestamp: null
name: ocp-release-4.16.3-x86-64-for-4.16.0-0-to-4.17.0-0
Expand Down

0 comments on commit 64ee6b2

Please sign in to comment.