Skip to content

Commit adc5f8a

Browse files
Merge pull request #77858 from openshift-bot/auto-config-brancher
Automate config brancher by auto-config-brancher job at Wed, 15 Apr 2026 16:50:50 UTC
2 parents c18c5c6 + e3fb992 commit adc5f8a

5 files changed

Lines changed: 18 additions & 10 deletions

ci-operator/config/openshift-priv/operator-framework-operator-controller/openshift-priv-operator-framework-operator-controller-main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ tests:
5555
container:
5656
from: src
5757
- as: verify-commits
58-
commands: commitchecker --start ${PULL_BASE_SHA:-main}
58+
commands: |
59+
commitchecker --start "$(git merge-base ${PULL_BASE_SHA:-main} ${PULL_PULL_SHA:-HEAD})" \
60+
--end "${PULL_PULL_SHA:-HEAD}"
5961
container:
6062
from: commitchecker
6163
- as: check-sync-pr-valid

ci-operator/config/openshift-priv/operator-framework-operator-controller/openshift-priv-operator-framework-operator-controller-release-4.22.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ tests:
5555
container:
5656
from: src
5757
- as: verify-commits
58-
commands: commitchecker --start ${PULL_BASE_SHA:-main}
58+
commands: |
59+
commitchecker --start "$(git merge-base ${PULL_BASE_SHA:-main} ${PULL_PULL_SHA:-HEAD})" \
60+
--end "${PULL_PULL_SHA:-HEAD}"
5961
container:
6062
from: commitchecker
6163
- as: check-sync-pr-valid

ci-operator/config/openshift-priv/operator-framework-operator-controller/openshift-priv-operator-framework-operator-controller-release-4.23.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ tests:
5555
container:
5656
from: src
5757
- as: verify-commits
58-
commands: commitchecker --start ${PULL_BASE_SHA:-main}
58+
commands: |
59+
commitchecker --start "$(git merge-base ${PULL_BASE_SHA:-main} ${PULL_PULL_SHA:-HEAD})" \
60+
--end "${PULL_PULL_SHA:-HEAD}"
5961
container:
6062
from: commitchecker
6163
- as: check-sync-pr-valid

ci-operator/config/openshift-priv/operator-framework-operator-controller/openshift-priv-operator-framework-operator-controller-release-5.0.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ tests:
5656
container:
5757
from: src
5858
- as: verify-commits
59-
commands: commitchecker --start ${PULL_BASE_SHA:-main}
59+
commands: |
60+
commitchecker --start "$(git merge-base ${PULL_BASE_SHA:-main} ${PULL_PULL_SHA:-HEAD})" \
61+
--end "${PULL_PULL_SHA:-HEAD}"
6062
container:
6163
from: commitchecker
6264
- as: check-sync-pr-valid

ci-operator/config/openshift-priv/vector/openshift-priv-vector-v0.47.0-rh.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ base_images:
44
namespace: ocp
55
tag: "9"
66
cluster-logging-operator:
7-
name: 6.y
7+
name: "6.5"
88
namespace: logging
99
tag: cluster-logging-operator
1010
cluster-logging-operator-e2e:
11-
name: 6.y
11+
name: "6.5"
1212
namespace: logging
1313
tag: cluster-logging-operator-e2e
1414
cluster-logging-operator-registry:
15-
name: 6.y
15+
name: "6.5"
1616
namespace: logging
1717
tag: cluster-logging-operator-registry
1818
log-file-metric-exporter:
19-
name: 6.y
19+
name: "6.5"
2020
namespace: logging
2121
tag: log-file-metric-exporter
2222
logging-eventrouter:
@@ -54,7 +54,7 @@ releases:
5454
latest:
5555
release:
5656
channel: stable
57-
version: "4.18"
57+
version: "4.20"
5858
resources:
5959
'*':
6060
limits:
@@ -94,7 +94,7 @@ tests:
9494
owner: obs-logging
9595
product: ocp
9696
timeout: 1h0m0s
97-
version: "4.18"
97+
version: "4.20"
9898
steps:
9999
test:
100100
- as: test

0 commit comments

Comments
 (0)