Skip to content

Commit aa0ff2b

Browse files
craig[bot]raildhartunian
committed
155070: packer: bump teamcity-agent-arm volume size to 512GB r=rickystewart a=rail Epic: none Release note: none 155078: server: skip TestHealthAPI r=jasonlmfong a=dhartunian part of #155052 Epic: None Release note: None Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: David Hartunian <[email protected]>
3 parents c87bb2d + 88b9f50 + 1daeddb commit aa0ff2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/packer/teamcity-agent-arm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ssh_timeout": "10m",
1919
"ami_block_device_mappings": {
2020
"device_name": "/dev/sda1",
21-
"volume_size": "256",
21+
"volume_size": "512",
2222
"volume_type": "gp2",
2323
"delete_on_termination": true
2424
},

pkg/server/storage_api/health_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"github.com/cockroachdb/cockroach/pkg/server/srvtestutils"
1919
"github.com/cockroachdb/cockroach/pkg/testutils"
2020
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
21+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
2122
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
2223
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
2324
"github.com/cockroachdb/cockroach/pkg/util/log"
@@ -29,6 +30,7 @@ func TestHealthAPI(t *testing.T) {
2930
defer leaktest.AfterTest(t)()
3031
defer log.Scope(t).Close(t)
3132

33+
skip.WithIssue(t, 155052)
3234
ctx := context.Background()
3335

3436
t.Run("sql", func(t *testing.T) {

0 commit comments

Comments
 (0)