Skip to content

Commit

Permalink
[Disk Manager] use SET_APPEND(RECIPE_ARGS... instead of SET(RECIPE_AR…
Browse files Browse the repository at this point in the history
…GS... (#401)
  • Loading branch information
SvartMetal committed Feb 11, 2024
1 parent bdbe36c commit 68b1eb2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cloud/disk_manager/internal/pkg/clients/nbs/tests/ya.make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/clients/nbs)

SET(RECIPE_ARGS --nbs-only)
SET_APPEND(RECIPE_ARGS --nbs-only)
SET_APPEND(RECIPE_ARGS --multiple-nbs)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/dataplane/nbs)

SET(RECIPE_ARGS --nbs-only)
SET_APPEND(RECIPE_ARGS --nbs-only)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

GO_XTEST_SRCS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/dataplane/snapshot/storage/chunks)

SET(RECIPE_ARGS --ydb-only)
SET_APPEND(RECIPE_ARGS --ydb-only)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

SIZE(MEDIUM)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/dataplane/snapshot/storage)

SET(RECIPE_ARGS --ydb-only)
SET_APPEND(RECIPE_ARGS --ydb-only)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

IF (RACE)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/dataplane)

SET(RECIPE_ARGS --nbs-only)
SET_APPEND(RECIPE_ARGS --nbs-only)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

GO_XTEST_SRCS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --multiple-nbs)
SET_APPEND(RECIPE_ARGS --encryption)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --multiple-nbs)
SET_APPEND(RECIPE_ARGS --multiple-nbs)
SET_APPEND(RECIPE_ARGS --encryption)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)

GO_XTEST_SRCS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --generate-vmdk-image)
SET_APPEND(RECIPE_ARGS --encryption)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)

GO_XTEST_SRCS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --min-restart-period-sec 30)
SET_APPEND(RECIPE_ARGS --max-restart-period-sec 60)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/facade)

SET(RECIPE_ARGS --nemesis)
SET_APPEND(RECIPE_ARGS --nemesis)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/internal/pkg/facade/testcommon/common.inc)

GO_XTEST_SRCS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO_TEST_FOR(cloud/disk_manager/internal/pkg/services/pools/storage)

SET(RECIPE_ARGS --ydb-only)
SET_APPEND(RECIPE_ARGS --ydb-only)
INCLUDE(${ARCADIA_ROOT}/cloud/disk_manager/test/recipe/recipe.inc)

IF (RACE)
Expand Down

0 comments on commit 68b1eb2

Please sign in to comment.