mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
ci: Upgrade FreeBSD image
Upgrade to the current stable version. To avoid needing commits like this in the future, the CI image name now doesn't contain the OS version number anymore. Backpatch to all versions with CI support, we don't want to generate CI images for multiple FreeBSD versions. Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ3_P4JJ6tWZafjf-_XbHgG6DQGXhH-y6Yp78_bwBJjcww@mail.gmail.com
This commit is contained in:
parent
bf1e2d2db5
commit
bfc1bd4a0f
@ -32,7 +32,7 @@ on_failure: &on_failure
|
|||||||
type: text/plain
|
type: text/plain
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: FreeBSD - 13
|
name: FreeBSD
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# FreeBSD on GCP is slow when running with larger number of CPUS /
|
# FreeBSD on GCP is slow when running with larger number of CPUS /
|
||||||
@ -40,7 +40,7 @@ task:
|
|||||||
CPUS: 2
|
CPUS: 2
|
||||||
BUILD_JOBS: 3
|
BUILD_JOBS: 3
|
||||||
TEST_JOBS: 3
|
TEST_JOBS: 3
|
||||||
IMAGE_FAMILY: pg-ci-freebsd-13
|
IMAGE_FAMILY: pg-ci-freebsd
|
||||||
DISK_SIZE: 50
|
DISK_SIZE: 50
|
||||||
|
|
||||||
CCACHE_DIR: /tmp/ccache_dir
|
CCACHE_DIR: /tmp/ccache_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user