Skip to content

Commit

Permalink
chore: remove longevity tests and point all hermetic tests to dev (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Nov 12, 2024
1 parent 1ae2514 commit c159e84
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 261 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hermetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run-tests:
name: Test
runs-on: ubuntu-latest
environment: test
environment: dev
needs:
- generate-matrix
- build-driver
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run-migration-tests:
name: Test Migrations
runs-on: ubuntu-latest
environment: test
environment: dev
needs:
- build-driver
- publish-suite
Expand Down
178 changes: 0 additions & 178 deletions .github/workflows/hermetic_long_lived.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run-performance-tests:
name: Performance Tests
runs-on: ubuntu-latest
environment: github-tests-2024
environment: dev
needs:
- generate-matrix
- build-driver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run-performance-test:
name: Run Performance Test ${{ github.run_id }}
runs-on: ubuntu-latest
environment: cas-scaling-2024
environment: dev
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
79 changes: 0 additions & 79 deletions suite/src/__tests__/correctness/fast/longevity.test.ts

This file was deleted.

0 comments on commit c159e84

Please sign in to comment.