Skip to content

Commit

Permalink
Updated test resources to use latest artifacts and cleaned-up unused …
Browse files Browse the repository at this point in the history
…scripts (opensearch-project#293)

Signed-off-by: Sai Kumar <[email protected]>
  • Loading branch information
saikaranam-amazon authored Jan 13, 2022
1 parent 4b54cda commit 0dbecdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ clusters.each { name ->
}
}
}

List<Provider<RegularFile>> replPluginProvider = [
provider(new Callable<RegularFile>(){
@Override
Expand All @@ -495,9 +496,6 @@ List<Provider<RegularFile>> replPluginProvider = [
}
})
]
if(securityEnabled) {
replPluginProvider.append(provider(securityPluginFile))
}

/*
Sets up and runs sanity test on older version clusters. We maintain 2 set of tasks here with.
Expand Down
Binary file not shown.
31 changes: 0 additions & 31 deletions src/test/resources/security/scripts/SecurityAdminWrapper.sh

This file was deleted.

0 comments on commit 0dbecdb

Please sign in to comment.