Skip to content

Commit a5ed3cd

Browse files
committed
Do not run some tests in repeat in CI
1 parent 0f9045f commit a5ed3cd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ env:
3333
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap MODE=legacy
3434
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all
3535
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all MODE=paranoia
36-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5 MODE=paranoia
37-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_eat_my_data TEST_REPEATS=4
38-
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_basic_ptrack_truncate_replica TEST_REPEATS=5 MODE=paranoia
39-
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=test_basic_ptrack_truncate_replica TEST_REPEATS=5 MODE=paranoia

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
codecov:
22
notify:
3-
after_n_builds: 16 # keep in sync with .travis.yml number of builds
3+
after_n_builds: 12 # keep in sync with .travis.yml number of builds
44

55
# datapagemap.c/.h are copied from Postgres, so let's remove it
66
# from report. Otherwise, we would have to remove some currently

0 commit comments

Comments
 (0)