mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
workflows: only run OLTP reuse_branch for shared_buffers testing
This commit is contained in:
4
.github/workflows/large_oltp_benchmark.yml
vendored
4
.github/workflows/large_oltp_benchmark.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
fail-fast: false # allow other variants to continue even if one fails
|
||||
matrix:
|
||||
include:
|
||||
- target: new_branch
|
||||
custom_scripts: insert_webhooks.sql@200 select_any_webhook_with_skew.sql@300 select_recent_webhook.sql@397 select_prefetch_webhook.sql@3 IUD_one_transaction.sql@100
|
||||
#- target: new_branch
|
||||
# custom_scripts: insert_webhooks.sql@200 select_any_webhook_with_skew.sql@300 select_recent_webhook.sql@397 select_prefetch_webhook.sql@3 IUD_one_transaction.sql@100
|
||||
- target: reuse_branch
|
||||
custom_scripts: insert_webhooks.sql@200 select_any_webhook_with_skew.sql@300 select_recent_webhook.sql@397 select_prefetch_webhook.sql@3 IUD_one_transaction.sql@100
|
||||
max-parallel: 1 # we want to run each stripe size sequentially to be able to compare the results
|
||||
|
||||
Reference in New Issue
Block a user