Skip to content

Commit f6c8a5e

Browse files
committed
Add reporter version 2.0.1
1 parent 246cc3b commit f6c8a5e

5 files changed

Lines changed: 1487 additions & 8 deletions

File tree

.github/workflows/run-benchmark-examples.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,26 @@ jobs:
4141
cd $GITHUB_WORKSPACE/examples/linear-elastic-plate-with-hole/fenics/
4242
python run_benchmark.py
4343
44+
- name: Upload provenance zip artifacts of the fenics run of linear-elastic-plate-with-hole
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: fenics_provenance_linear-elastic-plate-with-hole
48+
path: |
49+
examples/linear-elastic-plate-with-hole/fenics/results/**/Fenics-*.zip
50+
4451
- name: Run linear-elastic-plate-with-hole using kratos
4552
shell: bash -l {0}
4653
run: |
4754
cd $GITHUB_WORKSPACE/examples/linear-elastic-plate-with-hole/kratos/
4855
python run_benchmark.py
4956
57+
- name: Upload provenance zip artifacts of the kratos run of linear-elastic-plate-with-hole
58+
uses: actions/upload-artifact@v4
59+
with:
60+
name: kratos_provenance_linear-elastic-plate-with-hole
61+
path: |
62+
examples/linear-elastic-plate-with-hole/kratos/results/**/Kratos-*.zip
63+
5064
- name: Archive results of the fenics run of linear-elastic-plate-with-hole
5165
uses: actions/upload-artifact@v4
5266
with:
@@ -62,4 +76,3 @@ jobs:
6276
examples/linear-elastic-plate-with-hole/kratos/results/
6377
6478
65-

environment_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- conda
1212
- pip
1313
- pip:
14-
- "git+https://github.com/izus-fokus/snakemake-report-plugin-metadata4ing@v1.2.6#egg=snakemake-report-plugin-metadata4ing"
14+
- "git+https://github.com/izus-fokus/snakemake-report-plugin-metadata4ing@v2.0.1#egg=snakemake-report-plugin-metadata4ing"

0 commit comments

Comments
 (0)