Skip to content

Commit

Permalink
Use functional test group for tests with thread sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
alesapin committed Dec 1, 2021
1 parent 8261e12 commit f85e183
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,7 @@ jobs:
sudo rm -fr $TEMP_PATH
FunctionalStatelessTestTsan:
needs: [BuilderDebTsan]
# tests can consume more than 60GB of memory,
# so use bigger server
runs-on: [self-hosted, stress-tester]
runs-on: [self-hosted, func-tester]
steps:
- name: Download json reports
uses: actions/download-artifact@v2
Expand Down

0 comments on commit f85e183

Please sign in to comment.