Skip to content

Commit cdb90fd

Browse files
committed
MGMT-21001: Refactor assisted-events-stream CI config to stop pinning Go versions
• Switch build_root to from_repository: true, building the root image from the repo’s Dockerfile. • Drop the base_images stanza and the inputs block that referenced release:golang-1.21. • Regenerate and commit the updated presubmit job YAML via make update. This keeps the CI environment in sync with the Go version declared by the project and removes the need for future hard-coded bumps in openshift/release.
1 parent 90b030f commit cdb90fd

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

ci-operator/config/openshift-assisted/assisted-events-stream/openshift-assisted-assisted-events-stream-master.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
base_images:
2-
openshift_release_golang-1.21:
3-
name: release
4-
namespace: openshift
5-
tag: golang-1.21
61
build_root:
7-
image_stream_tag:
8-
name: release
9-
namespace: openshift
10-
tag: golang-1.18
2+
from_repository: true
113
images:
124
- dockerfile_path: Dockerfile.build
13-
inputs:
14-
openshift_release_golang-1.21:
15-
as:
16-
- registry.ci.openshift.org/openshift/release:golang-1.21
175
to: assisted-events-stream-build
186
- dockerfile_path: Dockerfile
197
to: assisted-events-stream

ci-operator/jobs/openshift-assisted/assisted-events-stream/openshift-assisted-assisted-events-stream-master-presubmits.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ presubmits:
88
cluster: build07
99
context: ci/prow/images
1010
decorate: true
11-
decoration_config:
12-
skip_cloning: true
1311
labels:
1412
ci.openshift.io/generator: prowgen
1513
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -63,8 +61,6 @@ presubmits:
6361
cluster: build07
6462
context: ci/prow/lint
6563
decorate: true
66-
decoration_config:
67-
skip_cloning: true
6864
labels:
6965
ci.openshift.io/generator: prowgen
7066
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -118,8 +114,6 @@ presubmits:
118114
cluster: build07
119115
context: ci/prow/template-generation
120116
decorate: true
121-
decoration_config:
122-
skip_cloning: true
123117
labels:
124118
ci.openshift.io/generator: prowgen
125119
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -173,8 +167,6 @@ presubmits:
173167
cluster: build07
174168
context: ci/prow/unit-test
175169
decorate: true
176-
decoration_config:
177-
skip_cloning: true
178170
labels:
179171
ci.openshift.io/generator: prowgen
180172
pj-rehearse.openshift.io/can-be-rehearsed: "true"

0 commit comments

Comments
 (0)