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

View File

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

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

View File

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