Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit794e14e

Browse files
committed
ci: Don't specify amount of memory
The number of CPUs is the cost-determining factor. Most instance types thatrun tests have more memory/core than what we specified, there's no realbenefit in wasting that.Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.deBackpatch: 15-, where CI support was added
1 parent01226c6 commit794e14e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.cirrus.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ task:
149149
image:family/pg-ci-freebsd-13
150150
platform:freebsd
151151
cpu:$CPUS
152-
memory:4G
153152
disk:50
154153

155154
sysinfo_script:|
@@ -291,7 +290,6 @@ task:
291290
image:family/pg-ci-bullseye
292291
platform:linux
293292
cpu:$CPUS
294-
memory:4G
295293

296294
ccache_cache:
297295
folder:${CCACHE_DIR}
@@ -558,7 +556,6 @@ task:
558556
image:family/pg-ci-windows-ci-vs-2019
559557
platform:windows
560558
cpu:$CPUS
561-
memory:4G
562559

563560
setup_additional_packages_script:|
564561
REM choco install -y --no-progress ...
@@ -606,7 +603,6 @@ task:
606603
image:family/pg-ci-windows-ci-mingw64
607604
platform:windows
608605
cpu:$CPUS
609-
memory:4G
610606

611607
env:
612608
TEST_JOBS:4# higher concurrency causes occasional failures

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp