Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/sync-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
workflow_dispatch:

env:
# TODO: Uncomment this when are sure that we want to sync all packages
#SUPPORTED_PACKAGES: "rhtas-operator|model-validation-operator|policy-controller-operator"
SUPPORTED_PACKAGES: "rhtas-operator"
SUPPORTED_PACKAGES: "rhtas-operator|policy-controller-operator"

jobs:
update-catalogs:
Expand Down
53 changes: 0 additions & 53 deletions .tekton/pco-fbc-v4-15-pull-request.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions .tekton/pco-fbc-v4-16-pull-request.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .tekton/pco-fbc-v4-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main" && ( "v4.16/policy-controller-operator/***".pathChanged() || ".tekton/pco-fbc-v4-16-pull-request.yaml".pathChanged()
)
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push"
&& target_branch.matches('^release-.*$')
&& ( "v4.16/policy-controller-operator/**".pathChanged() || ".tekton/pco-fbc-v4-16-push.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: pco-fbc-v4-16
appstudio.openshift.io/application: pco-fbc
appstudio.openshift.io/component: pco-fbc-v4-16
pipelines.appstudio.openshift.io/type: build
name: pco-fbc-v4-16-on-push
Expand Down
55 changes: 0 additions & 55 deletions .tekton/pco-fbc-v4-17-pull-request.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .tekton/pco-fbc-v4-17-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main" && ( "v4.17/policy-controller-operator/***".pathChanged() || ".tekton/pco-fbc-v4-17-pull-request.yaml".pathChanged()
)
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push"
&& target_branch.matches('^release-.*$')
&& ( "v4.17/policy-controller-operator/**".pathChanged() || ".tekton/pco-fbc-v4-17-push.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: pco-fbc-v4-17
appstudio.openshift.io/application: pco-fbc
appstudio.openshift.io/component: pco-fbc-v4-17
pipelines.appstudio.openshift.io/type: build
name: pco-fbc-v4-17-on-push
Expand Down
55 changes: 0 additions & 55 deletions .tekton/pco-fbc-v4-18-pull-request.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .tekton/pco-fbc-v4-18-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main" && ( "v4.18/policy-controller-operator/***".pathChanged() || ".tekton/pco-fbc-v4-18-pull-request.yaml".pathChanged()
)
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push"
&& target_branch.matches('^release-.*$')
&& ( "v4.18/policy-controller-operator/**".pathChanged() || ".tekton/pco-fbc-v4-18-push.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: pco-fbc-v4-18
appstudio.openshift.io/application: pco-fbc
appstudio.openshift.io/component: pco-fbc-v4-18
pipelines.appstudio.openshift.io/type: build
name: pco-fbc-v4-18-on-push
Expand Down
55 changes: 0 additions & 55 deletions .tekton/pco-fbc-v4-19-pull-request.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .tekton/pco-fbc-v4-19-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main" && ( "v4.19/policy-controller-operator/***".pathChanged() || ".tekton/pco-fbc-v4-19-pull-request.yaml".pathChanged()
)
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push"
&& target_branch.matches('^release-.*$')
&& ( "v4.19/policy-controller-operator/**".pathChanged() || ".tekton/pco-fbc-v4-19-push.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: pco-fbc-v4-19
appstudio.openshift.io/application: pco-fbc
appstudio.openshift.io/component: pco-fbc-v4-19
pipelines.appstudio.openshift.io/type: build
name: pco-fbc-v4-19-on-push
Expand Down
Loading