Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server as generic tag #10100

Merged
merged 2 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions datadog_checks_base/datadog_checks/base/utils/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'host_name',
'hostname',
'host',
'server',
'service',
'version',
}
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