Skip to content

Commit

Permalink
commenting test for now
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Jan 24, 2024
1 parent 0df2826 commit 69d8c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-bwc-suite/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
-p bwc-test
bwcTestSuite
-Dtests.security.manager=false
-Dtests.opensearch.secure=true
-Dtests.opensearch.secure=false
-Dtests.opensearch.username=${{ inputs.username }}
-Dtests.opensearch.password=${{ inputs.password }}
-Dbwc.version.previous=${{ steps.build-previous.outputs.built-version }}
Expand Down
11 changes: 2 additions & 9 deletions bwc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,8 @@ def String extractVersion(versionStr) {
}
}))
nodes.each { node ->
def plugins = node.plugins
def firstPlugin = plugins.get(0)
plugins.remove(0)
plugins.add(firstPlugin)

node.setting("network.bind_host", "127.0.0.1")
node.setting("network.publish_host", "127.0.0.1")
node.setting("network.host", "127.0.0.1")
node.setting("discovery.seed_hosts", ["127.0.0.1"] as String)
node.setting("network.bind_host", "0.0.0.0")
node.setting("network.publish_host", "0.0.0.0")
}

setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
Expand Down

0 comments on commit 69d8c10

Please sign in to comment.