fix yamllint verify fail
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 16 Oct 2017 07:44:00 +0000 (15:44 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 16 Oct 2017 08:12:26 +0000 (16:12 +0800)
fail record: https://build.opnfv.org/ci/job/opnfv-yamllint-verify-master/1050/console

Change-Id: Ic709b9a3d1d3642a3deebd930714a2ba2de22da6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
reporting/reporting/reporting.yaml
testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml
testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml

index 2a4aa49..1e2e9a4 100644 (file)
@@ -42,8 +42,10 @@ functest:
     test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
     log_level: ERROR
     jenkins_url: https://build.opnfv.org/ci/view/functest/job/
+    # yamllint disable rule:truthy
     exclude_noha: False
     exclude_virtual: False
+    # yamllint enable
 
 yardstick:
     test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml
index 3674c3c..f7913ea 100644 (file)
@@ -1,3 +1,4 @@
+---
 language: node_js
 node_js:
   - "0.12"
@@ -8,4 +9,4 @@ before_script:
 before_install:
   - export CHROME_BIN=chromium-browser
   - export DISPLAY=:99.0
-  - sh -e /etc/init.d/xvfb start
\ No newline at end of file
+  - sh -e /etc/init.d/xvfb start