Skip to content
New issue

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

Use GH merge-gate from TBX for slow tests #427

Open
tomuben opened this issue Nov 22, 2024 · 0 comments · May be fixed by #428
Open

Use GH merge-gate from TBX for slow tests #427

tomuben opened this issue Nov 22, 2024 · 0 comments · May be fixed by #428
Labels
refactoring Code improvement without behavior change

Comments

@tomuben
Copy link
Collaborator

tomuben commented Nov 22, 2024

Background

Currently, for long running tests, we use a custom commit message as filter, see

- name: Fail, because not all tests are activated

We should switch to the merge-gate mechanism from the tbx, see here:

This has several advantages:

  • GH workflows don't fail because the commit message for long running tests is not found
  • Common workflow accross our Integration projects
  • Tests can be triggered after push

Acceptance Criteria

  • Long running tests (test_db_versions_all_tests.yml) don't need commit message, but can be triggered by environment approval
@tomuben tomuben self-assigned this Nov 22, 2024
@tomuben tomuben added the refactoring Code improvement without behavior change label Nov 22, 2024
@tomuben tomuben linked a pull request Nov 22, 2024 that will close this issue
7 tasks
@tomuben tomuben removed their assignment Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant