Skip to content

Commit 8349282

Browse files
eirsepBukhtawardblock
authored
Adds CI fixes for Opensearch 1.1 dependency and removal of integtest.sh. (#44)
* Updating CI workflows (#41) Updating CI workflow to refer to 1.1 version * Removing default integtest.sh. (#36) Signed-off-by: dblock <[email protected]> Co-authored-by: Bukhtawar Khan <[email protected]> Co-authored-by: Daniel Doubrovkine (dB.) <[email protected]>
1 parent 8062892 commit 8349282

File tree

3 files changed

+5
-82
lines changed

3 files changed

+5
-82
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test and Build Workflow
2-
# This workflow is triggered on pull requests to master or a opendistro release branch
2+
# This workflow is triggered on pull requests to master or a OpenSearch release branch
33
on:
44
pull_request:
55
branches:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
repository: 'opensearch-project/OpenSearch'
3232
path: OpenSearch
33-
ref: '1.x'
33+
ref: '1.1'
3434
- name: Build OpenSearch
3535
working-directory: ./OpenSearch
3636
run: |
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout common-utils
4141
uses: actions/checkout@v2
4242
with:
43-
ref: 'main'
43+
ref: '1.1'
4444
repository: 'opensearch-project/common-utils'
4545
path: common-utils
4646
- name: Build common-utils

.github/workflows/multi-node-test-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
with:
3030
repository: 'opensearch-project/OpenSearch'
3131
path: OpenSearch
32-
ref: '1.x'
32+
ref: '1.1'
3333
# dependencies: common-utils
3434
- name: Checkout common-utils
3535
uses: actions/checkout@v2
3636
with:
37-
ref: 'main'
37+
ref: '1.1'
3838
repository: 'opensearch-project/common-utils'
3939
path: common-utils
4040
- name: Build OpenSearch

integtest.sh

-77
This file was deleted.

0 commit comments

Comments
 (0)