4 Star 15 Fork 6

PolarDB / PolarDB-for-PostgreSQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cirrus.yml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
task:
name: Compilation Tests (arm64)
# triggered when PR to 'POLARDB_11_DEV'
# or direct push to 'POLARDB_11_DEV' or merge to 'POLARDB_11_STABLE'
only_if: |
($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'POLARDB_11_DEV') ||
($CIRRUS_PR == '' && ($CIRRUS_BRANCH == 'POLARDB_11_DEV' || $CIRRUS_BRANCH == 'POLARDB_11_STABLE'))
# triggered when the changes are included in:
skip: |
!changesInclude(
'.cirrus.yml',
'config/**',
'contrib/**',
'external/**',
'src/**',
'configure*',
'polardb_build.sh'
)
# task run timeout
timeout_in: 120m
# run on Linux-AMD64 and Linux-ARM64 in parallel
matrix:
# Linux - ARM64
-
arm_container:
image: polardb/polardb_pg_devel:centos7
cpu: 2
memory: 8G
greedy: true
# Run OLTP/OLAP/DMA regression in parallel
matrix:
# OLAP regression
-
name: "regression (OLAP)"
script:
- |
source /etc/bashrc && \
./polardb_build.sh --withpx --noinit
# DMA regression
-
name: "regression (DMA)"
script:
- |
source /etc/bashrc && \
./polardb_build.sh --with-tde --with-dma
C
1
https://gitee.com/polardb/PolarDB-for-PostgreSQL.git
git@gitee.com:polardb/PolarDB-for-PostgreSQL.git
polardb
PolarDB-for-PostgreSQL
PolarDB-for-PostgreSQL
POLARDB_11_STABLE

搜索帮助