Skip to content

Commit c061939

Browse files
committed
Update the benchmarks.template.liquid with the latest information on generating the yml pipelines.
1 parent 97820d7 commit c061939

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/benchmarks.template.liquid

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Do not change this file, it is generated using these steps:
22
# - The file benchmarks*.json defines how each pipeline set of jobs is run in parallel
3-
# - Convert its content to json using https://jsonformatter.org/yaml-to-json
4-
# - Use the template in benchmarks.template.liquid and the converted json using https://liquidjs.com/playground.html
5-
# - Update this file with the result of the template generation
3+
# - Update the associated benchmarks*.json file with machine and scenario updates
4+
# - Install python and install the requirements for the crank-scheduler in benchmarks/scripts/crank-scheduler/requirements.txt
5+
# - Run the scheduler specifying the desired benchmarks*.json file, this template, and benchmarks/output to automatically overwrite the current pipeline.
6+
# - Ex. python ./scripts/crank-scheduler/main.py --config ./build/benchmarks_ci.json --template ./build/benchmarks.template.liquid --yaml-output ./build
67

78
{%- assign defaultTimeout = 120 %}
89

0 commit comments

Comments
 (0)