Skip to content

Commit 8b60864

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.22.x] update konflux configuration
Generated by workflow [Generate konflux configurations](https://github.com/openshift-pipelines/hack/actions/runs/21621981416) Triggered by pramodbindal
1 parent 3e1ef75 commit 8b60864

7 files changed

+7
-7
lines changed

.github/workflows/auto-merge-upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
pr_list=$(gh pr list \
2525
--state open \
26-
--label upstream \
26+
--search 'label:upstream -label:do-not-merge/hold' \
2727
--json number,title,statusCheckRollup \
2828
--jq ' .[]| select((.statusCheckRollup // [])| all(.conclusion == "SUCCESS" or .conclusion == "SKIPPED"))| "\(.number)"')
2929

.tekton/tektoncd-results-1-22-api-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
value: .konflux/dockerfiles/api.Dockerfile
3838
- name: additional-tags
3939
value:
40-
- "on-pr-1.22.0"
40+
- "on-pr-v1.22.0"
4141
- name: build-platforms
4242
value:
4343
- linux/x86_64

.tekton/tektoncd-results-1-22-api-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: .konflux/dockerfiles/api.Dockerfile
3636
- name: additional-tags
3737
value:
38-
- "1.22.0"
38+
- "v1.22.0"
3939
- name: prefetch-input
4040
value: |
4141
{"type": "rpm", "path": ".konflux/rpms"}

.tekton/tektoncd-results-1-22-retention-policy-agent-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
value: .konflux/dockerfiles/retention-policy-agent.Dockerfile
3838
- name: additional-tags
3939
value:
40-
- "on-pr-1.22.0"
40+
- "on-pr-v1.22.0"
4141
- name: build-platforms
4242
value:
4343
- linux/x86_64

.tekton/tektoncd-results-1-22-retention-policy-agent-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: .konflux/dockerfiles/retention-policy-agent.Dockerfile
3636
- name: additional-tags
3737
value:
38-
- "1.22.0"
38+
- "v1.22.0"
3939
- name: prefetch-input
4040
value: |
4141
{"type": "rpm", "path": ".konflux/rpms"}

.tekton/tektoncd-results-1-22-watcher-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
value: .konflux/dockerfiles/watcher.Dockerfile
3838
- name: additional-tags
3939
value:
40-
- "on-pr-1.22.0"
40+
- "on-pr-v1.22.0"
4141
- name: build-platforms
4242
value:
4343
- linux/x86_64

.tekton/tektoncd-results-1-22-watcher-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: .konflux/dockerfiles/watcher.Dockerfile
3636
- name: additional-tags
3737
value:
38-
- "1.22.0"
38+
- "v1.22.0"
3939
- name: prefetch-input
4040
value: |
4141
{"type": "rpm", "path": ".konflux/rpms"}

0 commit comments

Comments
 (0)