Skip to content

Commit

Permalink
update naming and pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Feb 14, 2024
1 parent d69f859 commit ea903d8
Show file tree
Hide file tree
Showing 28 changed files with 509 additions and 1,349 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ 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 == "redhat-v0.6" && ( "cmd/tuf/server/*".pathChanged() || ".tekton/tuf-server-*-pull-request.yaml".pathChanged() || "Dockerfile.tuf-server".pathChanged() || "go.mod".pathChanged() || "Makefile".pathChanged() )
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/createctconfig-pull-request.yaml".pathChanged() || "Dockerfile.createctconfig.rh".pathChanged() || "Makefile".pathChanged() || "go.mod".pathChanged() || "cmd/ctlog/createctconfig/*".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: scaffold-1-0-gamma
appstudio.openshift.io/component: tuf-server-0-6
appstudio.openshift.io/application: scaffold
appstudio.openshift.io/component: createctconfig
pipelines.appstudio.openshift.io/type: build
name: tuf-server-0-6-on-pull-request
name: createctconfig-on-pull-request
namespace: rhtas-tenant
spec:
params:
- name: dockerfile
value: Dockerfile.tuf-server
value: Dockerfile.createctconfig.rh
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/scaffold-1-0-gamma/tuf-server-0-6:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/rhtas-tenant/scaffold/createctconfig:on-pr-{{revision}}
- name: path-context
value: .
- name: revision
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ 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-v0.6"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: scaffold-1-0-gamma
appstudio.openshift.io/component: tuf-server-0-6
appstudio.openshift.io/application: scaffold
appstudio.openshift.io/component: createctconfig
pipelines.appstudio.openshift.io/type: build
name: tuf-server-0-6-on-push
name: createctconfig-on-push
namespace: rhtas-tenant
spec:
params:
- name: dockerfile
value: Dockerfile.tuf-server
value: Dockerfile.createctconfig.rh
- name: git-url
value: '{{repo_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/scaffold-1-0-gamma/tuf-server-0-6:{{revision}}
value: quay.io/redhat-user-workloads/rhtas-tenant/scaffold/createctconfig:{{revision}}
- name: path-context
value: .
- name: revision
Expand Down
Loading

0 comments on commit ea903d8

Please sign in to comment.