Skip to content
Open
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
3 changes: 1 addition & 2 deletions .tekton/odh-automl-ci-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1

Check warning on line 1 in .tekton/odh-automl-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:1 [document-start] missing document start "---"
kind: PipelineRun
metadata:
annotations:
Expand All @@ -6,13 +6,12 @@
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
pipelinesascode.tekton.dev/on-comment: "^/build-konflux"
pipelinesascode.tekton.dev/cancel-in-progress: "true"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: |
event == "pull_request"
&& target_branch == "main"
&& ( "pipelines/training/automl/autogluon_tabular_training_pipeline/**".pathChanged()
|| ".tekton/odh-automl-ci-pull-request.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: opendatahub-builds
Expand All @@ -22,7 +21,7 @@
namespace: open-data-hub-tenant
spec:
params:
- name: git-url

Check failure on line 24 in .tekton/odh-automl-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

24:3 [indentation] wrong indentation: expected 4 but found 2
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
Expand All @@ -36,11 +35,11 @@
value: pull-request
- name: additional-tags
value:
- 'odh-pr-{{revision}}'

Check failure on line 38 in .tekton/odh-automl-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

38:5 [indentation] wrong indentation: expected 6 but found 4
pipelineRef:
resolver: git
params:
- name: url

Check failure on line 42 in .tekton/odh-automl-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

42:5 [indentation] wrong indentation: expected 6 but found 4
value: https://github.com/opendatahub-io/odh-konflux-central.git
- name: revision
value: main
Expand All @@ -49,7 +48,7 @@
taskRunTemplate:
serviceAccountName: build-pipeline-odh-automl-ci
workspaces:
- name: git-auth

Check failure on line 51 in .tekton/odh-automl-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

51:3 [indentation] wrong indentation: expected 4 but found 2
secret:
secretName: '{{ git_auth_secret }}'
status: {}
3 changes: 1 addition & 2 deletions .tekton/odh-autorag-ci-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1

Check warning on line 1 in .tekton/odh-autorag-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:1 [document-start] missing document start "---"
kind: PipelineRun
metadata:
annotations:
Expand All @@ -6,13 +6,12 @@
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
pipelinesascode.tekton.dev/on-comment: "^/build-konflux"
pipelinesascode.tekton.dev/cancel-in-progress: "true"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: |
event == "pull_request"
&& target_branch == "main"
&& ( "pipelines/training/autorag/documents_rag_optimization_pipeline/**".pathChanged()
|| ".tekton/odh-autorag-ci-pull-request.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: opendatahub-builds
Expand All @@ -22,7 +21,7 @@
namespace: open-data-hub-tenant
spec:
params:
- name: git-url

Check failure on line 24 in .tekton/odh-autorag-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

24:3 [indentation] wrong indentation: expected 4 but found 2
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
Expand All @@ -36,11 +35,11 @@
value: pull-request
- name: additional-tags
value:
- 'odh-pr-{{revision}}'

Check failure on line 38 in .tekton/odh-autorag-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

38:5 [indentation] wrong indentation: expected 6 but found 4
pipelineRef:
resolver: git
params:
- name: url

Check failure on line 42 in .tekton/odh-autorag-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

42:5 [indentation] wrong indentation: expected 6 but found 4
value: https://github.com/opendatahub-io/odh-konflux-central.git
- name: revision
value: main
Expand All @@ -49,7 +48,7 @@
taskRunTemplate:
serviceAccountName: build-pipeline-odh-autorag-ci
workspaces:
- name: git-auth

Check failure on line 51 in .tekton/odh-autorag-ci-pull-request.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

51:3 [indentation] wrong indentation: expected 4 but found 2
secret:
secretName: '{{ git_auth_secret }}'
status: {}
Loading