1
0
mirror of synced 2025-12-23 21:03:15 -05:00

cache buster on CAT (#25785)

This commit is contained in:
Augustin
2023-05-03 11:49:45 -07:00
committed by GitHub
parent 931911dceb
commit 2da66e9cf1

View File

@@ -346,6 +346,7 @@ async def with_connector_acceptance_test(context: ConnectorContext, connector_un
with_bound_docker_host(context, cat_container, shared_tmp_volume, docker_service_name="cat")
.with_entrypoint([])
.with_exec(["pip", "install", "pytest-custom_exit_code"])
.with_env_variable("CACHEBUSTER", str(uuid.uuid4()))
.with_mounted_directory("/test_input", context.get_connector_dir(exclude=["secrets", ".venv"]))
.with_directory("/test_input/secrets", context.secrets_dir)
.with_workdir("/test_input")