Skip to content

Commit

Permalink
[gha] remove unused indexer tests (#14852)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored Oct 3, 2024
1 parent d17389a commit 295e362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 95 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,6 @@ jobs:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
SKIP_JOB: ${{ needs.file_change_determinator.outputs.only_docs_changed == 'true' }}

indexer-grpc-e2e-tests:
needs: [permission-check, rust-images, determine-docker-build-metadata] # runs with the default release docker build variant "rust-images"
if: |
github.event_name == 'workflow_dispatch' ||
contains(github.event.pull_request.labels.*.name, 'CICD:run-e2e-tests') ||
contains(github.event.pull_request.body, '#e2e')
uses: aptos-labs/aptos-core/.github/workflows/docker-indexer-grpc-test.yaml@main
secrets: inherit
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}

# This is a PR required job.
forge-e2e-test:
needs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-indexer-grpc-test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# THIS WORKFLOW IS DEPRECATED. Keep it around for branches that still reference it on the main branch.
# This file should eventually be deleted.
name: "Docker Indexer gRPC test"
on:
pull_request:
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/indexer-grpc-integration-tests.yaml

This file was deleted.

0 comments on commit 295e362

Please sign in to comment.