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

Enable cachito for all 4.17 images #5278

Draft
wants to merge 2 commits into
base: openshift-4.17
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ assemblies:
enabled: true

cachito:
enabled: false # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206
enabled: true

rhcos:
payload_tags:
Expand Down
2 changes: 0 additions & 2 deletions images/baremetal-machine-controller.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cachito:
enabled: false # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206
content:
source:
dockerfile: Dockerfile.rhel
Expand Down
6 changes: 2 additions & 4 deletions images/baremetal-runtimecfg.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
cachito:
enabled: false # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206
content:
source:
dockerfile: Dockerfile.openshift
git:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/baremetal-runtimecfg.git
target: dcb68b39e65f8b0ea803caf8e2e9297374605353
url: git@github.com:thegreyd/baremetal-runtimecfg.git
web: https://github.com/openshift/baremetal-runtimecfg
ci_alignment:
streams_prs:
Expand Down
2 changes: 0 additions & 2 deletions images/cluster-etcd-operator.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cachito:
enabled: false # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206
content:
source:
dockerfile: Dockerfile.ocp
Expand Down
2 changes: 1 addition & 1 deletion images/nmstate-console-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachito:
enabled: true # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206, explicitly enabling for nodejs
enabled: true
content:
source:
dockerfile: Dockerfile.art
Expand Down
2 changes: 1 addition & 1 deletion images/openshift-enterprise-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
url: git@github.com:openshift-priv/console.git
web: https://github.com/openshift/console
pkg_managers:
#- gomod Take out go.mod processing because of STONEBLD-2479 not being supported
- gomod
- yarn
artifacts:
from_urls:
Expand Down
7 changes: 4 additions & 3 deletions images/ose-baremetal-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ content:
dockerfile: Dockerfile.ocp
git:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/baremetal-operator.git
target: e257b27fbfd89a4658803c805b8219120a23b5bd
url: git@github.com:thegreyd/baremetal-operator.git
web: https://github.com/openshift/baremetal-operator
ci_alignment:
streams_prs:
ci_build_root:
stream: rhel-9-golang-ci-build-root
pkg_managers: [] # STONEBLD-2302: Cachito is on 1.21.0, and cannot deal with 1.21.6 in go.mod's toolchain directive
pkg_managers:
- gomod
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: ose-baremetal-operator-container
Expand Down
2 changes: 0 additions & 2 deletions images/ose-olm-operator-controller.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cachito:
enabled: false # Cachito does not work with go 1.22 https://issues.redhat.com/browse/STONEBLD-2206
content:
source:
dockerfile: openshift/operator-controller.Dockerfile
Expand Down
Loading