Skip to content

Commit

Permalink
Add DDEV_SKIP_GENERIC_TAGS_CHECK to affected integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hithwen committed Sep 13, 2021
1 parent 7e82235 commit d4a1e80
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions avi_vantage/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ passenv =
commands =
pip install -r requirements.in
pytest -v {posargs}
setenv =
DDEV_SKIP_GENERIC_TAGS_CHECK=true
1 change: 1 addition & 0 deletions clickhouse/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ setenv =
19: CLICKHOUSE_VERSION=19
20: CLICKHOUSE_VERSION=20
21: CLICKHOUSE_VERSION=21
DDEV_SKIP_GENERIC_TAGS_CHECK=true
commands =
pip install -r requirements.in
pytest -v {posargs}
Expand Down
2 changes: 1 addition & 1 deletion gearmand/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ setenv =
1.0.6: DOCKER_IMAGE=kendu/gearman
1.0.6: DOCKER_TAG=latest
1.0.6: GEARMAND_VERSION=1.0.6

DDEV_SKIP_GENERIC_TAGS_CHECK=true
1 change: 1 addition & 0 deletions ibm_was/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ setenv =
## Waiting upstream update, see issue: https://github.com/WASdev/ci.docker.websphere-traditional/issues/198
# 8.5: IBM_WAS_VERSION=8.5.5.14-profile
9: IBM_WAS_VERSION=9.0.5.5
DDEV_SKIP_GENERIC_TAGS_CHECK=true
2 changes: 2 additions & 0 deletions jboss_wildfly/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ deps =
passenv =
DOCKER*
COMPOSE*
setenv=
DDEV_SKIP_GENERIC_TAGS_CHECK=true
commands =
pytest -v {posargs}
1 change: 1 addition & 0 deletions mysql/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ setenv =
maria10.2: MYSQL_VERSION=10.2
# EOL 24 June 2025
maria10.5: MYSQL_VERSION=10.5
DDEV_SKIP_GENERIC_TAGS_CHECK=true
2 changes: 2 additions & 0 deletions openstack/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ deps =
commands =
pip install -r requirements.in
pytest -v {posargs}
setenv =
DDEV_SKIP_GENERIC_TAGS_CHECK=true
1 change: 1 addition & 0 deletions oracle/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ setenv =
jdbc: CLIENT_LIB=jdbc
oracle: CLIENT_LIB=oracle
12.2: ORACLE_DATABASE_VERSION=12.2.0.1
DDEV_SKIP_GENERIC_TAGS_CHECK=true
commands =
pip install -r requirements.in
oracle: pip uninstall -y jpype1 # Should work even if jpype is not installed.
Expand Down
1 change: 1 addition & 0 deletions sap_hana/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ passenv =
COMPOSE*
setenv =
2: SAP_HANA_VERSION=2.00.036.00.20190223.1
DDEV_SKIP_GENERIC_TAGS_CHECK=true
commands =
pip install -r requirements.in
pytest -v {posargs}
2 changes: 2 additions & 0 deletions tls/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ passenv =
commands =
pip install -r requirements.in
pytest -v {posargs}
setenv =
DDEV_SKIP_GENERIC_TAGS_CHECK=true

0 comments on commit d4a1e80

Please sign in to comment.