Skip to content

Commit

Permalink
omnibus cache: add more env variables to the exclusion list (#32080)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette authored Dec 12, 2024
1 parent 5148130 commit c96e647
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tasks/libs/common/omnibus.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def env_filter(item):
"CHANNEL",
"CHART",
"CI",
"CLUSTER",
"CLUSTERS",
"CODECOV",
"CODECOV_TOKEN",
"COMPUTERNAME",
Expand All @@ -115,7 +115,9 @@ def env_filter(item):
"GENERAL_ARTIFACTS_CACHE_BUCKET_URL",
"GET_SOURCES_ATTEMPTS",
"GO_TEST_SKIP_FLAKE",
"GONOSUMDB",
"HELM_HOOKS_CI_IMAGE",
"HELM_HOOKS_PERIODICAL_REBUILD_CONDUCTOR_ENV",
"HOME",
"HOSTNAME",
"HOST_IP",
Expand All @@ -134,9 +136,11 @@ def env_filter(item):
"MANPATH",
"MESSAGE",
"NEW_CLUSTER",
"NEW_CLUSTER_PR_SLACK_WORKFLOW_WEBHOOK",
"OLDPWD",
"PCP_DIR",
"PACKAGE_ARCH",
"PIP_EXTRA_INDEX_URL",
"PIP_INDEX_URL",
"PROCESS_S3_BUCKET",
"PWD",
Expand Down

0 comments on commit c96e647

Please sign in to comment.