mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-21 20:47:50 +02:00
* [PGPRO-5378] tests.replica.ReplicaTest.test_replica_archive_page_backup stabilization * Skip some tests on PG-9.5 (test_replica_switchover, test_replica_promote_archive_delta, test_replica_promote_archive_page, test_parent_choosing) * travis: Fix compatibility issues with GDB
18 lines
280 B
YAML
18 lines
280 B
YAML
version: "3.7"
|
|
services:
|
|
tests:
|
|
build:
|
|
context: .
|
|
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
|
|
security_opt:
|
|
- seccomp=unconfined
|
|
|
|
# don't work
|
|
#sysctls:
|
|
# kernel.yama.ptrace_scope: 0
|
|
privileged: true
|
|
|