Skip to content

Commit

Permalink
Rename tempto configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Sep 29, 2024
1 parent 300fd7d commit b4730c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private String getIcebergConfigFor(String dockerImage)
private void configureTestsContainer(Environment.Builder builder, Config config)
{
int version = getVersionFromDockerImageName(config.getCompatibilityTestDockerImage());
String temptoConfig = version <= 350 ? "presto-tempto-configuration.yaml" : "trino-tempto-configuration.yaml";
String temptoConfig = version <= 350 ? "legacy-tempto-configuration.yaml" : "tempto-configuration.yaml";
builder.configureContainer(TESTS, container -> container
.withCopyFileToContainer(
forHostPath(configDir.getPath(temptoConfig)),
Expand Down

0 comments on commit b4730c1

Please sign in to comment.