diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f02a8f538..9dfce1acb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,22 +26,6 @@ jobs: if: github.repository == 'opensearch-project/flow-framework' runs-on: ubuntu-latest steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - uses: actions/checkout@v4 - name: Javadoc CheckStyle run: ./gradlew checkstyleMain @@ -56,22 +40,6 @@ jobs: name: Test JDK${{ matrix.java }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 @@ -98,22 +66,6 @@ jobs: name: Integ Test JDK${{ matrix.java }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 @@ -133,22 +85,6 @@ jobs: name: Multi-Node Integ Test JDK${{ matrix.java }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 @@ -168,22 +104,6 @@ jobs: name: Tenant Aware Integ Test JDK${{ matrix.java }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 diff --git a/.github/workflows/test_bwc.yml b/.github/workflows/test_bwc.yml index 247b0b184..d5b31b7a5 100644 --- a/.github/workflows/test_bwc.yml +++ b/.github/workflows/test_bwc.yml @@ -20,22 +20,6 @@ jobs: runs-on: ubuntu-latest steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - name: Setup Java ${{ matrix.java }} uses: actions/setup-java@v4 with: diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index 9b36146c5..d3db98a00 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -34,22 +34,6 @@ jobs: options: --user root steps: - # TEMPORARY until this is on Maven - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: 21 - distribution: temurin - - name: Checkout Metadata Client - uses: actions/checkout@v4 - with: - repository: dbwiddis/opensearch-remote-metadata-sdk - ref: main - path: opensearch-remote-metadata-sdk - - name: Publish to maven local - working-directory: opensearch-remote-metadata-sdk - run: ./gradlew publishToMavenLocal - # end TEMPORARY code - name: Checkout Flow Framework uses: actions/checkout@v3 - name: Setup Java ${{ matrix.java }}