1
0
mirror of https://github.com/google/nomulus synced 2026-04-26 11:10:48 +00:00

Make cloud scheduler deployment part of gradle deploy (alpha, qa and crash only) (#1969)

This commit is contained in:
Pavlo Tkach
2023-03-20 11:10:00 -04:00
committed by GitHub
parent d482754f66
commit 0ab9471c8d
3 changed files with 17 additions and 0 deletions

View File

@@ -1028,6 +1028,7 @@ test {
// TODO(weiminyu): Remove dependency on sqlIntegrationTest
}.dependsOn(fragileTest, outcastTest, standardTest, registryToolIntegrationTest, sqlIntegrationTest)
// When we override tests, we also break the cleanTest command.
cleanTest.dependsOn(cleanFragileTest, cleanOutcastTest, cleanStandardTest,
cleanRegistryToolIntegrationTest, cleanSqlIntegrationTest)