Skip to content

Commit

Permalink
Revert "remove-cel-expression (#111)"
Browse files Browse the repository at this point in the history
This reverts commit 9bc920d.
  • Loading branch information
lance committed Jan 11, 2024
1 parent b278aa4 commit ed57c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/trillian-database-1-5-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 == "redhat-v1.5" && ( "60-load-db.sh".pathChanged() || "examples/deployment/docker/db_server/mysql.cnf".pathChanged() || "storage/mysql/schema/storage.sql".pathChanged() || ".tekton/trillian-database-1-5-pull-request.yaml".pathChanged() || "Dockerfile.database".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: trillian-1-0-gamma
Expand Down
1 change: 1 addition & 0 deletions .tekton/trillian-logserver-1-5-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 == "redhat-v1.5" && ( "go.mod".pathChanged() || "go.sum".pathChanged() || ".tekton/trillian-logserver-1-5-push.yaml".pathChanged() || "Dockerfile.logserver".pathChanged() || "cmd/trillian_log_server/***".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: trillian-1-0-gamma
Expand Down
1 change: 1 addition & 0 deletions .tekton/trillian-logsigner-1-5-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 == "redhat-v1.5" && ( "go.mod".pathChanged() || "go.sum".pathChanged() || ".tekton/trillian-logsigner-1-5-push.yaml".pathChanged() || "Dockerfile.logsigner".pathChanged() || "cmd/trillian_log_signer/***".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: trillian-1-0-gamma
Expand Down
1 change: 1 addition & 0 deletions .tekton/trillian-netcat-1-5-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 == "redhat-v1.5" && ( ".tekton/trillian-netcat-1-5-push.yaml".pathChanged() || "Dockerfile.netcat".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: trillian-1-0-gamma
Expand Down

0 comments on commit ed57c92

Please sign in to comment.