File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 57
57
echo "OPENSEARCH_VERSION=$OPENSEARCH_VERSION" >> $GITHUB_ENV
58
58
echo "OPENSEARCH_DASHBOARDS_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
59
59
echo "OPENSEARCH_DASHBOARDS_FTREPO_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
60
- echo "SEARCH_PROCESSOR_PLUGIN_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
61
- echo "SEARCH_PROCESSOR_VERSION=$MAJOR_VERSION.$MINOR_VERSION.0" >> $GITHUB_ENV
60
+
62
61
shell : bash
63
62
64
63
- name : Enable longer filenames
@@ -68,17 +67,17 @@ jobs:
68
67
# It doesn't matter what plugin we use, but by launching OpenSearch
69
68
# from a plugin repo, we don't need to checkout and build
70
69
# OpenSearch itself.
71
- - name : Checkout search-processor
70
+ - name : Checkout search-relevance
72
71
uses : actions/checkout@v2
73
72
with :
74
- path : search-processor
75
- repository : opensearch-project/search-processor
76
- ref : ${{ env.SEARCH_PROCESSOR_PLUGIN_VERSION }}
73
+ path : search-relevance
74
+ repository : opensearch-project/search-relevance
75
+ ref : main
77
76
78
77
- name : Run OpenSearch with plugin
79
78
run : |
80
- cd search-processor
81
- ./gradlew run -Dopensearch.version=${{ env.SEARCH_PROCESSOR_VERSION }} &
79
+ cd search-relevance
80
+ ./gradlew run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} &
82
81
t=0
83
82
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do
84
83
sleep 5
You can’t perform that action at this time.
0 commit comments