Skip to content

Commit

Permalink
omnibus: add more patterns to the env exclusion list (DataDog#31995)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette authored Dec 11, 2024
1 parent 496b97f commit d407f01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/libs/common/omnibus.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def env_filter(item):
'AGENT_',
'API_KEY_',
'APP_KEY_',
'ATLASSIAN_',
'AWS_',
'BAZEL_',
'BETA_',
Expand All @@ -53,13 +54,14 @@ def env_filter(item):
'DESTINATION_',
'DOCKER_',
'DYNAMIC_',
'E2E_TESTS_',
'E2E_',
'EMISSARY_',
'EXECUTOR_',
'FF_',
'GITHUB_',
'GITLAB_',
'GIT_',
'INSTALLER_',
'JIRA_',
'K8S_',
'KITCHEN_',
Expand Down Expand Up @@ -103,6 +105,8 @@ def env_filter(item):
"CHART",
"CI",
"CLUSTER",
"CODECOV",
"CODECOV_TOKEN",
"COMPUTERNAME",
"CONDA_PROMPT_MODIFIER",
"CONSUL_HTTP_ADDR",
Expand All @@ -124,6 +128,7 @@ def env_filter(item):
"HOST_IP",
"INFOPATH",
"INSTALL_SCRIPT_API_KEY_ORG2",
"INSTANCE_TYPE",
"INTEGRATION_WHEELS_CACHE_BUCKET",
"IRBRC",
"KITCHEN_INFRASTRUCTURE_FLAKES_RETRY",
Expand All @@ -148,6 +153,7 @@ def env_filter(item):
"SIGN",
"SHELL",
"SHLVL",
"SLACK_AGENT",
"STATIC_BINARIES_DIR",
"STATSD_URL",
"SYSTEM_PROBE_BINARIES_DIR",
Expand Down

0 comments on commit d407f01

Please sign in to comment.