Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
download-location: ${{env.PLUGIN_NAME}}

- name: Run Opensearch with A Single Plugin
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:$(pwd)/opensearch-security.zip"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:


- name: Run Opensearch with security + sample resource plugin
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:$(pwd)/opensearch-security.zip,file:${{ env.SAMPLE_PLUGIN_ZIP }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test-tenancy-disabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
download-location: ${{ env.PLUGIN_NAME }}

- name: Run Opensearch with security
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
download-location: ${{ env.PLUGIN_NAME }}

- name: Run Opensearch with security
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:


- name: Run OpenSearch with A Single Plugin Remote Cluster
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: ${{ env.REMOTE_PLUGIN_URI }}
Expand All @@ -88,7 +88,7 @@ jobs:
shell: bash

- name: Run OpenSearch with security
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: ${{ env.PLUGIN_URI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-binary-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
download-location: ${{ env.PLUGIN_NAME }}

- name: Run Opensearch with security
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4
uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Expand Down
Loading