Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into rhtap/references/main
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Oct 26, 2023
2 parents b3c06bf + 3f0d326 commit 2f7aeb0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 197 deletions.
44 changes: 0 additions & 44 deletions .tekton/controller-pull-request.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions .tekton/controller-push.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .tekton/oauth-pull-request.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .tekton/oauth-push.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions .tekton/spi-oauth-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "main" && ( "./***".pathChanged() || ".tekton/spi-oauth-pull-request.yaml".pathChanged()
|| "oauth.Dockerfile".pathChanged() )
pipelinesascode.tekton.dev/on-event: '[pull_request]'
pipelinesascode.tekton.dev/on-target-branch: '[main]'
creationTimestamp: null
labels:
appstudio.openshift.io/application: spi
Expand Down
4 changes: 2 additions & 2 deletions .tekton/spi-oauth-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main"
pipelinesascode.tekton.dev/on-event: '[push]'
pipelinesascode.tekton.dev/on-target-branch: '[main]'
creationTimestamp: null
labels:
appstudio.openshift.io/application: spi
Expand Down
5 changes: 2 additions & 3 deletions .tekton/spi-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "main" && ( "./***".pathChanged() || ".tekton/spi-operator-pull-request.yaml".pathChanged()
|| "Dockerfile".pathChanged() )
pipelinesascode.tekton.dev/on-event: '[pull_request]'
pipelinesascode.tekton.dev/on-target-branch: '[main]'
creationTimestamp: null
labels:
appstudio.openshift.io/application: spi
Expand Down
4 changes: 2 additions & 2 deletions .tekton/spi-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main"
pipelinesascode.tekton.dev/on-event: '[push]'
pipelinesascode.tekton.dev/on-target-branch: '[main]'
creationTimestamp: null
labels:
appstudio.openshift.io/application: spi
Expand Down

0 comments on commit 2f7aeb0

Please sign in to comment.