Skip to content

Commit

Permalink
Merge pull request #1723 from edx/farhanumar/mongo50-sandbox
Browse files Browse the repository at this point in the history
chore: update mongo choice versions
  • Loading branch information
farhanumar authored Feb 20, 2024
2 parents 90f97af + 0f7b4b6 commit 23a47b0
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.2","4.4"],"select version of MongoDB to build sandbox")
choiceParam("mongo_version",["4.4","5.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 23a47b0

Please sign in to comment.