From 4724c5efa2284e42688e3716174a8568a61e5d60 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Mon, 16 Oct 2017 15:44:00 +0800 Subject: fix yamllint verify fail fail record: https://build.opnfv.org/ci/job/opnfv-yamllint-verify-master/1050/console Change-Id: Ic709b9a3d1d3642a3deebd930714a2ba2de22da6 Signed-off-by: SerenaFeng --- reporting/reporting/reporting.yaml | 2 ++ .../static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml | 3 ++- .../static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/reporting/reporting/reporting.yaml b/reporting/reporting/reporting.yaml index 2a4aa49..1e2e9a4 100644 --- a/reporting/reporting/reporting.yaml +++ b/reporting/reporting/reporting.yaml @@ -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 diff --git a/testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml b/testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml index 3674c3c..f7913ea 100644 --- a/testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml +++ b/testapi/3rd_party/static/testapi-ui/assets/lib/angular-confirm-modal/.travis.yml @@ -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 diff --git a/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml b/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml index 04e9092..8d3d79d 100644 --- a/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml +++ b/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml @@ -1,3 +1,4 @@ +--- [ # Docs: https://saucelabs.com/docs/platforms/webdriver -- cgit 1.2.3-korg