Skip to content

Commit

Permalink
cl2/density: add vanilla workload to scheduler suite
Browse files Browse the repository at this point in the history
The vanilla workload is the same workload as the default config.yaml
file. However, it is included again here for two reasons:

1. Everything else is kept constant if we use the scheduler suite
   instead of a separate job for the vanilla workload (even though the
   two jobs are very similar right now).

2. Convenience: it's easier to switch between different workloads whilst
   maintaining the same metrics in perf-dash if the job name doesn't
   have to change.

Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
  • Loading branch information
Adhityaa Chandrasekar committed Sep 14, 2020
1 parent 6008cc6 commit 1ec1ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clusterloader2/testing/density/scheduler-suite.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- identifier: vanilla
configPath: testing/density/config.yaml
overridePaths: []

- identifier: pod-affinity
configPath: testing/density/config.yaml
overridePaths:
Expand Down

0 comments on commit 1ec1ffa

Please sign in to comment.