Skip to content

Commit

Permalink
CI(benchmarking): fix filter for bench job
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 3, 2024
1 parent 0710d9f commit 447bf6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,13 @@ jobs:
# Set --sparse-ordering option of pytest-order plugin
# to ensure tests are running in order of appears in the file.
# It's important for test_perf_pgbench.py::test_pgbench_remote_* tests
extra_params: '-m remote_cluster --sparse-ordering --timeout 5400 --ignore test_runner/performance/test_perf_olap.py --ignore test_runner/performance/test_perf_pgvector_queries.py -k \"not test_publisher_restart and not test_subscriber_lag\"'
extra_params:
-m remote_cluster
--sparse-ordering
--timeout 5400
--ignore test_runner/performance/test_perf_olap.py
--ignore test_runner/performance/test_perf_pgvector_queries.py
-k not\ test_publisher_restart\ and\ not\ test_subscriber_lag\ and\ not\ test_ro_replica_lag\ and\ not\ test_replication_start_stop
env:
BENCHMARK_CONNSTR: ${{ steps.create-neon-project.outputs.dsn }}
VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}"
Expand Down

0 comments on commit 447bf6c

Please sign in to comment.