fix(ci): bound NC01 service build workers (#2721)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: tekton.dev/v1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: hwlab-nc01-v03-ci-poll-
|
||||
name: "hwlab-nc01-v03-ci-poll-{{ revision }}"
|
||||
namespace: hwlab-ci
|
||||
annotations:
|
||||
pipelinesascode.tekton.dev/on-event: "[push]"
|
||||
@@ -9,10 +9,11 @@ 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:e6f14d619ce11e215530100670a08b093833853d435dd2d5cc95937eea553a9f
|
||||
unidesk.ai/effective-config-sha256: sha256:b132b19c115bb457e6ed7fc02d281aac0f6758208afa37977e114adaf1673e36
|
||||
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
|
||||
unidesk.ai/ci-dedupe-mode: deterministic-kubernetes-name
|
||||
hwlab.pikastech.local/ci-contract: tekton-native-primitive-tasks
|
||||
hwlab.pikastech.local/download-profile: jd01-node-default
|
||||
hwlab.pikastech.local/gitops-branch: v0.3-gitops
|
||||
@@ -39,6 +40,7 @@ spec:
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
priorityClassName: unidesk-ci-batch
|
||||
pipelineRef:
|
||||
name: hwlab-nc01-v03-ci-image-publish
|
||||
workspaces:
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user