Skip to content

Commit

Permalink
Update CI workflow to use OpenSearch 1.1 instead of 1.x and remove in…
Browse files Browse the repository at this point in the history
…tegtest.sh (opensearch-project#180)

* Update CI workflow to use OpenSearch 1.1 instead of 1.x and remove integtest.sh

Signed-off-by: Ashish Agrawal <[email protected]>
  • Loading branch information
lezzago authored Sep 20, 2021
1 parent ebab4da commit a91df8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test Workflow
# This workflow is triggered on pull requests and pushes to main or an opendistro release branch
# This workflow is triggered on pull requests and pushes to main or an opensearch release branch
on:
pull_request:
branches:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal
Expand Down
77 changes: 0 additions & 77 deletions integtest.sh

This file was deleted.

0 comments on commit a91df8f

Please sign in to comment.