Skip to content

Commit

Permalink
Merge pull request #1759 from edx/nadeem/sandbox-build-with-mongo-6-a…
Browse files Browse the repository at this point in the history
…nd-7

chore: add support to build sandbox with mongo 6.0 and 7.0
  • Loading branch information
nadeemshahzad authored Apr 23, 2024
2 parents 1af59b6 + 6a40cb1 commit 83d7195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CreateSandbox {
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.4","5.0"],"select version of MongoDB to build sandbox")
choiceParam("mongo_version",["5.0","6.0","7.0"],"select version of MongoDB to build sandbox")
booleanParam("testcourses",true,"")
booleanParam("performance_course",true,"")
booleanParam("demo_test_course",true,"")
Expand Down

0 comments on commit 83d7195

Please sign in to comment.