Skip to content

Support configurable model home #1828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 27, 2020
Merged
Prev Previous commit
Next Next commit
Fix a typo
  • Loading branch information
doxiao committed Jul 20, 2020
commit 4780ee31ce8b143905dcddb5bbc3fb9f30f9968b
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class DomainIntrospectorJobTest {
private static final String OVERRIDE_SECRET_2 = "override-secret-2";
private static final String LOG_HOME = "/shared/logs/" + UID;
private static final String CREDENTIALS_SECRET_NAME = "webLogicCredentialsSecretName";
private static final String MII_MODEL_HOME = "/u01/wdt/models";
private static final String WDT_MODEL_HOME = "/u01/wdt/models";
private static final String LATEST_IMAGE = "image:latest";
private static final String ADMIN_NAME = "admin";
private static final int MAX_SERVERS = 2;
Expand Down