We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, for long running tests, we use a custom commit message as filter, see
integration-test-docker-environment/.github/workflows/test_db_versions_all_tests.yml
Line 30 in 9ed4dad
integration-test-docker-environment/.github/workflows/tests_with_coverage.yml
Line 41 in 9ed4dad
This has several advantages:
test_db_versions_all_tests.yml
The text was updated successfully, but these errors were encountered:
#427: Use GH merge-gate from TBX for slow tests
7400ccb
Successfully merging a pull request may close this issue.
Background
Currently, for long running tests, we use a custom commit message as filter, see
integration-test-docker-environment/.github/workflows/test_db_versions_all_tests.yml
Line 30 in 9ed4dad
We should switch to the merge-gate mechanism from the tbx, see here:
integration-test-docker-environment/.github/workflows/tests_with_coverage.yml
Line 41 in 9ed4dad
This has several advantages:
Acceptance Criteria
test_db_versions_all_tests.yml
) don't need commit message, but can be triggered by environment approvalThe text was updated successfully, but these errors were encountered: