Skip to content

Commit

Permalink
try resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Dec 19, 2024
1 parent f39aa34 commit 96903b5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,26 +157,6 @@ jobs:
echo ${{ needs.set-env-var.outputs.DRUID_PREVIOUS_IT_IMAGE_NAME }}
docker save "${{ needs.set-env-var.outputs.DRUID_PREVIOUS_IT_IMAGE_NAME }}" | gzip > druid-container-jdk${{ matrix.jdk }}-version${{ needs.set-env-var.outputs.DRUID_PREVIOUS_VERSION }}.tar.gz
# unit-tests-phase2:
# strategy:
# fail-fast: false
# matrix:
# # Use JDK 21.0.4 to work around https://github.com/apache/druid/issues/17429
# jdk: [ '11', '21.0.4' ]
# name: "unit tests (jdk${{ matrix.jdk }})"
# uses: ./.github/workflows/unit-tests.yml
# needs: unit-tests
# if: ${{ always() && (needs.unit-tests.result == 'success' || needs.unit-tests.outputs.continue_tests) }}
# with:
# jdk: ${{ matrix.jdk }}

# unit-tests:
# name: "unit tests (jdk17)"
# uses: ./.github/workflows/unit-tests.yml
# needs: build
# with:
# jdk: 17

standard-its:
needs: build
uses: ./.github/workflows/standard-its.yml
Expand Down

0 comments on commit 96903b5

Please sign in to comment.