Skip to content

Commit

Permalink
Re-activate Jepsen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Dec 16, 2024
1 parent c9fee50 commit bc0ca0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/4.0.x-alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
name-filter: '.*4.0.[0-9]+-alpha.*'
keep-last-n: 5
# trigger_jepsen_tests:
# needs: [release]
# uses: "./.github/workflows/reusable-trigger-jepsen-tests-workflow.yml"
# with:
# full_version: ${{ needs.release.outputs.full_version }}
# tag_name: ${{ needs.release.outputs.tag_name }}
# secrets: inherit
trigger_jepsen_tests:
needs: [release]
uses: "./.github/workflows/reusable-trigger-jepsen-tests-workflow.yml"
with:
full_version: ${{ needs.release.outputs.full_version }}
tag_name: ${{ needs.release.outputs.tag_name }}
secrets: inherit
14 changes: 7 additions & 7 deletions .github/workflows/4.1.x-alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
name-filter: '.*4.1.[0-9]+-alpha.*'
keep-last-n: 5
# trigger_jepsen_tests:
# needs: [release]
# uses: "./.github/workflows/reusable-trigger-jepsen-tests-workflow.yml"
# with:
# full_version: ${{ needs.release.outputs.full_version }}
# tag_name: ${{ needs.release.outputs.tag_name }}
# secrets: inherit
trigger_jepsen_tests:
needs: [release]
uses: "./.github/workflows/reusable-trigger-jepsen-tests-workflow.yml"
with:
full_version: ${{ needs.release.outputs.full_version }}
tag_name: ${{ needs.release.outputs.tag_name }}
secrets: inherit

0 comments on commit bc0ca0e

Please sign in to comment.