We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936cc0e commit cf69f07Copy full SHA for cf69f07
.tekton/vllm-cuda-pull-request.yaml
@@ -5,7 +5,7 @@ metadata:
5
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/vllm?rev={{revision}}
6
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8
- build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
+ build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}"
9
pipelinesascode.tekton.dev/max-keep-runs: "3"
10
pipelinesascode.tekton.dev/on-comment: "^/build-cuda"
11
pipelinesascode.tekton.dev/on-label: "[build-all]"
.tekton/vllm-cuda-v2-24-push.yaml
@@ -91,4 +91,3 @@ spec:
91
secret:
92
secretName: '{{ git_auth_secret }}'
93
status: {}
94
-#restart
0 commit comments