diff --git a/.github/workflows/integration-tests-workflow.yml b/.github/workflows/integration-tests-workflow.yml index 7c43ccb52..37a8bda54 100644 --- a/.github/workflows/integration-tests-workflow.yml +++ b/.github/workflows/integration-tests-workflow.yml @@ -33,11 +33,6 @@ jobs: distribution: 'corretto' java-version: '11' - - name: Download job scheduler artifact - uses: peternied/download-file@v2 - with: - url: https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/${{ env.OPENSEARCH_VERSION }}/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-job-scheduler-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip - - name: Download observability artifact uses: peternied/download-file@v2 with: @@ -59,12 +54,6 @@ jobs: rm -f opensearch-*.tar.gz shell: bash - - name: Install job scheduler plugin - run: | - chmod +x ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/bin/opensearch-plugin - /bin/bash -c "yes | ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/bin/opensearch-plugin install file:$(pwd)/opensearch-job-scheduler-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip" - shell: bash - - name: Install observability plugin run: | /bin/bash -c "yes | ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/bin/opensearch-plugin install file:$(pwd)/opensearch-observability-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip"