camunda / camunda

Distributed Workflow Engine for Microservices Orchestration
https://camunda.com/platform/
3.09k stars 562 forks source link

ci: do not overwrite Zeebe status check with Tasklist test result #19471

Closed houssain-barouni closed 1 week ago

houssain-barouni commented 1 week ago

Description

Make Tasklist Frontend CI tests status checks part of Tasklist CI test summary instead of Zeebe's Test summary These tests will be run by tasklist-merge-ci.yml in every pull request + merge queue. These tests are stable enough. Also keeping them in tasklist-ci.yml so that they are run for main and stable branches

Test summary status check that is part of tasklist-ci.yml will be refactored in https://github.com/camunda/camunda/pull/19307

Related issues

closes #19428

github-actions[bot] commented 1 week ago

Tasklist Test Results

146 files  146 suites   1h 37m 36s :stopwatch: 564 tests 559 :white_check_mark: 5 :zzz: 0 :x: 562 runs  557 :white_check_mark: 5 :zzz: 0 :x:

Results for commit d7234205.

:recycle: This comment has been updated with latest results.

cmur2 commented 1 week ago

Nice, I was a bit concerned about the runtimes when all of those Tasklist FE jobs run as part of the merge queue but this seems doable (running in parallel) :+1:

image