docs: suffix nc01 workspaces by lane

This commit is contained in:
Codex
2026-07-09 09:49:45 +02:00
parent 8de8ac3691
commit e9457ace4a
7 changed files with 37 additions and 17 deletions
+23 -3
View File
@@ -12,7 +12,7 @@ nodes:
NC01:
route: NC01
kubeRoute: NC01:k3s
sourceWorkspace: /root/hwlab
sourceWorkspace: /root/hwlab-v03
gitopsRoot: deploy/gitops/node
networkProfile: jd01-node-ci-egress
downloadProfile: jd01-node-default
@@ -33,7 +33,7 @@ lanes:
stageRefPrefix: "refs/unidesk/snapshots/hwlab-node-runtime/{branch}"
missingObjectPolicy: fail-fast
refreshPolicy: sync-before-snapshot
workspace: /root/hwlab
workspace: /root/hwlab-v03
cicdRepo: /root/hwlab-v03-cicd.git
cicdRepoLock: /tmp/hwlab-v03-cicd-repo.lock
app: hwlab-node-v03
@@ -83,7 +83,27 @@ lanes:
targets:
NC01:
node: NC01
workspace: /root/hwlab
workspace: /root/hwlab-v03
sourceWorkspace:
git:
remoteName: origin
remoteUrl: git@github.com:pikasTech/HWLAB.git
verifyRemote: false
requireUpToDate: false
requiredCommands:
- git
- node
- npm
requiredFiles:
- AGENTS.md
- package.json
- package-lock.json
install:
executor: host
dependencyCommand: npm ci
browserCommand: npx playwright install chromium
stateDir: /tmp/hwlab-v03-source-workspace-bootstrap
timeoutSeconds: 1800
sourceAuthority:
extends: templates.hwlabV03.sourceAuthorityGiteaSnapshot
giteaMirrorRepoKey: hwlab-nc01-v03