set voting jobs to true, chaned file names to match others in repo, fixed

spacing

Change-Id: Ic2ed7cac7e9c7ed1a78fda38a8ac27af4140d2d3
This commit is contained in:
Blake Dittmer 2019-11-12 11:53:24 -06:00
parent b13b2224fc
commit 6ba34c1188
4 changed files with 7 additions and 9 deletions

View File

@ -18,7 +18,7 @@
rtd_project_name: 'airship-treasuremap'
check:
jobs:
- lintyaml
- treasuremap-yaml-lint
- treasuremap-seaworthy-site-lint
- treasuremap-seaworthy-virt-site-lint
- treasuremap-airskiff-ubuntu-site-lint
@ -30,7 +30,7 @@
gate:
jobs:
- treasuremap-seaworthy-site-lint
- lintyaml
- treasuremap-yaml-lint
- treasuremap-seaworthy-virt-site-lint
- treasuremap-airskiff-ubuntu-site-lint
- treasuremap-airskiff-suse-site-lint
@ -63,11 +63,11 @@
- ^.*\.rst$
- ^doc/.*$
- job:
name: lintyaml
name: treasuremap-yaml-lint
nodeset: treasuremap-single-node
timeout: 900
run: tools/gate/playbooks/lint-yaml.yaml
voting: false
voting: true
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$

View File

@ -1,6 +1,4 @@
set -xe
sudo apt-get update
sudo apt-get install --no-install-recommends -y\
yamllint\
sudo apt-get install --no-install-recommends -y yamllint

0
tools/gate/lintyaml.sh Normal file → Executable file
View File

View File

@ -17,5 +17,5 @@
- name: lint-yaml
shell: |
set -xe;
./tools/gate/installyamllint.sh
./tools/gate/lintyaml.sh
./tools/gate/installyamllint.sh
./tools/gate/lintyaml.sh