# postgres-patch-ci **Repository Path**: mirrors_greenplum-db/postgres-patch-ci ## Basic Information - **Project Name**: postgres-patch-ci - **Description**: Pipeline for testing postgres patches - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description Concourse pipeline used to test any patch submitted to postgres hackers list. 1. Apply the patch on the current master 1. Runs tests ## How to update the pipeline ### Prerequirements: - fly CLI for the current version of concourse - lastpass CLI tools ### Steps 1. Login to lastpass 1. Login to concourse using the target `prod` ```bash fly -t prod login -c https://prod.ci.gpdb.pivotal.io ``` 1. Run the command: ```bash bin/set-pipeline.sh ```