Skip to content

Commit

Permalink
[bot:main] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot committed Jan 15, 2025
1 parent bdbc06e commit 9464f34
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 32 deletions.
11 changes: 3 additions & 8 deletions .tekton/manual-approval-gate-main-controller-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
Expand Down Expand Up @@ -40,14 +42,7 @@ spec:
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
resolver: git
params:
- name: url
value: https://github.com/openshift-pipelines/operator.git
- name: revision
value: main
- name: pathInRepo
value: .tekton/docker-build-ta.yaml
name: docker-build-ta
workspaces:
- name: git-auth
secret:
Expand Down
11 changes: 3 additions & 8 deletions .tekton/manual-approval-gate-main-controller-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
Expand Down Expand Up @@ -38,14 +40,7 @@ spec:
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
resolver: git
params:
- name: url
value: https://github.com/openshift-pipelines/operator.git
- name: revision
value: main
- name: pathInRepo
value: .tekton/docker-build-ta.yaml
name: docker-build-ta
workspaces:
- name: git-auth
secret:
Expand Down
11 changes: 3 additions & 8 deletions .tekton/manual-approval-gate-main-webhook-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
Expand Down Expand Up @@ -40,14 +42,7 @@ spec:
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
resolver: git
params:
- name: url
value: https://github.com/openshift-pipelines/operator.git
- name: revision
value: main
- name: pathInRepo
value: .tekton/docker-build-ta.yaml
name: docker-build-ta
workspaces:
- name: git-auth
secret:
Expand Down
11 changes: 3 additions & 8 deletions .tekton/manual-approval-gate-main-webhook-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
Expand Down Expand Up @@ -38,14 +40,7 @@ spec:
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
resolver: git
params:
- name: url
value: https://github.com/openshift-pipelines/operator.git
- name: revision
value: main
- name: pathInRepo
value: .tekton/docker-build-ta.yaml
name: docker-build-ta
workspaces:
- name: git-auth
secret:
Expand Down

0 comments on commit 9464f34

Please sign in to comment.