Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include ML zip dependency in integTest and run tasks #34

Merged
merged 3 commits into from
Dec 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comments
Signed-off-by: Tyler Ohlsen <[email protected]>
ohltyler committed Dec 18, 2023
commit c58cdc8d6cd03aefc7c5fad5a25e4298c3ea1185
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ integTest {
}
}

// Set up integration test clusters, installs all zipArchive dependencies and Flow Framework
// Set up integration test clusters, installs all zipArchive dependencies and this plugin
testClusters.integTest {
testDistribution = "ARCHIVE"

@@ -282,7 +282,7 @@ testClusters.integTest {
}))
}

// Install Flow Framwork Plugin on integTest cluster nodes
// Install skills plugin on integTest cluster nodes
plugin(project.tasks.bundlePlugin.archiveFile)

// Cluster shrink exception thrown if we try to set numberOfNodes to 1, so only apply if > 1