mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Dont cancel non-flaky tests if flaky tests fail (#3344)
* Dont cancel other runs if flaky runs fail * Fix quote * CHANGELOG * Revert deliberate test failure
This commit is contained in:
parent
126694b70d
commit
fc5e9a2156
1
.github/workflows/backend.yml
vendored
1
.github/workflows/backend.yml
vendored
@ -16,6 +16,7 @@ env:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: ${{ matrix.test-type == 'flaky' }}
|
||||
strategy:
|
||||
matrix:
|
||||
test-type: ["not flaky", "flaky"]
|
||||
|
@ -50,7 +50,7 @@ By [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3297](https://git
|
||||
|
||||
## Testing and Infrastructure Changes:
|
||||
* Adds a script to benchmark the performance of the queue and adds some instructions on how to use it. By [@freddyaboulton](https://github.com/freddyaboulton) and [@abidlabs](https://github.com/abidlabs) in [PR 3272](https://github.com/gradio-app/gradio/pull/3272)
|
||||
|
||||
* Flaky python tests no longer cancel non-flaky tests by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3344](https://github.com/gradio-app/gradio/pull/3344)
|
||||
|
||||
## Breaking Changes:
|
||||
No changes to highlight.
|
||||
|
Loading…
Reference in New Issue
Block a user