Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Oct 24, 2023
1 parent ceeae07 commit 6ceafa4
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ public void test() throws Exception {
runTest(false, Map.of());
runTest(false, Map.of(), podRuntimeFile);
runTest(false, Map.of(), podRuntimeFile, codeDir);
runTest(true, Map.of(
AgentRunnerConstants.PERSISTENT_VOLUMES_PATH,
persistentStateDir), podRuntimeFile, codeDir, agentsDir);
runTest(
true,
Map.of(AgentRunnerConstants.PERSISTENT_VOLUMES_PATH, persistentStateDir),
podRuntimeFile,
codeDir,
agentsDir);
runTest(
false,
Map.of(
Expand All @@ -69,8 +72,7 @@ public void test() throws Exception {
AgentRunnerConstants.AGENTS_ENV,
agentsDir,
AgentRunnerConstants.PERSISTENT_VOLUMES_PATH,
persistentStateDir
));
persistentStateDir));
}

@SneakyThrows
Expand Down

0 comments on commit 6ceafa4

Please sign in to comment.