diff options
author | Christoph Berg | 2015-12-09 11:26:56 +0000 |
---|---|---|
committer | Christoph Berg | 2015-12-09 11:26:56 +0000 |
commit | 609b2b67995e57a6128e53af6ec5cc6fec0e86e4 (patch) | |
tree | 991b8277c6f0d7602ddba9305034f1daf49fce04 | |
parent | c2f5e4c02cff8b0ed5b9acfdc643e384b2a8bcfa (diff) |
Run pgpool builds sequentially
-rw-r--r-- | jenkins/pgapt-jobs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 0b58ab2..303c51d 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -811,8 +811,9 @@ git-url: git://anonscm.debian.org/pkg-postgresql/pgpool2.git git-branch: master dist-filter: '' + # run sequentially so the tests have 5432 available jobs: - - git-packages + - git-packages-sequential - project: name: pgrouting |