diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 16b560a8b9..ed4e81e55c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -342,39 +342,6 @@ jobs: source: /tmp/artifacts if: always() - utapi-v2-tests: - runs-on: ubuntu-latest - needs: build - env: - ENABLE_UTAPI_V2: t - S3BACKEND: mem - BUCKET_DENY_FILTER: utapi-event-filter-deny-bucket - CLOUDSERVER_IMAGE: ghcr.io/${{ github.repository }}:${{ github.sha }} - MONGODB_IMAGE: ghcr.io/${{ github.repository }}/ci-mongodb:${{ github.sha }} - JOB_NAME: ${{ github.job }} - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup CI environment - uses: ./.github/actions/setup-ci - - name: Setup CI services - run: docker compose up -d - working-directory: .github/docker - - name: Run file utapi v2 tests - run: |- - set -ex -o pipefail; - bash wait_for_local_port.bash 8000 40 - yarn run test_utapi_v2 | tee /tmp/artifacts/${{ github.job }}/tests.log - - name: Upload logs to artifacts - uses: scality/action-artifacts@v4 - with: - method: upload - url: https://artifacts.scality.net - user: ${{ secrets.ARTIFACTS_USER }} - password: ${{ secrets.ARTIFACTS_PASSWORD }} - source: /tmp/artifacts - if: always() - quota-tests: runs-on: ubuntu-latest needs: build