docs: suffix nc01 workspaces by lane
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user