Skip to content

Commit

Permalink
omnibus: add more patterns to the env exclusion list
Browse files Browse the repository at this point in the history
These do not influence the build so wo can safely ignore them and avoid
a cache miss if they were to change
  • Loading branch information
chouquette committed Dec 11, 2024
1 parent 706fa94 commit a193f93
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 a193f93

Please sign in to comment.