Skip jepsen tests in PRs w/o jepsen-test label

This commit is contained in:
Mikhail f. Shiryaev 2022-07-29 20:44:46 +02:00
parent 24aaac59ca
commit 864725e55f
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -3348,6 +3348,10 @@ jobs:
###################################### JEPSEN TESTS #########################################
#############################################################################################
Jepsen:
# This is special test NOT INCLUDED in FinishCheck
# When it's skipped, all dependent tasks will be skipped too.
# DO NOT add it there
if: contains(github.event.pull_request.labels.*.name, 'jepsen-test')
needs: [BuilderBinRelease]
uses: ./.github/workflows/jepsen.yml
@ -3419,7 +3423,6 @@ jobs:
- SplitBuildSmokeTest
- CompatibilityCheck
- IntegrationTestsFlakyCheck
- Jepsen
runs-on: [self-hosted, style-checker]
steps:
- name: Clear repository