fix: 阻止流水线扩大已审阅发布范围
This commit is contained in:
@@ -9,7 +9,7 @@ metadata:
|
||||
pipelinesascode.tekton.dev/on-cel-expression: "event == 'push' && target_branch == 'v0.3' && node == 'NC01'"
|
||||
pipelinesascode.tekton.dev/max-keep-runs: "8"
|
||||
unidesk.ai/owning-config-ref: "config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01"
|
||||
unidesk.ai/effective-config-sha256: sha256:b132b19c115bb457e6ed7fc02d281aac0f6758208afa37977e114adaf1673e36
|
||||
unidesk.ai/effective-config-sha256: sha256:01b954f394174302b5ebce2de98a24d091be1c5922fbc188ef5af72ff1bb569c
|
||||
unidesk.ai/source-artifact-renderer: hwlab-runtime-lane
|
||||
unidesk.ai/source-artifact-mode: remote-pipeline-annotation
|
||||
pipelinesascode.tekton.dev/pipeline: ci/pipelines/hwlab-nc01-v03-ci-image-publish.yaml
|
||||
@@ -86,3 +86,11 @@ spec:
|
||||
value: registry
|
||||
- name: runtime-ready-timeout-ms
|
||||
value: "60000"
|
||||
- name: release-base-commit
|
||||
value: "{{ body.before }}"
|
||||
- name: release-target
|
||||
value: NC01
|
||||
- name: release-consumer
|
||||
value: hwlab-nc01-v03
|
||||
- name: reviewed-plan
|
||||
value: "{{ body.head_commit.message }}"
|
||||
|
||||
Reference in New Issue
Block a user