Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
acbda890
Commit
acbda890
authored
9 years ago
by
Jeffrey Zhang
Browse files
Options
Downloads
Patches
Plain Diff
make the tox.ini indent uniform
TrivalFix Change-Id: I75972366588c691d26512102ba567d6d1b258efe
parent
6fcde0da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+29
-29
29 additions, 29 deletions
tox.ini
with
29 additions
and
29 deletions
tox.ini
+
29
−
29
View file @
acbda890
...
@@ -11,7 +11,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
...
@@ -11,7 +11,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
[testenv:pep8]
commands
=
commands
=
flake8
flake8
[testenv:venv]
[testenv:venv]
commands
=
{posargs}
commands
=
{posargs}
...
@@ -21,16 +21,16 @@ commands = python setup.py build_sphinx
...
@@ -21,16 +21,16 @@ commands = python setup.py build_sphinx
[testenv:validate-contents]
[testenv:validate-contents]
commands
=
commands
=
{toxinidir}/tools/validate-all-json.sh
{toxinidir}/tools/validate-all-json.sh
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-maintainer.sh
{toxinidir}/tools/validate-all-maintainer.sh
[testenv:bashate]
[testenv:bashate]
deps
=
bashate
deps
=
bashate
whitelist_externals
=
bash
whitelist_externals
=
bash
# tox improperly interprets # and {1} in regex, so match on [[:punct:]]+
# tox improperly interprets # and {1} in regex, so match on [[:punct:]]+
commands
=
commands
=
bash
-c
"
files
=
`egrep -rlI --exclude-dir .git --exclude-dir .tox '^[[:punct:]]+!/(bin/|/usr/bin/env )(ba)?sh' .` && bashate $files"
bash
-c
"
files
=
`egrep -rlI --exclude-dir .git --exclude-dir .tox '^[[:punct:]]+!/(bin/|/usr/bin/env )(ba)?sh' .` && bashate $files"
[testenv:setupenv]
[testenv:setupenv]
whitelist_externals
=
bash
whitelist_externals
=
bash
...
@@ -41,66 +41,66 @@ whitelist_externals = find
...
@@ -41,66 +41,66 @@ whitelist_externals = find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.BuildTestCentosBinary
sudo
-g
docker
testr
run
test_build.BuildTestCentosBinary
[testenv:build-centos-source]
[testenv:build-centos-source]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.BuildTestCentosSource
sudo
-g
docker
testr
run
test_build.BuildTestCentosSource
[testenv:build-ubuntu-source]
[testenv:build-ubuntu-source]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.BuildTestUbuntuSource
sudo
-g
docker
testr
run
test_build.BuildTestUbuntuSource
[testenv:deploy-centos-binary]
[testenv:deploy-centos-binary]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.DeployTestCentosBinary
sudo
-g
docker
testr
run
test_build.DeployTestCentosBinary
sudo
tests/deploy_aio.sh
centos
binary
sudo
tests/deploy_aio.sh
centos
binary
[testenv:deploy-centos-source]
[testenv:deploy-centos-source]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.DeployTestCentosSource
sudo
-g
docker
testr
run
test_build.DeployTestCentosSource
sudo
tests/deploy_aio.sh
centos
source
sudo
tests/deploy_aio.sh
centos
source
[testenv:deploy-ubuntu-source]
[testenv:deploy-ubuntu-source]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.DeployTestUbuntuSource
sudo
-g
docker
testr
run
test_build.DeployTestUbuntuSource
sudo
tests/deploy_aio.sh
ubuntu
source
sudo
tests/deploy_aio.sh
ubuntu
source
[testenv:deploy-multinode-ubuntu-source]
[testenv:deploy-multinode-ubuntu-source]
whitelist_externals
=
find
whitelist_externals
=
find
bash
bash
sudo
sudo
commands
=
commands
=
find
.
-type
f
-name
"*.pyc"
-delete
find
.
-type
f
-name
"*.pyc"
-delete
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
bash
-c
"if
[ ! -d .testrepository ]
; then testr init; fi"
sudo
-g
docker
testr
run
test_build.BuildTestUbuntuSource
sudo
-g
docker
testr
run
test_build.BuildTestUbuntuSource
[flake8]
[flake8]
show-source
=
True
show-source
=
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment