[PATCHES] pglister & pgarchives: add deployment tests for gitlab-ci

From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: [PATCHES] pglister & pgarchives: add deployment tests for gitlab-ci
Date: 2023-08-17 09:58:43
Message-ID: a5232b4f-2af3-c60a-d543-cc64e2cefb5b@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Since I have an ansible script [1] to deploy pglister and pgarchives, and to avoid pushing breaking commits into master, I've worked on adding a full deployment test to gitlab-ci.

In this series of patches for pglister:
0001. adds a deployment stage for gitlab-ci
0002. updates the tools used in the syntax check stage
0003. Fixes new errors found by the updated version of pep8/pycodestyle

Pgarchives patches in the following email.

Example test runs:
- pglister: https://gitlab.com/cmatte/pglister/-/jobs/4890819780
- pgarchives: https://gitlab.com/cmatte/pgarchives/-/jobs/4890879735

[1]: https://gitlab.com/cmatte/ansible-pglister.git
--
Célestin Matte

Attachment Content-Type Size
0001-.gitlab-ci-add-stage-to-validate-deployment.patch text/x-patch 1.2 KB
0002-gitlab-ci-bump-OS-and-tool-for-checking-syntax.patch text/x-patch 953 bytes
0003-Fix-pycodestyle-errors.patch text/x-patch 1.5 KB

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Célestin Matte 2023-08-17 10:06:38 Re: [PATCHES] pglister & pgarchives: add deployment tests for gitlab-ci
Previous Message Joe Conway 2023-08-16 23:38:58 Re: Wiki editor request