Merge pull request #2727 from pikasTech/chore/hwpod-l2-source-artifact
Pipelines as Code CI / hwlab-nc01-v03-ci-poll- Failed
Pipelines as Code CI / hwlab-nc01-v03-ci-poll- Failed
ci(hwlab): 纳入 HWPOD L2 服务构建
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/on-cel-expression: "event == 'push' && target_branch == 'v0.3' && node == 'NC01'"
|
||||||
pipelinesascode.tekton.dev/max-keep-runs: "8"
|
pipelinesascode.tekton.dev/max-keep-runs: "8"
|
||||||
unidesk.ai/owning-config-ref: "config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01"
|
unidesk.ai/owning-config-ref: "config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01"
|
||||||
unidesk.ai/effective-config-sha256: sha256:6a599c5e402ca0a52a04c1b85403ff114b8239bf5a8c2f4864ed37a0bb73dbd2
|
unidesk.ai/effective-config-sha256: sha256:e6f14d619ce11e215530100670a08b093833853d435dd2d5cc95937eea553a9f
|
||||||
unidesk.ai/source-artifact-renderer: hwlab-runtime-lane
|
unidesk.ai/source-artifact-renderer: hwlab-runtime-lane
|
||||||
unidesk.ai/source-artifact-mode: remote-pipeline-annotation
|
unidesk.ai/source-artifact-mode: remote-pipeline-annotation
|
||||||
pipelinesascode.tekton.dev/pipeline: ci/pipelines/hwlab-nc01-v03-ci-image-publish.yaml
|
pipelinesascode.tekton.dev/pipeline: ci/pipelines/hwlab-nc01-v03-ci-image-publish.yaml
|
||||||
@@ -77,7 +77,7 @@ spec:
|
|||||||
- name: registry-prefix
|
- name: registry-prefix
|
||||||
value: 127.0.0.1:5000/hwlab
|
value: 127.0.0.1:5000/hwlab
|
||||||
- name: services
|
- name: services
|
||||||
value: "hwlab-cloud-api,hwlab-workbench-runtime,hwlab-user-billing,hwlab-project-management,hwlab-tasktree-api,hwlab-tasktree-worker,hwlab-harnessrl-api,hwlab-harnessrl-worker,hwlab-workbench-api,hwlab-workbench-worker,hwlab-cloud-web,hwlab-gateway,hwlab-edge-proxy,hwlab-agent-skills"
|
value: "hwlab-cloud-api,hwlab-workbench-runtime,hwlab-user-billing,hwlab-project-management,hwlab-tasktree-api,hwlab-tasktree-worker,hwlab-harnessrl-api,hwlab-harnessrl-worker,hwlab-workbench-api,hwlab-workbench-worker,hwlab-hwpod-api,hwlab-hwpod-worker,hwlab-hwpod-web,hwlab-cloud-web,hwlab-gateway,hwlab-edge-proxy,hwlab-agent-skills"
|
||||||
- name: base-image
|
- name: base-image
|
||||||
value: 127.0.0.1:5000/hwlab/hwlab-node20-base:20-bookworm-slim
|
value: 127.0.0.1:5000/hwlab/hwlab-node20-base:20-bookworm-slim
|
||||||
- name: build-cache-mode
|
- name: build-cache-mode
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ metadata:
|
|||||||
hwlab.pikastech.local/download-profile: jd01-node-default
|
hwlab.pikastech.local/download-profile: jd01-node-default
|
||||||
hwlab.pikastech.local/network-profile: jd01-node-ci-egress
|
hwlab.pikastech.local/network-profile: jd01-node-ci-egress
|
||||||
unidesk.ai/owning-config-ref: "config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01"
|
unidesk.ai/owning-config-ref: "config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01"
|
||||||
unidesk.ai/effective-config-sha256: sha256:6a599c5e402ca0a52a04c1b85403ff114b8239bf5a8c2f4864ed37a0bb73dbd2
|
unidesk.ai/effective-config-sha256: sha256:e6f14d619ce11e215530100670a08b093833853d435dd2d5cc95937eea553a9f
|
||||||
unidesk.ai/source-artifact-renderer: hwlab-runtime-lane
|
unidesk.ai/source-artifact-renderer: hwlab-runtime-lane
|
||||||
unidesk.ai/source-artifact-mode: remote-pipeline-annotation
|
unidesk.ai/source-artifact-mode: remote-pipeline-annotation
|
||||||
spec:
|
spec:
|
||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
default: 127.0.0.1:5000/hwlab
|
default: 127.0.0.1:5000/hwlab
|
||||||
- name: services
|
- name: services
|
||||||
type: string
|
type: string
|
||||||
default: "hwlab-cloud-api,hwlab-workbench-runtime,hwlab-user-billing,hwlab-project-management,hwlab-tasktree-api,hwlab-tasktree-worker,hwlab-harnessrl-api,hwlab-harnessrl-worker,hwlab-workbench-api,hwlab-workbench-worker,hwlab-cloud-web,hwlab-gateway,hwlab-edge-proxy,hwlab-agent-skills"
|
default: "hwlab-cloud-api,hwlab-workbench-runtime,hwlab-user-billing,hwlab-project-management,hwlab-tasktree-api,hwlab-tasktree-worker,hwlab-harnessrl-api,hwlab-harnessrl-worker,hwlab-workbench-api,hwlab-workbench-worker,hwlab-hwpod-api,hwlab-hwpod-worker,hwlab-hwpod-web,hwlab-cloud-web,hwlab-gateway,hwlab-edge-proxy,hwlab-agent-skills"
|
||||||
- name: base-image
|
- name: base-image
|
||||||
type: string
|
type: string
|
||||||
default: 127.0.0.1:5000/hwlab/hwlab-node20-base:20-bookworm-slim
|
default: 127.0.0.1:5000/hwlab/hwlab-node20-base:20-bookworm-slim
|
||||||
@@ -383,6 +383,18 @@ spec:
|
|||||||
description: hwlab-workbench-worker rollout affected according to ci-plan
|
description: hwlab-workbench-worker rollout affected according to ci-plan
|
||||||
- name: build-hwlab-workbench-worker
|
- name: build-hwlab-workbench-worker
|
||||||
description: hwlab-workbench-worker image build required according to ci-plan
|
description: hwlab-workbench-worker image build required according to ci-plan
|
||||||
|
- name: affected-hwlab-hwpod-api
|
||||||
|
description: hwlab-hwpod-api rollout affected according to ci-plan
|
||||||
|
- name: build-hwlab-hwpod-api
|
||||||
|
description: hwlab-hwpod-api image build required according to ci-plan
|
||||||
|
- name: affected-hwlab-hwpod-worker
|
||||||
|
description: hwlab-hwpod-worker rollout affected according to ci-plan
|
||||||
|
- name: build-hwlab-hwpod-worker
|
||||||
|
description: hwlab-hwpod-worker image build required according to ci-plan
|
||||||
|
- name: affected-hwlab-hwpod-web
|
||||||
|
description: hwlab-hwpod-web rollout affected according to ci-plan
|
||||||
|
- name: build-hwlab-hwpod-web
|
||||||
|
description: hwlab-hwpod-web image build required according to ci-plan
|
||||||
- name: affected-hwlab-cloud-web
|
- name: affected-hwlab-cloud-web
|
||||||
description: hwlab-cloud-web rollout affected according to ci-plan
|
description: hwlab-cloud-web rollout affected according to ci-plan
|
||||||
- name: build-hwlab-cloud-web
|
- name: build-hwlab-cloud-web
|
||||||
@@ -671,6 +683,9 @@ spec:
|
|||||||
- hwlab-harnessrl-worker
|
- hwlab-harnessrl-worker
|
||||||
- hwlab-workbench-api
|
- hwlab-workbench-api
|
||||||
- hwlab-workbench-worker
|
- hwlab-workbench-worker
|
||||||
|
- hwlab-hwpod-api
|
||||||
|
- hwlab-hwpod-worker
|
||||||
|
- hwlab-hwpod-web
|
||||||
- hwlab-cloud-web
|
- hwlab-cloud-web
|
||||||
- hwlab-gateway
|
- hwlab-gateway
|
||||||
- hwlab-edge-proxy
|
- hwlab-edge-proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user