Do not wait for integrity test (#934)
It's ok if integrity test fails -- makes the whole testing process faster by 10 minutes at a cost of some extra CPU cycles.
This commit is contained in:
parent
8f31655564
commit
ad8bd41567
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -43,9 +43,6 @@ jobs:
|
|||||||
performance:
|
performance:
|
||||||
name: Evaluate performance
|
name: Evaluate performance
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
# Even though we technically don't need to wait for integrity test to finish,
|
|
||||||
# there is no point to run long perf test until we know the code is OK
|
|
||||||
needs: integrity_test
|
|
||||||
env:
|
env:
|
||||||
## Smaller tests (runs everything in about 30 minutes)
|
## Smaller tests (runs everything in about 30 minutes)
|
||||||
## Two test areas: equatorial-guinea and liechtenstein
|
## Two test areas: equatorial-guinea and liechtenstein
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user