Skip to content

Commit 59f495c

Browse files
Merge pull request #1737 from opendatahub-io/release-model-registry-v0.3.9-1777909820
Release: Tekton pipelines → v0.3.9
2 parents caf0837 + cc27436 commit 59f495c

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/model-registry?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11+
== "release/v0.3.9"
12+
creationTimestamp: null
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-builds
15+
appstudio.openshift.io/component: odh-model-registry-job-async-upload-ci
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-model-registry-job-async-upload-on-release-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/opendatahub/model-registry-job-async-upload:v0.3.9
27+
- name: dockerfile
28+
value: Dockerfile
29+
- name: path-context
30+
value: jobs/async-upload
31+
pipelineRef:
32+
resolver: git
33+
params:
34+
- name: url
35+
value: https://github.com/opendatahub-io/odh-konflux-central.git
36+
- name: revision
37+
value: main
38+
- name: pathInRepo
39+
value: pipeline/multi-arch-container-build.yaml
40+
taskRunTemplate:
41+
serviceAccountName: build-pipeline-odh-model-registry
42+
workspaces:
43+
- name: git-auth
44+
secret:
45+
secretName: '{{ git_auth_secret }}'
46+
status: {}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/model-registry?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11+
== "release/v0.3.9"
12+
creationTimestamp: null
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-builds
15+
appstudio.openshift.io/component: odh-model-registry-ci
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-model-registry-on-release-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/opendatahub/model-registry:v0.3.9
27+
- name: dockerfile
28+
value: Dockerfile
29+
- name: path-context
30+
value: .
31+
pipelineRef:
32+
resolver: git
33+
params:
34+
- name: url
35+
value: https://github.com/opendatahub-io/odh-konflux-central.git
36+
- name: revision
37+
value: main
38+
- name: pathInRepo
39+
value: pipeline/multi-arch-container-build.yaml
40+
taskRunTemplate:
41+
serviceAccountName: build-pipeline-odh-model-registry
42+
workspaces:
43+
- name: git-auth
44+
secret:
45+
secretName: '{{ git_auth_secret }}'
46+
status: {}

0 commit comments

Comments
 (0)