Skip to content

Commit abb95e4

Browse files
Merge pull request openshift#30302 from openshift-bot/auto-config-brancher
Automate config brancher by auto-config-brancher job at Fri, 08 Jul 2022 22:03:13 UTC
2 parents 55dec63 + 6198fb4 commit abb95e4

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-main.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ base_images:
1111
name: builder
1212
namespace: stolostron
1313
tag: go1.17-linux
14+
stolostron_builder_go1.18-linux:
15+
name: builder
16+
namespace: stolostron
17+
tag: go1.18-linux
1418
build_root:
1519
image_stream_tag:
1620
name: builder
@@ -20,9 +24,9 @@ images:
2024
- dockerfile_path: build/Dockerfile.prow
2125
from: base
2226
inputs:
23-
stolostron_builder_go1.17-linux:
27+
stolostron_builder_go1.18-linux:
2428
as:
25-
- registry.ci.openshift.org/stolostron/builder:go1.17-linux
29+
- registry.ci.openshift.org/stolostron/builder:go1.18-linux
2630
to: multicloud-integrations
2731
promotion:
2832
name: "2.6"

ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.6.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ base_images:
77
name: builder
88
namespace: stolostron
99
tag: go1.17-linux
10+
stolostron_builder_go1.18-linux:
11+
name: builder
12+
namespace: stolostron
13+
tag: go1.18-linux
1014
build_root:
1115
image_stream_tag:
1216
name: builder
@@ -16,9 +20,9 @@ images:
1620
- dockerfile_path: build/Dockerfile.prow
1721
from: base
1822
inputs:
19-
stolostron_builder_go1.17-linux:
23+
stolostron_builder_go1.18-linux:
2024
as:
21-
- registry.ci.openshift.org/stolostron/builder:go1.17-linux
25+
- registry.ci.openshift.org/stolostron/builder:go1.18-linux
2226
to: multicloud-integrations
2327
promotion:
2428
disabled: true

ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-main.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ base_images:
1111
name: builder
1212
namespace: stolostron
1313
tag: go1.17-linux
14+
stolostron_builder_go1.18-linux:
15+
name: builder
16+
namespace: stolostron
17+
tag: go1.18-linux
1418
build_root:
1519
image_stream_tag:
1620
name: builder
@@ -20,9 +24,9 @@ images:
2024
- dockerfile_path: build/Dockerfile.prow
2125
from: base
2226
inputs:
23-
stolostron_builder_go1.17-linux:
27+
stolostron_builder_go1.18-linux:
2428
as:
25-
- registry.ci.openshift.org/stolostron/builder:go1.17-linux
29+
- registry.ci.openshift.org/stolostron/builder:go1.18-linux
2630
to: multicluster-operators-application
2731
promotion:
2832
name: "2.6"

ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.6.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ base_images:
77
name: builder
88
namespace: stolostron
99
tag: go1.17-linux
10+
stolostron_builder_go1.18-linux:
11+
name: builder
12+
namespace: stolostron
13+
tag: go1.18-linux
1014
build_root:
1115
image_stream_tag:
1216
name: builder
@@ -16,9 +20,9 @@ images:
1620
- dockerfile_path: build/Dockerfile.prow
1721
from: base
1822
inputs:
19-
stolostron_builder_go1.17-linux:
23+
stolostron_builder_go1.18-linux:
2024
as:
21-
- registry.ci.openshift.org/stolostron/builder:go1.17-linux
25+
- registry.ci.openshift.org/stolostron/builder:go1.18-linux
2226
to: multicluster-operators-application
2327
promotion:
2428
disabled: true

0 commit comments

Comments
 (0)