Skip to content

Commit

Permalink
ci: rm cartridge and crud integration test runs
Browse files Browse the repository at this point in the history
The next major release of Tarantool (3.0.0) will not support Cartridge.
So tet's be ready in advance. This patch removes the cartridge and crud
integration test runs to make the integration tests pass for tarantool#8289.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
  • Loading branch information
ylobankov authored and kyukhin committed May 19, 2023
1 parent 0ec98f0 commit 7316d81
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}

cartridge:
needs: tarantool
uses: tarantool/cartridge/.github/workflows/reusable-backend-test.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}

expirationd:
needs: tarantool
uses: tarantool/expirationd/.github/workflows/reusable_testing.yml@master
Expand Down Expand Up @@ -138,12 +132,6 @@ jobs:
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}

crud:
needs: tarantool
uses: tarantool/crud/.github/workflows/reusable_test.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}

ddl:
needs: tarantool
uses: tarantool/ddl/.github/workflows/reusable_test.yml@master
Expand Down

0 comments on commit 7316d81

Please sign in to comment.