Update doc validation job to use airshipctl ref

Currently, the document validation job uses the master branch of
airshipctl rather than the reference used by the deployment jobs. This
change updates the job to use the same reference for consistent
validation results.

Closes #110

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: I243ce1cf0bea7ed9d8014005da6055725f91810d
This commit is contained in:
Drew Walters 2021-03-18 21:12:03 +00:00
parent d74a908255
commit d95f11941f
2 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@
roles:
- zuul: airship/airshipctl
pre-run:
- playbooks/airship-treasuremap-ensure-checkout.yaml
- playbooks/airship-treasuremap-deploy-docker.yaml
run: playbooks/airship-treasuremap-gate-runner.yaml
nodeset: airship-treasuremap-single-node
@ -65,9 +66,6 @@
run: playbooks/airship-treasuremap-gate-runner.yaml
nodeset: airship-treasuremap-single-16GB-bionic-node
vars:
# NOTE(drewwalters96): Set AIRSHIPCTL_REF to a commit SHA in order to pin
# the cloned version of airshipctl to a known/compatible reference.
AIRSHIPCTL_REF: "5820e22d9f436df2f93d8b71286b2ad0492279bc"
site_name: test-site
gate_scripts:
- ./tools/deployment/01_install_essentials.sh

View File

@ -12,6 +12,9 @@
- project:
vars:
# NOTE(drewwalters96): Set AIRSHIPCTL_REF to a commit SHA in order to pin
# the cloned version of airshipctl to a known/compatible reference.
AIRSHIPCTL_REF: "5820e22d9f436df2f93d8b71286b2ad0492279bc"
sphinx_build_dir: docs/build
check:
jobs: