Skip to content

Commit

Permalink
Merge pull request #265 from moulalis/update_konflux_master
Browse files Browse the repository at this point in the history
update konflux nightly
  • Loading branch information
moulalis authored May 6, 2024
2 parents aeb3c1c + a4fab66 commit 26dde19
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .tekton/kserve-agent-nightly-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-agent-nightly-pull-request.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kserve-agent-nightly-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-agent-nightly-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhoai-tenant/kserve-nightly/kserve-agent-nightly:{{revision}}
value: quay.io/modh/kserve-agent:nightly
- name: path-context
value: .
- name: revision
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kserve-controller-nightly-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-controller-nightly-pull-request.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kserve-controller-nightly-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-controller-nightly-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhoai-tenant/kserve-nightly/kserve-controller-nightly:{{revision}}
value: quay.io/modh/kserve-controller:nightly
- name: path-context
value: .
- name: revision
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kserve-router-nightly-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-router-nightly-pull-request.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kserve-router-nightly-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-router-nightly-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhoai-tenant/kserve-nightly/kserve-router-nightly:{{revision}}
value: quay.io/modh/kserve-router:nightly
- name: path-context
value: .
- name: revision
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kserve-storage-initializer-nightly-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
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
== "master" && ( "./python/***".pathChanged() || ".tekton/kserve-storage-initializer-nightly-pull-request.yaml".pathChanged()
|| "storage-initializer.Dockerfile".pathChanged() )
== "master" && ( "python/***".pathChanged() || ".tekton/kserve-storage-initializer-nightly-pull-request.yaml".pathChanged()
) && (!".tekton/*.*".pathChanged() || ".tekton/kserve-storage-initializer-nightly-pull-request.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kserve-storage-initializer-nightly-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
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
== "master"
== "master" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-storage-initializer-nightly-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-nightly
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhoai-tenant/kserve-nightly/kserve-storage-initializer-nightly:{{revision}}
value: quay.io/modh/kserve-storage-initializer:nightly
- name: path-context
value: python
- name: revision
Expand Down

0 comments on commit 26dde19

Please sign in to comment.