fix: [nomad-step-1] S1.3 — wire --with forgejo into bin/disinto init --backend=nomad (#842) #859
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
# Steps (all fail-closed — any error blocks merge):
|
# Steps (all fail-closed — any error blocks merge):
|
||||||
# 1. nomad-config-validate — `nomad config validate` on server + client HCL
|
# 1. nomad-config-validate — `nomad config validate` on server + client HCL
|
||||||
# 2. nomad-job-validate — `nomad job validate` looped over every
|
# 2. nomad-job-validate — `nomad job validate` looped over every
|
||||||
# nomad/jobs/*.nomad.hcl (new jobspecs get
|
# nomad/jobs/*.hcl (new jobspecs get
|
||||||
# CI coverage automatically)
|
# CI coverage automatically)
|
||||||
# 3. vault-operator-diagnose — `vault operator diagnose` syntax check on vault.hcl
|
# 3. vault-operator-diagnose — `vault operator diagnose` syntax check on vault.hcl
|
||||||
# 4. shellcheck-nomad — shellcheck the cluster-up + install scripts + disinto
|
# 4. shellcheck-nomad — shellcheck the cluster-up + install scripts + disinto
|
||||||
|
|
@ -57,6 +57,7 @@ steps:
|
||||||
- name: nomad-config-validate
|
- name: nomad-config-validate
|
||||||
image: hashicorp/nomad:1.9.5
|
image: hashicorp/nomad:1.9.5
|
||||||
commands:
|
commands:
|
||||||
|
- nomad version
|
||||||
- nomad config validate nomad/server.hcl nomad/client.hcl
|
- nomad config validate nomad/server.hcl nomad/client.hcl
|
||||||
|
|
||||||
# ── 2. Nomad jobspec HCL syntax check ────────────────────────────────────
|
# ── 2. Nomad jobspec HCL syntax check ────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue