Skip to content

Commit

Permalink
config_file -> config-file #160
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 18, 2024
1 parent 735c6d5 commit 49af158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Dry-run reports
run: |
source .venv/bin/activate
render-benchmarks --config_file reports/website_config.json
render-benchmarks --config-file reports/website_config.json
- name: Check files
run: | #TODO: check if not empty (maybe)
nb_rfm_report_files=$(ls -1q reports/parallelSum/parallel_sum/gaya|wc -l)
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Render reports
run: |
source .venv/bin/activate
render-benchmarks --config_file=./tmp/website_config.json
render-benchmarks --config-file=./tmp/website_config.json
env:
GIRDER_API_KEY: ${{ secrets.GIRDER }}
- name: Build Antora Site
Expand Down
2 changes: 1 addition & 1 deletion netlify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ else
echo "Downloading Production benchmarks"
girder-download -gid $production_website_config_id -o ./tmp/ -fn website_config.json
fi
render-benchmarks --config_file=./tmp/website_config.json
render-benchmarks --config-file=./tmp/website_config.json
npx antora --stacktrace generate --cache-dir cache --clean --html-url-extension-style=indexify site.yml
2 changes: 1 addition & 1 deletion src/feelpp/benchmarking/reframe/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main_cli():
#======================================================#

if parser.args.website:
subprocess.run(["render-benchmarks","--config_file", website_config.config_filepath])
subprocess.run(["render-benchmarks","--config-file", website_config.config_filepath])
subprocess.run(["npm","run","antora"])
subprocess.run(["npm","run","start"])

Expand Down

0 comments on commit 49af158

Please sign in to comment.