Skip to content

Commit

Permalink
remove some github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
geekflyer committed Jun 6, 2022
1 parent 7fdfea7 commit 58bf4f4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 345 deletions.
86 changes: 0 additions & 86 deletions .github/workflows/build-images.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/cli-release.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/copy-images-to-dockerhub-nightly.yaml

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/copy-images-to-dockerhub.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,49 +36,3 @@ jobs:
# Run typescript indexer server linting
- run: cd ./ecosystem/indexer-server/typescript && yarn install
- run: cd ./ecosystem/indexer-server/typescript && yarn lint

rust-lint:
runs-on: high-perf-docker
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/rust-setup
- run: cargo x lint
- run: cargo xclippy --workspace --all-targets
- run: cargo xfmt --check
- run: cargo install cargo-sort
# Temporary workaround for unsorted hakari generated Cargo files (https://github.com/DevinR528/cargo-sort/issues/38).
- run: cargo sort --grouped crates/aptos-workspace-hack
- run: cargo sort --grouped --check --workspace

rust-unit-xtest:
runs-on: high-perf-docker
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # get all the history because cargo xtest --change-since origin/main requires it.
- uses: ./.github/actions/rust-setup
- run: cargo xtest --doc --unit --changed-since "origin/main"

rust-unit-nextest:
runs-on: high-perf-docker
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # get all the history because cargo xtest --change-since origin/main requires it.
- uses: ./.github/actions/rust-setup
- run: docker run --detach -p 5432:5432 cimg/postgres:14.2
- run: cargo nextest --nextest-profile ci --partition hash:1/1 --unit --exclude backup-cli --changed-since "origin/main"
env:
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres

rust-e2e-test:
runs-on: high-perf-docker
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/rust-setup
- run: docker run --detach -p 5432:5432 cimg/postgres:14.2
# --test-threads is intentionally set to reduce resource contention in ci jobs. Increasing this, increases job failures and retries.
- run: cargo nextest --nextest-profile ci --partition hash:1/1 --package smoke-test --test-threads 6 --retries 3
env:
RUST_BACKTRACE: full
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres
25 changes: 0 additions & 25 deletions .github/workflows/prune-old-workflow-runs.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/sdk-integration-test.yaml

This file was deleted.

0 comments on commit 58bf4f4

Please sign in to comment.