Skip to content

Commit eaf2d39

Browse files
committed
run full ci checks on merge queue
1 parent 22bf6e7 commit eaf2d39

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.config/nextest.toml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,5 @@
22
retries = 0
33

44
[[profile.default.overrides]]
5-
filter = 'test(=e2e::ledger_tests::double_signing_gets_slashed)'
6-
retries = 2
7-
8-
[[profile.default.overrides]]
9-
filter = 'test(=e2e::ibc_tests::ibc_namada_gaia)'
10-
retries = 2
11-
12-
[[profile.default.overrides]]
13-
filter = 'test(=e2e::ledger_tests::pos_init_validator)'
5+
filter = 'test(e2e::)'
146
retries = 2

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
363363
container:
364364
image: ghcr.io/heliaxdev/namada-ci:namada-main
365-
if: github.event.pull_request.draft == false
365+
if: github.event.pull_request.draft == false || startsWith(github.ref, 'mergify/merge-queue')
366366
timeout-minutes: 25
367367
needs: [build-wasm]
368368

@@ -473,7 +473,7 @@ jobs:
473473
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
474474
container:
475475
image: ghcr.io/heliaxdev/namada-ci:namada-main
476-
if: github.event.pull_request.draft == false
476+
if: github.event.pull_request.draft == false || startsWith(github.ref, 'mergify/merge-queue')
477477
needs: [build-wasm, build-binaries]
478478
timeout-minutes: 35
479479
strategy:

0 commit comments

Comments
 (0)