aboutsummaryrefslogtreecommitdiffstats
path: root/samples/spec_cpu.yaml
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2017-11-17 08:41:06 +0000
committerrexlee8776 <limingjiang@huawei.com>2017-11-17 08:41:06 +0000
commit1839527cfef72b58182d3c7bb2b06423684c0d46 (patch)
tree0654b28e327ed5da058f4a012a8e6e22703b941f /samples/spec_cpu.yaml
parentce52059f5f78912eeff2d97235c1028c218bf960 (diff)
bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment
JIRA: YARDSTICK-847 Change-Id: I0750f2d17bac9e0214caf640e4ea1141ea3b4a03 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'samples/spec_cpu.yaml')
0 files changed, 0 insertions, 0 deletions
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[tox]
minversion = 1.6
envlist = docs,docs-linkcheck
skipsdist = true

[testenv:docs]
deps = -r{toxinidir}/etc/requirements.txt
commands =
    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
    echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals = echo

[testenv:docs-linkcheck]
deps = -r{toxinidir}/etc/requirements.txt
commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck