Compare commits

...

17 Commits

Author SHA1 Message Date
John Daniels
a166d57023 Fix script to match others. 2023-08-22 11:09:25 -04:00
John Daniels
2cbe9fc614 Fix script to not activate everything in patches. 2023-08-22 11:06:30 -04:00
John Daniels
99baf2efe8 Use newer genny. 2023-08-04 14:26:51 -04:00
John Daniels
6689054800 Add a "no-activate" version of generate_auto_tasks_all.
This will be useful for patch builds, to generate tasks that
can be run individually.
2023-07-21 10:41:16 -04:00
John Daniels
a286d3f7d7 Always activate task generation. 2023-07-19 19:54:11 -04:00
John Daniels
d4da640169 Update sysperf to not have duplicate anchors. 2023-07-19 19:53:33 -04:00
John Daniels
2f8c9d84cd Update test genny. 2023-07-19 19:47:04 -04:00
John Daniels
b30d694cb9 Actually override build variant. 2023-07-03 11:48:39 -04:00
John Daniels
5778f6479c Use custom version of genny. 2023-07-03 11:39:46 -04:00
John Daniels
6ddb29221c Always schedule global task generation. 2023-07-03 10:56:35 -04:00
John Daniels
003d371414 Add necessary dependencies. 2023-07-03 10:53:15 -04:00
John Daniels
9c4c22e0ed EVG-17874: Also add the standaloen scheduler. 2023-07-02 20:08:40 -04:00
John Daniels
19519b03f3 Change the right file. 2023-07-02 20:07:01 -04:00
John Daniels
3908054030 EVG-17874: Test task generation on separate variants.
This should generate tasks but not actually execute the generated
tasks.
2023-07-02 20:03:38 -04:00
John Daniels
5b30d75f8f Merge remote-tracking branch 'origin/master' into EVG-17874-taskgen-test 2023-07-02 19:30:07 -04:00
John Daniels
57146e5eab EVG-17874: Fix dummy echo command. 2023-06-27 16:48:01 -04:00
John Daniels
4a9f2499ae EVG-17874: Add new project to test individual task generation. 2023-06-27 12:54:09 -04:00
2 changed files with 3722 additions and 4 deletions

View File

@ -2797,7 +2797,7 @@ buildvariants:
run_on:
- "rhel70-perf-shard-lite"
depends_on: *_compile_amazon_linux2_arm64
tasks: &shardlitetasks
tasks:
- name: schedule_patch_auto_tasks
- name: schedule_variant_auto_tasks
- name: bestbuy_agg
@ -2841,7 +2841,7 @@ buildvariants:
run_on:
- "rhel70-perf-shard-lite"
depends_on: *_compile_amazon2
tasks: &shardlitetasks
tasks:
- name: schedule_patch_auto_tasks
- name: schedule_variant_auto_tasks
- name: industry_benchmarks
@ -2943,7 +2943,7 @@ buildvariants:
run_on:
- "rhel70-perf-replset"
depends_on: *_compile_amazon_linux2_arm64
tasks: &3nodetasks
tasks:
- name: schedule_patch_auto_tasks
- name: schedule_variant_auto_tasks
- name: industry_benchmarks
@ -3003,7 +3003,7 @@ buildvariants:
run_on:
- "rhel70-perf-replset"
depends_on: *_compile_amazon2
tasks: &3nodetasks
tasks:
- name: schedule_patch_auto_tasks
- name: schedule_variant_auto_tasks
- name: industry_benchmarks

3718
etc/system_perf_taskgen_test.yml Executable file

File diff suppressed because it is too large Load Diff