Skip to content

Commit

Permalink
Merge pull request #1670 from edx/nadeem/fix_sandbox_build
Browse files Browse the repository at this point in the history
fix: sandbox build
  • Loading branch information
nadeemshahzad authored Oct 6, 2023
2 parents 9ab2545 + 835b507 commit b1ddbbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@ class CreateSandbox {
stringParam("sandbox_life","7","Number of day(s) sandbox will be online(between 1 to 30)")
booleanParam("VERBOSE",false,"Whether to run ansible in verbose mode. Useful if debugging a sandbox failure")
stringParam("configuration_version","master","")
stringParam("configuration_source_repo","https://github.com/edx/configuration.git",
"If building a sandbox to test an external configuration PR, replace this with the fork of configuration.git's https URL")
stringParam("configuration_internal_version","master",
"Select an alternative branch of sandbox-internal configuration repo")
stringParam("docker_internal_version","master",
"Select an alternative branch of internal-dockerfiles configuration repo")
stringParam("configuration_secure_secret",extraVars.get('CONFIGURATION_SECURE_AWS_SM_SECRET'),"")
stringParam("configuration_secure_secret",extraVars.get('CONFIGURATION_SECURE_AWS_SM_SECRET'),"This is secure config secret on AWS secretmanager")
booleanParam("reconfigure",false,"Reconfigure and deploy, this will also run with --skip-tags deploy against all role <br />Leave this unchecked unless you know what you are doing")

choiceParam("mongo_version",["4.2","4.4"],"select version of MongoDB to build sandbox")
Expand Down

0 comments on commit b1ddbbc

Please sign in to comment.