Skip to content

Commit aa59962

Browse files
committed
Changing search-processor to search-relevance backend repo
Signed-off-by: Fen Qin <[email protected]>
1 parent 78fed88 commit aa59962

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/remote-integ-tests-workflow.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
echo "OPENSEARCH_VERSION=$OPENSEARCH_VERSION" >> $GITHUB_ENV
5858
echo "OPENSEARCH_DASHBOARDS_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
5959
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+
6261
shell: bash
6362

6463
- name: Enable longer filenames
@@ -68,17 +67,17 @@ jobs:
6867
# It doesn't matter what plugin we use, but by launching OpenSearch
6968
# from a plugin repo, we don't need to checkout and build
7069
# OpenSearch itself.
71-
- name: Checkout search-processor
70+
- name: Checkout search-relevance
7271
uses: actions/checkout@v2
7372
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
7776

7877
- name: Run OpenSearch with plugin
7978
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 }} &
8281
t=0
8382
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do
8483
sleep 5

0 commit comments

Comments
 (0)