mirror of https://github.com/mongodb/mongo
SERVER-99483: update mongo-task-generator to 0.7.20 (#31291)
GitOrigin-RevId: 590d017e266282e0579956169a026af46bef40ff
This commit is contained in:
parent
ad81bc35c5
commit
e3cd940e93
|
|
@ -1575,6 +1575,8 @@ tasks:
|
|||
- func: "set up venv"
|
||||
- func: "upload pip requirements"
|
||||
- func: "generate version burn in"
|
||||
vars:
|
||||
run_covered_tests: true
|
||||
|
||||
- name: version_gen
|
||||
run_on: ubuntu2004-medium
|
||||
|
|
@ -1590,6 +1592,8 @@ tasks:
|
|||
- func: "set up venv"
|
||||
- func: "upload pip requirements"
|
||||
- func: "generate version"
|
||||
vars:
|
||||
run_covered_tests: true
|
||||
|
||||
- name: version_gen_validation
|
||||
run_on: ubuntu2004-medium
|
||||
|
|
@ -1609,3 +1613,5 @@ tasks:
|
|||
- func: "set up venv"
|
||||
- func: "upload pip requirements"
|
||||
- func: "generate version validation"
|
||||
vars:
|
||||
run_covered_tests: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
function setup_mongo_task_generator {
|
||||
if [ ! -f mongo-task-generator ]; then
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.17/mongo-task-generator --output mongo-task-generator
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.20/mongo-task-generator --output mongo-task-generator
|
||||
chmod +x mongo-task-generator
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue