Skip to content

Commit 2ed7470

Browse files
committed
Issue #151 force wind_turbine benchmark
1 parent fa7b811 commit 2ed7470

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/benchmarks.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@ jobs:
3030
mkdir tmp_path_root
3131
pytest \
3232
-vv \
33+
-k wind_turbine \
3334
--log-cli-level=INFO \
34-
--random-subset=1 \
3535
--html report/report.html --self-contained-html \
36-
--track-metrics-json=report/metrics.json \
37-
--track-metrics-parquet-s3-bucket="apex-benchmarks" \
38-
--track-metrics-parquet-s3-key="metrics/v1/metrics.parquet" \
39-
--track-metrics-parquet-partitioning="YYYYMM" \
40-
--basetemp=tmp_path_root \
41-
--upload-assets-s3-bucket="apex-benchmarks" | tee pytest_output.txt
36+
--basetemp=tmp_path_root | tee pytest_output.txt
4237
env:
4338
OPENEO_AUTH_METHOD: client_credentials
4439
OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED: ${{ secrets.OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED }}

0 commit comments

Comments
 (0)