Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
Description
In SERVER-33513 I would have wanted to have the entire variant depend on a task in another variant. See code review discussion for details.
Example:
- name: wtdevelop-3-node-replSet
|
display_name: WT Develop 3-Node ReplSet
|
batchtime: 1440 # 24 hours
|
modules: *modules
|
depends_on:
|
- name: compile_wtdevelop
|
variant: compile-rhel70
|
distros:
|
- rhel70
|
expansions:
|
setup: replica
|
cluster: replica
|
platform: linux
|
project: *project
|
wtdevelop: -wtdevelop
|
run_on:
|
- "rhel70-perf-replset"
|
tasks:
|
- name: industry_benchmarks_WT
|
- name: core_workloads_WT
|
...
|
Attachments
Issue Links
- is depended on by
-
SERVER-34380 system_perf.yml: Remove the compile_proxy task
-
- Closed
-