mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-54767 Update locations of task-generation scripts
This commit is contained in:
parent
0731d45eae
commit
c3eafd0bee
@ -28,7 +28,7 @@ variables:
|
||||
# _skip_compile: &_compile
|
||||
# []
|
||||
# _skip_expansions: &_expansion_updates
|
||||
# - key: mongodb_binary_archive
|
||||
# - key: mdb_binary_for_server
|
||||
# value: https://mciuploads.s3.amazonaws.com/perf/5f6ca2392fbabe40badf39c4/c39af144b2370be0537410d9bc79be66a1a5f3c7/linux/mongodb-5f6ca2392fbabe40badf39c4.tar.gz
|
||||
###
|
||||
|
||||
|
@ -392,7 +392,7 @@ tasks:
|
||||
file: ./expansions.yml
|
||||
- command: shell.exec
|
||||
params:
|
||||
script: ./src/genny/scripts/genny_auto_tasks.sh all_tasks
|
||||
script: ./src/dsi/run-dsi schedule_tasks --tasks all_tasks
|
||||
- command: generate.tasks
|
||||
params:
|
||||
files:
|
||||
@ -408,7 +408,7 @@ tasks:
|
||||
file: ./expansions.yml
|
||||
- command: shell.exec
|
||||
params:
|
||||
script: ./src/genny/scripts/genny_auto_tasks.sh variant_tasks
|
||||
script: ./src/dsi/run-dsi schedule_tasks --tasks variant_tasks
|
||||
- command: generate.tasks
|
||||
params:
|
||||
files:
|
||||
@ -424,7 +424,7 @@ tasks:
|
||||
file: ./expansions.yml
|
||||
- command: shell.exec
|
||||
params:
|
||||
script: ./src/genny/scripts/genny_auto_tasks.sh patch_tasks
|
||||
script: ./src/dsi/run-dsi schedule_tasks --tasks patch_tasks
|
||||
- command: generate.tasks
|
||||
params:
|
||||
files:
|
||||
|
Loading…
Reference in New Issue
Block a user