Skip to content

Commit

Permalink
Do not run some tests in repeat in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ololobus committed Jun 15, 2021
1 parent 0f9045f commit a5ed3cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ env:
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=tap MODE=legacy
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=all MODE=paranoia
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5 MODE=paranoia
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_eat_my_data TEST_REPEATS=4
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_basic_ptrack_truncate_replica TEST_REPEATS=5 MODE=paranoia
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE TEST_CASE=test_basic_ptrack_truncate_replica TEST_REPEATS=5 MODE=paranoia
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
codecov:
notify:
after_n_builds: 16 # keep in sync with .travis.yml number of builds
after_n_builds: 12 # keep in sync with .travis.yml number of builds

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

0 comments on commit a5ed3cd

Please sign in to comment.